Mendon Systems

MrPLC Member
  • Content count

    490
  • Joined

  • Last visited

Posts posted by Mendon Systems


  1. CX-Programmer is part of the CX-One package which contains everything that you need for communication.

    You can read programs from a running PLC . You can make program changes online while the PLC is running. You must place the PLC in program mode to download a complete program which stops the PLC.


  2. The @ symbol before a DM or EM address can also be used to specify a binary (decimal) indirect address. For example: If E0_1000 contains &25 then MOV #FF @E0_1000 moves FF hex into E0_1025.


  3. The PLC and PC want to be in the same subnet, so you need to either change the PLC IP address to 1.144.97.xxx or change the PC to 192.168.250.xxx. It is possible to communicate between subnets using routing tables, but it generally is a lot more trouble than it is worth.

    Omron uses port 9600 for communication. The port number generally soes not have any effect unless you are going through a router.


  4. You cannot directly change that setting. Disconnect detection will automatically be turned on when any input is set to 1-5v/4-20ma and that input is set as used.

    If an entire module isn't working, then something else is wrong. Has the I/O setup actually been downloaded to the PLC?? If it was changed online, was the power or unit reset bit cycled??

    Try connecting to your PLC with CX-P and open the I/0 table and Unit setup tab. Under "Options" select "Compare with PLC" to see if the PLC setup actually matches your program.


  5. You can set each individual input to disconnect detection in the I/O table unit setup. You can test for disconnection by reading CIO word +9 (2009 for unit 0) bits 0-7. This only applies to I/O channels set to 1-5V/4-20ma. The documentation is in the W345 manual, section 3-6.


  6. If your concern is really "how long will it last?" the answer is that almost any PLC will last longer than the development tools. I am still keeping two Windows 98 notebooks alive to support some PLCs that were developed using DOS based software. Those PLC's will outlast the notebooks!


  7. It seems strange that some of you are having this problem while others are having no problem at all. I just checked yesterday to make sure that my systems are all up to date and everything shows as current.

    I always do a download first then install the individual modules. Are those of you having problems doing the automatic install??


  8. You need to add a relay contact closure interlock. Your drive should have provision for an external run enable contact. The contact closure needs to be energized by a PLC output.

    1 person likes this