
Trout914 (Customer) asked a question.
Hello All,
I am running a Productivity 2000 and a Cmore EA9-T15CL-R. I did an update on the Cmore and PLC and now my reset buttons only work when the system is off.
I work with filtration systems (Named A-Z), each system can be enabled (turned on) at the hmi. Once a system is enabled we start to monitor Amps, PSI, temperature as well as controlling water change cycles and feeding cycles. As you can see the interval and duration of the feed and water change parameters are controlled by inputs from the HMI. With out the reset button working I can not reset the parameters if the set point has already passed. So the system is up and running On is selected enabling the scan of the system specific code. Timers are set and good to go. Now we decide we need to change the frequency of the feedings, we change it on the HMI, it updates in the PLC timers, but because the timer has already counted past that point it never feeds. Pressing the reset button on the HMI should manually reset the timer and all would be good. And it did use to do this. After an update some time ago the reset button only toggles if the specific system is disabled or turned off at the HMI.
Any thoughts, questions, comments?
Thanks All,
Peter
For a system like this, where everything is basically the same, structures are very useful. If you made these elements part of a structure, made an array of that structure and instantiated each in their own task, you'd just have to make a single change to the structure and every instantiation would be updated.