ARK

MrPLC Member
  • Content count

    23
  • Joined

  • Last visited

Everything posted by ARK

  1. How to convert from C200Hx to CS1

    or you can auto configure I/O table with programming console, i think this easier way. hope this will help regard ARK
  2. Accessing Memory Card Files

    you just take your PLC to toolbus mode (turn on dip switch no.5) and just write down this code : Private Sub Form_Load() MemoryCard1.Show End Sub and then take set your PLC regard
  3. Accessing Memory Card Files

    i have tried to access memory card frorm the vb program and it can display memory card like in cx programmer you can take "OMRON memorycard component" and show file memory regard
  4. Modul PID omron cs1gh

    hi @q_spasi could u give your identity for me? regard
  5. s7-300 autorization software

    i have installed s7 300 software in my personal computer but some day my windows operating system having a problem and my autorization s7-300 software lost when i format my hardisk where i will get for this one
  6. NT-AL001-E

    hi all i want to conect my computer host link (visual basic program; fins command) with SCB41 RS485/RS422 port using NT-AL001.will it work properly? i have tried to conected my computer (visual basic counter application program) with SCB41 RS485/RS422 port using ADAM converter but data is received in the PLC memory is not as fast as in my visual basic counter program,like there is some times for delay data to receive to PLC memory. n any body know how much money i will pay for NT-AL001? thanx
  7. NT-AL001-E

    hi sleepy wombat and thanks for your resend i have tried to connect rs232 port SCB41 and RS232 in my computer using visual basic increment program application (FINDS COMMAND mode) and then take monitoring in my programming console,9600Kbps and it's work propely. but when i try to connect RS485 port SCB41 and computer RS232 port (visual basic increment program) using ADAM 4520 (RS232 to RS485 converter) (baud rate 9600Kbps) and then take monitoring too in programming console, but data is received in the PLC memory is not as fast as in my visual basic counter program,like there is some times for delay data to receive to PLC memory. i have take to turn up baud rate in VB,PLC, and ADAM 4520 but it didnt work porperly too. amy be some problem in ADAM 4520, so could you tell me other alternate converter (RS232 to RS422 converter)? if i use NT-AL001,will it work properly? regards ARK
  8. NT-AL001-E

    thanks alot MR.nguyenthanhcanh sorry for my late reply i use RS485 prot SCB41 for long distance communication i dont know about omron finsgateway and i think i dont have some manual for that could you tell me where i can get manual for that ? and any there other hardware needed ? thanks regard
  9. cs1gh cpu44

    hello all i have create my visual basic program to send some character to the rs232 port built in cpu but the character that i have send to plc not all of them can receive by plc even the end of charater in visual basic to be strt charater (ascii) in the d188 e.g: "012301" in visual basic but in the d188... 313031323330 first time send d188... 303130313233 second send d188... 303130313233 3times send d188... 323330313031 4times send d188... 303132333031 5times send this is my mnemonic LDNOT 25.14 ORNOT 25.15 RXD(235) D188 #0 &6 i have setting the pc setup and then make it same for my visual basic program regard ARK
  10. cs1gh cpu44

    thats mean received bytes have to increase 2 bytes thanx regard
  11. cs1gh cpu44

    thanx alot mr.jay and i will try but now i have some confuse for interrupts when my plc receive some character from the visual basic my plc have to take interrupt for working. i confuse abt interrupt in CS plc, some manual i have read is not make me understand at all, so could u give me some example abt interrupt specially like my case above thanx regard
  12. cs1gh cpu44

    hello all i want to send d600 to host computer wth send(090) instruction use SCB port 2 i make serial port 2 in the host computer n i have tried wth my program below but its didn't work properly LD T0000 AND A202.00 @SEND(090) D600 D650 D700 n this controll word for d700 000A 701 0200 702 0001 703 0000 704 0000 i confuse abt first destination word for the host computer could anyone explain why my progrm doesnt work n give correct for my program or controll word setting may be thnx regard
  13. cs1gh cpu44

    thnx laot mr.jay anthony n mr.sleepy i've finished for this part, n hope you will give answer for my ask in the next time thnx alot
  14. cs1gh cpu44

    i have move some dm to the cf memory with FWRIT function n now i want to move some dm to em.i have tried to do that frequently but it can't work. help me plz
  15. cs1gh cpu44

    thnx MR.slepy wombat but sorry, i cant understand for this code could u write clearly (this intruction just have one operand in cx programer) thnx
  16. CS1GH CPU44 EM

    ok thx alot mr.paul i've tried n success regard
  17. CS1GH CPU44 EM

    HELLO ALL I HAVE SETTING 136 ADDRESS IN THE PC WITH 0080 VALUE.ITS CHANGE EM IN MY PLC TO FILE MEMORY N NOW I CONFUSE HOW TO CHANGE FILE MEMORY TO EM AGAIN. I HAVE TRIED CHANGE THE PC SETUP ADRESS 136 WITH 0000 VALUE BUT I CAN'T ACESS EM ADRESS IN THE PC. HELP ME PLEASE REGARD
  18. cs1gh cpu44

    thnx alot sleepy wombat but if i make XFER instruction,its will need alot rung, may be need 100 rung in one day and 600 runf in one week.this my algorithm program: LD 15.02 @++B(594) D100 LD 5.00 CMP D100 #1 AND P_EQ @XFER(070) #17 D110 E0 LD 5.00 CMP D100 #2 AND P_EQ @XFER(070) #17 D110 E20 LD 5.00 CMP D100 #3 AND P_EQ @XFER(070) #17 D110 E40 LD 5.00 CMP D100 #4 AND P_EQ @XFER(070) #17 D110 E60 LD 5.00 CMP D100 #5 AND P_EQ @XFER(070) #17 D110 E80 LD 5.00 CMP D100 #6 AND P_EQ @XFER(070) #17 D110 E100 LD 5.00 CMP D100 #7 AND P_EQ @XFER(070) #17 D110 E120 . . . . . REGARD
  19. CS1GH CPU 44

    hello all I need to creat project to move some data from dm to em like picture below dm10 till dm21 is temporary storage each 1 time weighting process to trnsfer to em in one day there is 100 times weighting process if i creat this project with XFER(070) function i will take alot of rung (min. 600 rung)for 1 week. i wnt to creat this project with indirect address such as a variable so i can make the destination address with repetition (looping). wht the function i need to creat for this one? regard
  20. CS1GH CPU 44

    thnx alot mr.jay anthoni regard
  21. cs1gh cpu 44

    hello every body i have read cs1gh programming manual that cs1gh cpu44 have 13 bank EM (E0_00000 till EC_32767).n then i read that the EMBC function can change access the EM bank current number.but when i creat for this one(EMBC), bank number for this function is max for 0,n when i write greater than 0, program will be error regard
  22. cs1gh cpu 44

    thnx every one regard
  23. cs1gh cpu 44

    thnx alot MR. PAUL but could you tell me where i can get CS1GH manual(programming or operation or etc) regard