11/21/2022 9:51 AM | |
Joined: 8/1/2019 Last visit: 3/29/2023 Posts: 261 Rating:
|
I have two binary setpoints in my SFC-Type. How can I make sure that if one is SET other must RESET automatically? |
11/21/2022 2:13 PM | |
Joined: 3/14/2008 Last visit: 3/29/2023 Posts: 1913 Rating:
|
Hi, I think its better to create one setpoint of type BOOL: if 0 then TK480, if 1 then TK630. Or even better create a setpoint of type int and use a enumeration for 0 and 1. I dont know if the setpoint is used by batch, but if so, the user must know to fill in value 0 or 1 and not 0 or 1 for both setpoints. You always use static variables (bit memory) in the SFC to make it work. |
If I could help you, you can use the RATE button. Thank you. |
|
This contribution was helpful to
1 thankful Users |
Follow us on