Merge branch 'release/IobMTC_10'
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"keyRunMode": "M7010B4214N_13",
|
||||
"keyEStop": "M7010B4214N_3",
|
||||
"pingAsPowerOn": false,
|
||||
"emergencyArmedTrue": false,
|
||||
"emergencyArmedTrue": true,
|
||||
"condPowerOn": {
|
||||
"keyName": "M7010B4214N_2",
|
||||
"targetValue": "AVAILABLE"
|
||||
|
||||
@@ -1161,6 +1161,9 @@ namespace IOB_WIN_MTC.Iob
|
||||
// verifico condizioni per 6° bit = WarmUp/CoolDown...
|
||||
if (hasBitCondition(6))
|
||||
{
|
||||
// resetto a 1 il segnale di base (solo poweron)...
|
||||
B_input = 1;
|
||||
// ed aggiungo warmup
|
||||
B_input += (1 << 6);
|
||||
}
|
||||
// possibile miglioramento: gestione 5° bit slowTC come simula...
|
||||
|
||||
Reference in New Issue
Block a user