‎08-16-2007 07:29 AM
‎08-16-2007 05:55 PM
‎08-17-2007 07:07 AM
Mike,
Thanks for the help. I was not sure how to do this
‎08-19-2007 09:40 PM
‎08-20-2007 06:54 AM
When i want to start a pump, the HMI writes a "1" to a PLC register and the PLC looks at this register to see when to start the pump. When there is a "1" the DO starts the motor. There is a 2 minute delay built into the motor starter, not part of the PLC program, that will not let it start until 2 minutes after the PLC sends the start command. The motor has a contact thats pulls in when the motor is running. I use this contact and bring it to a DI on the PLC. That is how i know it is running and why i need to have a delay before i can do the compare of - did the PLC tell the motor to start and has the motor started after 2-3 minutes.
So i need an alarm generate when the motor start command is "1" and the motor run status is "0" (after the 2-3 minute delay). Status should be a "1" if motor has started.