Advertisement
Guest User

EX009_Management()

a guest
Apr 22nd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SCL 0.20 KB | None | 0 0
  1. //Start Pump System
  2. IF(#StartButton = TRUE) THEN
  3.     #SystemEnable := TRUE;
  4. END_IF;
  5.  
  6. //Stop Pump System
  7. IF(#StopButton = FALSE OR #EmergencyButton = FALSE) THEN
  8.     #SystemEnable := FALSE;
  9. END_IF;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement