IOB Jetco:

- update conf OPC-UA imas
- update conf mitsubishi post udpate MTConnector
This commit is contained in:
Samuele Locatelli
2024-12-19 17:55:46 +01:00
parent eb79e0eca7
commit 98e0009b64
4 changed files with 23 additions and 21 deletions
+17 -16
View File
@@ -4,11 +4,11 @@
"reconnectIntMs": 6000,
"doSubsObserv": false,
"doSubsSample": true,
"keyPartCount": "M7010B4214N_56",
"keyPartCount": "M7010B4214N_23",
"keyPartReq": "",
"keyPartId": "",
"keyProgName": "M7010B4214N_64",
"keyRunMode": "M7010B4214N_46",
"keyProgName": "M7010B4214N_31",
"keyRunMode": "M7010B4214N_13",
"keyEStop": "M7010B4214N_3",
"pingAsPowerOn": false,
"emergencyArmedTrue": false,
@@ -18,7 +18,7 @@
},
"condWork": [
{
"keyName": "M7010B4214N_53",
"keyName": "M7010B4214N_20",
"targetValue": "ACTIVE"
}
],
@@ -26,7 +26,7 @@
"checkMode": "AND",
"checkList": [
{
"keyName": "M7010B4214N_53",
"keyName": "M7010B4214N_20",
"targetValue": "OPTINAL_STOP"
}
]
@@ -35,7 +35,7 @@
"checkMode": "AND",
"checkList": [
{
"keyName": "M7010B4214N_53",
"keyName": "M7010B4214N_20",
"targetValue": "STOPPED"
}
]
@@ -81,16 +81,17 @@
"E_M7010B4214N_2": "Machine Available",
"E_M7010B4214N_3": "Emergency",
"C_M7010B4214N_5": "System Condition (Alarm)",
"E_M7010B4214N_53": "Execution Mode",
"E_M7010B4214N_44": "Active Axes",
"E_M7010B4214N_46": "Controller Mode",
"E_M7010B4214N_64": "Program Name",
"E_M7010B4214N_56": "Contapezzi",
"E_M7010B4214N_58": "Qta Richiesta",
"E_M7010B4214N_61": "PATH FEED OVERRIDE",
"E_M7010B4214N_62": "PATH RAPID OVERRIDE",
"E_M7010B4214N_67": "PROGRAM",
"E_M7010B4214N_70": "Tool Asset ID"
"E_M7010B4214N_20": "Execution Mode",
"E_M7010B4214N_11": "Active Axes",
"E_M7010B4214N_13": "Controller Mode",
"E_M7010B4214N_31": "Program Name",
"E_M7010B4214N_23": "Contapezzi",
"E_M7010B4214N_24": "Rimanenti",
"E_M7010B4214N_25": "Qta Richiesta",
"E_M7010B4214N_28": "PATH FEED OVERRIDE",
"E_M7010B4214N_29": "PATH RAPID OVERRIDE",
"E_M7010B4214N_34": "PROGRAM",
"E_M7010B4214N_39": "Tool Asset ID"
},
"mMapRead": {
"E_M7010B4214N_2": {
+2 -1
View File
@@ -125,7 +125,8 @@
"SoftwareCertificates"
],
"paramsContainsThresh": {
"Decompressione": 5.0
"Decompressione": 5.0,
"DEPRESSIONE": 1.0
},
"itemTranslation": {
"fdovrd": "PATH FEED OVERRIDE",
+2 -2
View File
@@ -52,8 +52,8 @@ CLI_INST=SteamWareSim
;STARTLIST=Tend_RAMA_10_47
;STARTLIST=3024-PING
;STARTLIST=2015
STARTLIST=SIMUL_01
;STARTLIST=3024
;STARTLIST=SIMUL_01
STARTLIST=3024
MAXCNC=10
+2 -2
View File
@@ -1546,11 +1546,11 @@ namespace IOB_WIN_NEXT.IobOpc
}
if (answ)
{
lgDebug($"Test deadband | uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal} | dBand: {dataItemMem[uuid].thresholdDeadBand}");
lgDebug($"Test deadband reached| uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal} | dBand: {dataItemMem[uuid].thresholdDeadBand}");
}
else
{
lgTrace($"Test deadband | uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal}");
lgTrace($"Test deadband NOT exceeded | uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal}");
}
}
}