Merge branch 'release/TestMecart03'
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"BrowseFullVal": "ns=4;i=5001",
|
||||
"BrowseNSIndex": 4,
|
||||
"BrowseValue": 5001,
|
||||
"keyPartCount": "ns=4;s=PartDone(0)",
|
||||
"keyPartReq": "ns=4;s=PartToDo(0)",
|
||||
"keyPartCount": "PartDone(0)",
|
||||
"keyPartReq": "PartToDo(0)",
|
||||
"keyPartId": "",
|
||||
"keyProgName": "ns=4;s=PartName(0)",
|
||||
"keyProgName": "PartName(0)",
|
||||
"keyRunMode": "",
|
||||
"pingAsPowerOn": false,
|
||||
"Identity": {
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"condWork": [
|
||||
{
|
||||
"keyName": "ns=4;s=OperativeModeCN",
|
||||
"keyName": "OperativeModeCN",
|
||||
"targetValue": "0"
|
||||
}
|
||||
],
|
||||
@@ -22,7 +22,7 @@
|
||||
"checkMode": "AND",
|
||||
"checkList": [
|
||||
{
|
||||
"keyName": "ns=4;s=OperativeModeCN",
|
||||
"keyName": "OperativeModeCN",
|
||||
"targetValue": "0"
|
||||
}
|
||||
]
|
||||
@@ -31,7 +31,7 @@
|
||||
"checkMode": "AND",
|
||||
"checkList": [
|
||||
{
|
||||
"keyName": "ns=4;s=EmergencyState",
|
||||
"keyName": "EmergencyState",
|
||||
"targetValue": "0"
|
||||
}
|
||||
]
|
||||
@@ -44,7 +44,7 @@
|
||||
"checkMode": "AND",
|
||||
"checkList": [
|
||||
{
|
||||
"keyName": "ns=4;s=OperativeModeCN",
|
||||
"keyName": "OperativeModeCN",
|
||||
"targetValue": "1"
|
||||
}
|
||||
]
|
||||
@@ -53,7 +53,7 @@
|
||||
"checkMode": "AND",
|
||||
"checkList": [
|
||||
{
|
||||
"keyName": "ns=4;s=EmergencyState",
|
||||
"keyName": "EmergencyState",
|
||||
"targetValue": "0"
|
||||
}
|
||||
]
|
||||
@@ -63,7 +63,7 @@
|
||||
"negateValue": true,
|
||||
"checkList": [
|
||||
{
|
||||
"keyName": "ns=4;s=NumOfAlarms",
|
||||
"keyName": "NumOfAlarms",
|
||||
"targetValue": "0"
|
||||
}
|
||||
]
|
||||
@@ -84,7 +84,7 @@
|
||||
"checkMode": "AND",
|
||||
"checkList": [
|
||||
{
|
||||
"keyName": "ns=4;s=OperativeModeCN",
|
||||
"keyName": "OperativeModeCN",
|
||||
"targetValue": "3"
|
||||
}
|
||||
]
|
||||
@@ -137,8 +137,7 @@
|
||||
"ns=4;s=AlarmCode(1)",
|
||||
"ns=4;s=AlarmCode(2)",
|
||||
"ns=4;s=AlarmCode(3)",
|
||||
"ns=4;s=AlarmCode(5)",
|
||||
"ns=4;s=CurrentCycle",
|
||||
"ns=4;s=tomach_6_quantity"
|
||||
"ns=4;s=AlarmCode(4)",
|
||||
"ns=4;s=CurrentCycle"
|
||||
]
|
||||
}
|
||||
@@ -771,10 +771,7 @@ namespace IOB_WIN_NEXT
|
||||
double newVal = 0;
|
||||
if (newValue != null)
|
||||
{
|
||||
if (isVerboseLog)
|
||||
{
|
||||
lgInfo($"Richiesta checkSaveSample per {newValue} | id: {newValue.DataItemId} | CDATA: {newValue.CDATA}");
|
||||
}
|
||||
lgTrace($"Richiesta checkSaveSample per {newValue} | id: {newValue.DataItemId} | CDATA: {newValue.CDATA}");
|
||||
// verifico in memoria se ho l'oggetto condition ed il suo valore..
|
||||
if (dataItemMem.ContainsKey(newValue.DataItemId))
|
||||
{
|
||||
|
||||
@@ -594,7 +594,7 @@ namespace IOB_WIN_NEXT
|
||||
{
|
||||
if (!string.IsNullOrEmpty(NotifyValue))
|
||||
{
|
||||
lgInfo($"Richiesta checkSaveSample per {dataItem.DisplayName} | id: {dataItem.StartNodeId} | Valore: {NotifyValue}");
|
||||
lgTrace($"Richiesta checkSaveSample per {dataItem.DisplayName} | id: {dataItem.StartNodeId} | Valore: {NotifyValue}");
|
||||
// verifico in memoria se ho l'oggetto condition ed il suo valore..
|
||||
string uuid = $"{dataItem.DisplayName}";
|
||||
DateTime adesso = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user