Aggiunta decodifica warm UP x siemens torri
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user