Untitled

Anonymous
plain_text
01/31/2024 7:27 PM
352 B
18
Indexable
FUNCTION_BLOCK PumpControl
VAR_INPUT
			PStart:BOOL;
			PStop: BOOL;
			PFail:BOOL;
END_VAR

VAR_OUTPUT
			PRun:BOOL;
			PTrip:BOOL;
			ThisObject: POINTER TO PumpControl;
END_VAR

VAR 
	prevPStart:BOOL;
	prevPStop:BOOL;
	prevPtrip:BOOL;
END_VAR
Editor is loading...
Leave a Comment