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

Download this file

20 lines (19 with data), 1.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
TYPE TS_PROT_FAULT_C :
STRUCT
	sName			:	STRING;
	iFaultID		:	INT;
	iZonePos		:	INT;
	iBitPos			:	INT;
	bIsEnabled		:	BOOL;
	bIsActiveLatched:	BOOL;
	bIsBSW			:	BOOL;	// New
	tTOND			:	TIME;
	lrThreshold		:	LREAL;
	lrThreshold2	:	LREAL;
	lrThreshold3	:	LREAL;
	lrthreshold4	:	LREAL;
	lrHysteresis	:	LREAL;
	teTripClass		:	TE_PROT_TRIP;
	teBlockClass	:	TE_PROT_BLOCK;
END_STRUCT
END_TYPE