gtsuport

MrPLC Member
  • Content count

    1329
  • Joined

  • Last visited

Everything posted by gtsuport

  1. Drive ABB via eternet only in CX-Programmer

    Please let your Omron hardware. Thanks, gtsuport
  2. Back up problem

    M.K You need a cable between the USB adapter and the CS1W-CN118. See attached. GTC99CC.pdf
  3. Newbie - Help. on Omron Sysmac S6

    Yep, HDM and RDM instructions, and handheld programmers. The good old days! You know your showing your age Garry.
  4. Newbie - Help. on Omron Sysmac S6

    Jay is one of the few on this forum that understands the S6. It was discontinued by Omron in 1993, over 25 years ago!
  5. Back up problem

    Please see the attached document. CF card is read if Dip Switch 7 is ON. CJ_EasyBackup.pdf
  6. NT31C Upload Problem

    You will need to use the cable diagram referred to in my previous post . You will need to jumper pins 4 and 6 as well as pins 7 and 8 on the computer side of the cable. Unless these pins are connected, the software will not be able to communicate. Hope this helps.
  7. CPU State and CPU Type with OmronEIP Protocol

    Welcome to the forum. Check the W342 manual. Omron W342 manual Hope this will help.
  8. NT31C Upload Problem

    Are you using the correct cable? See link below for correct pinout. Hope this will help.
  9. Conversion

    I noticed the incorrect description also. I would use XFER.  Should be a bit easier to understand down the road.
  10. Conversion

    Benlawder. Take a look at the DBLL instruction. Not sure if that is what you are looking for.
  11. Welcome to the forum. Take a look at PLC Link.  Depending on how the RS422 connection is currently being used. Also take a look at Network SEND and Network RECV. Hope this will help.
  12. TWO SRM1 connected by RS232

    Go online with the plc. In the Project Workspace on the left of your screen, Click Memory.  A new window should open. Click D on the left side of the screen, you should see a spreadsheet like view open. There should be a PLC option in the pull down menu, choose Transfer from PLC. That should upload the D memory values.  The click on File and Save in Project. I think this is correct, I am not currently connected to a processor.  
  13. TWO SRM1 connected by RS232

    Welcome to the forum, You will need to connect to each plc individually to upload its program.  Make sure you also upload the Settings and D memory values also. Most likely the two plc's are communicating via PLC Link.  PLC Link is configured in the Settings. I hope this helps.  
  14. "Unusual" use of a shift register

    Best way to see what is happening would be to use the Watch window and monitor H2 in binary. This should help you see what is going on.  H2.00 is set in the rung above the SFT. When the shift input is turned on, H2.00 value is moved to H2.01 and a zero condition would be moved into H2.00 in the shift register. However, if H2.00 is still SET on, you may not see the zero value at that position.  Much depends on the rest of the program.  
  15. "Unusual" use of a shift register

    This is a bit different, but I can see where it would work. Instead of using the top input for the data for the shift register, if H2.00 is on when 16.01 initiates the shift, a 1 would be moved into the shift register. Not understanding the entire system, not really sure why it was done this way. Hope this will help.
  16. Upload project from NS5-SQ10

    That is the same cable you would use to connect to the CS1 DB9 port. You would just need to go to PT / Transfer / Transfer Settings to set up the transfer method. Then PT / Transfer / Transfer from PT.
  17. Upload from CS1H PLC?

    Yes
  18. Upload project from NS5-SQ10

    1.  See attached cable diagram. Software is CX-Designer.  3.  You should not need to change DIP switches. GTC99CC.pdf
  19. Upload from CS1H PLC?

    The PLC should not go to Stop / Program mode when you Transfer From the PLC.   Hope this will help.
  20. PC send data to PLC

    The receive complete bit will energize based on the Settings for the End Code for the serial port. In your Settings, you have the End Code configured as CR + LF. The receive complete bit will only turn on when the CR + LF (0D0A hex) string is received. The other option is to specify a different End Code, or specify the number of bytes to be received. If data is being received (regardless of the indicator led) there should be a value in A393.  A393 will reset to zero when the RXD instruction is executed. I hope this will help.
  21. Compare data RS232

    Use the FVAL instruction. Please refer to manual W483.
  22. Compare data RS232

    There are no ASCII string instructions in the CP1E. Looks like you will need to convert the ASCII string to a Floating Point value (FVAL) then perform a Floating Point Comparison. Hope this helps.
  23. Connect Masterflex Peristaltic Pump with CP1L -EM

    I apologize. I did not properly read your plc logic when I reviewed it. Your values are correct.
  24. Connect Masterflex Peristaltic Pump with CP1L -EM

    It looks to me like your range data is not properly set for the outputs. Please review Manual W462-E1-08 pages 468 and 469. Hope this will help.
  25. Pid ans tpo program help

    See my response on PLCs.net