Hi There,
@Steve-Mcl
As per Previous Topic Discussion and the thing worked well for read in mcprotocol for Address D Related
Now i Have Issue with C0 it gives Quality Issue For that Address Whereas Other Address are working well in D
Also Note That When i tried with Write Node For Address Like X or M
As discussed in Previous Topic
it shows True Every time, but it does not work when i implemented with plc does not change anything in real things
[
{
"id": "740345a62700fe61",
"type": "inject",
"z": "4e72602639ad151f",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "X25",
"payload": "1",
"payloadType": "num",
"x": 110,
"y": 940,
"wires": [
[
"3305f3d67bd70a50"
]
]
},
{
"id": "4c9a7e69f6b2988c",
"type": "inject",
"z": "4e72602639ad151f",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "X25",
"payload": "0",
"payloadType": "num",
"x": 110,
"y": 980,
"wires": [
[
"3305f3d67bd70a50"
]
]
},
{
"id": "3305f3d67bd70a50",
"type": "MC Write",
"z": "4e72602639ad151f",
"name": "",
"topic": "",
"connection": "d74ee8972f7b510f",
"data": "payload",
"address": "topic",
"addressType": "msg",
"dataType": "msg",
"errorHandling": "throw",
"outputs": 1,
"x": 340,
"y": 960,
"wires": [
[
"63beb50fbaceaa0e"
]
]
},
{
"id": "63beb50fbaceaa0e",
"type": "debug",
"z": "4e72602639ad151f",
"name": "debug 4",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 470,
"y": 1080,
"wires": []
},
{
"id": "d74ee8972f7b510f",
"type": "MC Protocol Connection",
"name": "",
"host": "192.168.2.30",
"port": "5001",
"protocol": "TCP",
"frame": "1E",
"plcType": "Q",
"ascii": false,
"PLCStation": "2",
"PCStation": "255",
"PLCModuleNo": "2",
"network": "2",
"octalInputOutput": false,
"timeout": "1000"
}
]