update conf x baglietto x RunMode

This commit is contained in:
Samuele E. Locatelli
2022-09-08 18:42:48 +02:00
parent 0b0ec306b3
commit d8262e82e9
2 changed files with 42 additions and 6 deletions
+11 -1
View File
@@ -283,7 +283,17 @@ namespace IOB_UT_NEXT
/// Indica se il controllo di ping sia OK (x controllo prima della connessione)
/// </summary>
public bool forcePingOk { get; set; } = false;
/// <summary>
/// Indica se venga richiesta invio del run mode
/// </summary>
public bool runModeSend { get; set; } = false;
/// <summary>
/// Indica se venga richiesta traduzione del run mode
/// </summary>
public bool runModeTrad { get; set; } = false;
#endregion Public Properties
}
@@ -6,9 +6,10 @@
"keyPartReq": "",
"keyPartId": "",
"keyProgName": "",
"keyRunMode": "",
"keyRunMode": "PLC/DB231/Attivita",
"pingAsPowerOn": true,
"forcePingOk": false,
"translRunMode": true,
"condWork": [
{
"keyName": "PLC/DB13/Gen/Marcia_AUX",
@@ -42,11 +43,26 @@
},
"condError": {
"checkMode": "OR",
"negateValue": true,
"checkList": [
{
"keyName": "PLC/DB13/Gen/ComProfibusMessage",
"targetValue": "0"
"targetValue": "1"
},
{
"keyName": "PLC/DB13/Gen/ComProfibusMessage",
"targetValue": "3"
},
{
"keyName": "PLC/DB13/Gen/Hydraulic_Unit",
"targetValue": "3"
},
{
"keyName": "PLC/DB13/Gen/Marcia_AUX",
"targetValue": "1"
},
{
"keyName": "PLC/DB13/Gen/Wheel_Fault",
"targetValue": "3"
}
]
},
@@ -56,7 +72,8 @@
},
"condWarmUpCoolDown": {
"checkMode": "OR",
"checkList": []
"checkList": [],
"negateValue": true
},
"condWarning": {
"checkMode": "AND",
@@ -71,7 +88,16 @@
],
"itemTranslation": {
"fdovrd": "PATH FEED OVERRIDE",
"rovrd": "PATH RAPID OVERRIDE"
"rovrd": "PATH RAPID OVERRIDE",
"RunMode_1": "Avvio Registrazione Ricetta",
"RunMode_2": "Inizio Comando Traslazione",
"RunMode_3": "Termine Comando Traslazione",
"RunMode_4": "Inizio Comando Sterzatura",
"RunMode_5": "Termine Comando Sterzatura",
"RunMode_6": "Inizio Comando Movimento Carrelli",
"RunMode_7": "Termine Comando Movimento Carrelli",
"RunMode_8": "Inizio Comando Sollevamento",
"RunMode_9": "Termine Comando Sollevamento"
},
"paramsEndThresh": {
"InvDDone": 50