[r18]: / ecu_at135_v1B_aladdin / StandardPLC / Plc Logic / Application / 000.Global_Variable / Global_tags / svnobj  Maximize  Restore  History

Download this file

22 lines (20 with data), 3.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
{attribute 'qualified_only'}
VAR_GLOBAL
	
	SVN_plc_ver	: 				STRING := '1';
	SVN_plc_rev : 				STRING := SVN_VERSION_INFO.VERSION;
	Struct_IO_cockpit:			Struct_cr20xx;	// D
claration structure - inputs E/S CR2050
	Estop : 					BOOL	:= TRUE;// 0= Arr
ts d'urgence non enclench
s; 1= Arr
ts d'urgence enclench
s 
	BCU_comm_error:			 	BOOL	:= TRUE;// Erreur de comm - Unit
 de freinage
	HCU_comm_error: 			BOOL	:= TRUE;// Erreur de comm - Variateur pompe
	VD_comm_error: 				BOOL	:= TRUE;// Erreur de comm - Virtual driver
	PBI_comm_error: 			BOOL	:= TRUE;// Erreur de comm - Interface tactile blink
END_VAR
NetVarProperties
ParameterList
bool