Merge branch 'release/IobMTC_10'

This commit is contained in:
Samuele Locatelli
2025-01-28 14:58:39 +01:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"keyRunMode": "M7010B4214N_13",
"keyEStop": "M7010B4214N_3",
"pingAsPowerOn": false,
"emergencyArmedTrue": false,
"emergencyArmedTrue": true,
"condPowerOn": {
"keyName": "M7010B4214N_2",
"targetValue": "AVAILABLE"
+3
View File
@@ -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...