ARK

MrPLC Member
  • Content count

    23
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ARK

  • Rank
    Sparky

Contact Methods

  • ICQ 0
  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. 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
  6. 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
  7. 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
  8. cs1gh cpu44

    thats mean received bytes have to increase 2 bytes thanx regard
  9. 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
  10. 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
  11. 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
  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

    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
  15. CS1GH CPU44 EM

    ok thx alot mr.paul i've tried n success regard