MStewart

MrPLC Member
  • Content count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral

About MStewart

  • Rank
    Newbie

Profile Information

  • Country Canada
  1. I am currently revising an old program on a micrologix 1400 using an Ethernet cable. I have made my revisions and am now trying to download my new program to the plc. I am connected to the plc but am having trouble downloading. I am offline , then click comms, select my plc , browse and select my file, click uplaod use file. It loads looking like it downloading but it is still the old program on the PLC. Any tips would help! Thanks McKenzie
  2. @MOV / EQU Command

    And to think something so silly got me. Thanks for the help guys!
  3. @MOV / EQU Command

    Here is a small piece of my code. If you simulate it (Turn on StartPushButton then turn it off, Turn on PartInFeeder then turn it off) after you get the CurrentSequence to hit 2 it jumps to 4 messing me up. I am new to Omron and am not understanding whats going on. You don't have these problems with AB lol Any help would be greatly appreciated McKenzie DBTest.cxp
  4. @MOV / EQU Command

    The problem I am having is when I move (&MOV) 1 to StartCommand (INT) and then I am check to see if StartCommand is equal (=) to 1 but it constantly quickly bounces between a 1 or a 3. This is causing my output to bounce constantly. Does anyone know what might be going on?  
  5. I have found a USB-A to USB-B cable so I am now playing around with that but I am still getting a failed to connect to plc message. I have checked my device manager and under other devices tab it does say OMRON-PLC. Any suggestions? Thanks McKenzie
  6. Thanks for the quick reply and that would be my problem then. I am going to have to get a proper cable. Thanks!
  7. Hey everyone, I am brand new to this forum as well as OMRON. I am trying to connect to my CP1E-NA20DT-D using the RS-232 port on my PLC to my RS-232 port on my laptop. When I try to connect it is telling me "Failed to connect to the PLC". Is it possible to go RS-232 to RS-232? I am trying to use COM5 (Communication Port) but I have also tried COM3 with no success. I have tried using CX-Network Configuration Tool to find my PLC but still again with no luck. Any help would be greatly appreciated!! Thanks McKenzie