Fix mitsubishi COLCOM

This commit is contained in:
2019-06-04 18:12:06 +02:00
parent 614025c1f2
commit b8e77bd0d6
2 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ IdxFamigliaIngresso;IdxMicroStato;ValoreIngresso;IdxTipoEvento;next_IdxMicroStat
10;0;4;14;1
10;0;5;24;2
10;0;6;14;1
10;0;7;16;3
10;0;7;24;2
10;0;8;14;1
10;0;9;18;4
10;0;10;14;1
@@ -34,7 +34,7 @@ IdxFamigliaIngresso;IdxMicroStato;ValoreIngresso;IdxTipoEvento;next_IdxMicroStat
10;1;1;24;2
10;1;3;16;3
10;1;5;24;2
10;1;7;16;3
10;1;7;24;2
10;1;9;18;4
10;1;11;18;4
10;1;13;18;4
@@ -52,7 +52,6 @@ IdxFamigliaIngresso;IdxMicroStato;ValoreIngresso;IdxTipoEvento;next_IdxMicroStat
10;2;3;16;3
10;2;4;14;1
10;2;6;14;1
10;2;7;16;3
10;2;8;14;1
10;2;9;18;4
10;2;10;14;1
@@ -79,6 +78,7 @@ IdxFamigliaIngresso;IdxMicroStato;ValoreIngresso;IdxTipoEvento;next_IdxMicroStat
10;3;4;14;1
10;3;5;24;2
10;3;6;14;1
10;3;7;24;2
10;3;8;14;1
10;3;9;18;4
10;3;10;14;1
@@ -110,7 +110,7 @@ IdxFamigliaIngresso;IdxMicroStato;ValoreIngresso;IdxTipoEvento;next_IdxMicroStat
10;4;4;14;1
10;4;5;24;2
10;4;6;14;1
10;4;7;16;3
10;4;7;24;2
10;4;8;14;1
10;4;10;14;1
10;4;12;14;1
1 IdxFamigliaIngresso IdxMicroStato ValoreIngresso IdxTipoEvento next_IdxMicroStato
6 10 0 4 14 1
7 10 0 5 24 2
8 10 0 6 14 1
9 10 0 7 16 24 3 2
10 10 0 8 14 1
11 10 0 9 18 4
12 10 0 10 14 1
34 10 1 1 24 2
35 10 1 3 16 3
36 10 1 5 24 2
37 10 1 7 16 24 3 2
38 10 1 9 18 4
39 10 1 11 18 4
40 10 1 13 18 4
52 10 2 3 16 3
53 10 2 4 14 1
54 10 2 6 14 1
10 2 7 16 3
55 10 2 8 14 1
56 10 2 9 18 4
57 10 2 10 14 1
78 10 3 4 14 1
79 10 3 5 24 2
80 10 3 6 14 1
81 10 3 7 24 2
82 10 3 8 14 1
83 10 3 9 18 4
84 10 3 10 14 1
110 10 4 4 14 1
111 10 4 5 24 2
112 10 4 6 14 1
113 10 4 7 16 24 3 2
114 10 4 8 14 1
115 10 4 10 14 1
116 10 4 12 14 1
+2 -1
View File
@@ -15,7 +15,7 @@ $N_BITS : 5
$BIT : 0 : bPowerOn
$BIT : 1 : bRun
$BIT : 2 : bDepPezzo
$BIT : 2 : bPallet
$BIT : 3 : bAlarm
$BIT : 4 : bManual
@@ -79,6 +79,7 @@ $RULES
# state : input : next state : event
ALL_STATES : NOT bPowerOn : ST_Power_off : HW_power_off
ALL_STATES : bAlarm : ST_Alarm : HW_error
ALL_STATES : bPallet : ST_Machine_ready : HW_manuale
ALL_STATES : bManual : ST_Machine_ready : HW_manuale
ALL_STATES : bRun : ST_Run : HW_machining
ALL_STATES : bPowerOn : ST_Machine_ready : HW_manuale