I have a valve which has 2 possible positions, open and closed. The valve is controlled via a PLC. Currently, this is how the valve is being run:
1. The operators click a push button labeled "open valve" which is a latched output remote push button
2. They monitor an integral output which states the current feed level in a tank
3. Once the level reaches the desired value, they click a "close valve" push button to close the valve and it closes and the feed level integral stops.
I want to automate the above process and have setup a new pot for a setpoint and also a sequencer. I also created a "Start Process" push button and a "Reset" push button.
The operators want the process to be completely automated. They want to:
1. Input a setpoint
2. Click the "Start Process" push button.
3. Lookout needs to open the valve, monitor the intergral...Once the integral>= setpoint, lookout needs to close the valve
I am trying to determine how i can simulate the output that occurs when a human pushes the open valve button and close valve button to control the valve. Which data member can I manipulate to simulate a human pushing the open valve and close valve button?