Hi friends:
I have installed Node-RED with Modbus-Package in order to connect via TCP a Kinco PLC, which is connected to a Raspberry PI.
I set up the Node Server and it connects to the master properly, but the Node Read doesn't get any data at all. Unfortunatelly, I am not skilled at Modbus protocol, and I have no response from the PLC developer, but previously he has sent a documentation to access to every specific PCL variable.
The document describes the following addesses location:
Variable Gateway Bit
A 401000 0
B 401000 1
C 401000 2
.
.
X 401002 0
Y 401002 1
Z 401002 2
The question is: what values should I assign into the Node textboxes in order to get data from any of these variables?
-Unit ID
-FC
-Address
-Quantity
I attach my flow diagram:
Thanks so much in advance