[r6]: / hmi_at_135_aladdin_new / Device / Plc Logic / Application / Program / Gestion_BCU / svnobj  Maximize  Restore  History

Download this file

23 lines (21 with data), 5.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
PROGRAM Gestion_BCU
VAR
	(*Password Commande frein Manuel *)
	iDigit1:		WORD:= 8 ;
	iDigit2:		WORD:= 9 ;
	(*********************************)
	countDigit_1:		CTU;
	countDigit_2:		CTU;	
	timerValid:			TON;
	
	iValue_avert_temp:		INT;
	dwColor_avert_temp:		DWORD;
	iValue_avert_voltage:	INT;
	dwColor_avert_voltage:	DWORD;
	xDisplay_Manu:	BOOL;
	xReset_count1:	BOOL;
	xReset_count2:	BOOL;
	xPsw_good:		BOOL;
	xInc_pos:		BOOL;
	xDec_pos:		BOOL;
	xRestart_pos:	BOOL; 
END_VAR