From bcb1712583cbc82b1c837c64e76f6e1e6148ad57 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 6 Apr 2019 09:59:26 +0200 Subject: [PATCH] Aggiunta decodifica warm UP x siemens torri --- StateMachine/Jetco/41_SIEMENS_TORRI.rul | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/StateMachine/Jetco/41_SIEMENS_TORRI.rul b/StateMachine/Jetco/41_SIEMENS_TORRI.rul index 25ef2c5..e3424d4 100644 --- a/StateMachine/Jetco/41_SIEMENS_TORRI.rul +++ b/StateMachine/Jetco/41_SIEMENS_TORRI.rul @@ -9,7 +9,7 @@ $DEFINITIONS $NAME : SIEMENS_TORRI $IDX : 41 $N_STATES : 7 -$N_BITS : 5 +$N_BITS : 6 #definizione bit : obbligatorio iniziare da 0 @@ -18,6 +18,7 @@ $BIT : 1 : run $BIT : 2 : end_cycle $BIT : 3 : alarm $BIT : 4 : manual +$BIT : 5 : wu_cd #definizione stati : obbligatorio iniziare da 0 @@ -70,6 +71,8 @@ $EVENT : 35 : HW_end_pallet_2 $EVENT : 36 : HW_deposito_robot $EVENT : 37 : Barcode_Riempimento_Vasca $EVENT : 38 : Barcode_Riscaldamento +$EVENT : 39 : Barcode_Anomalia_Macchina +$EVENT : 40 : HW_WarmUp_CoolDown #$EVENT : 999 : Commento $RULES @@ -78,6 +81,7 @@ $RULES ALL_STATES : NOT power_on : ST_Power_off : HW_power_off ALL_STATES : manual : ST_Manual : HW_manuale +ALL_STATES : wu_cd : ST_WU_CD : HW_WarmUp_CoolDown ALL_STATES : alarm : ST_Alarm : HW_error ALL_STATES : end_cycle : ST_Cycle_end : HW_end_pallet ALL_STATES : run : ST_Run : HW_machining