[r2]: / szl4p3-prj,szl4p3,CDS / Protection / FB_A1_MonitoringOpening_ST / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 2.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
//{attribute 'hide_all_locals'}
FUNCTION_BLOCK FB_A1_MonitoringOpening_ST EXTENDS FB_Prot_Base
VAR_INPUT
	bCmdClose		:	BOOL;
	bIsClosed		:	BOOL;	
END_VAR
VAR_OUTPUT
	tOND	:	TIME;
_bFault := NOT bCmdClose AND bIsClosed;
SUPER^(tsData := tsData, tsProt := tsProt);