poweron

MrPLC Member
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About poweron

  • Rank
    Newbie

Contact Methods

  • ICQ 0
  1. Isn't the 1761-NET-ENIW for micrologix only?
  2. Hi everyone, I have an application that I need help and advice with. Currently I have a SLC 5/03 and a PV1000 system that controls 2 steam generators. There is also an external alarm notification system that notifies maintenance via a pager if a problem occurs. This is done via PLC outputs. Each of these outputs sends a certain alarm message. The process runs overnite on its own without the presence of any operator or maintenace personnel. If an alarm comes up, maintenance needs to go to the plant in the middle of the night to reset it. The customer is now asking if it's possible to reset some of these alarms remotely via the web. What software can I use to accomplish this (doesn't need to be Rockwell software)? I'm also willing to change the processor if necessary or add a network card. Thank you in advance for your response Phil
  3. I/O interrupt

    Thank you but unfortunatly I don't have cx programmer, only syswin 3.4. Any other way you can help me?
  4. I/O interrupt

    Hi everyone, I'm fairly new to the Omron world and your help is greatly appreciated. I'm working on a PLC program (CPM1A) and I need to have an input trigger an output as soon as the input is on. In other words, I need to eliminate the scan time out of the equation. I know that I need to use an INT function but the syswin help is not very helpful. Can anyone help? A sample program would be great. Thanks in advance.
  5. cpm1a and incremental encoder

    Hi everyone, this is my first post although I've been a member for a while. I'm somewhat new to the world of Omron PLC's, so I need your help. I have a cpm1a and I need to count encoder pulses. Does anyone have sample code to share?