I’m using PR55-34 in AutoEncoder mode. Responses from the RS485 device are not being sent. Is this a problem with my device or am I doing something wrong?
I push the button attached to the 485 trigger node
The function runs to send the Read Command to the PR55-34 device and I can see the debug message (from debug 8) in the debug panel with my intended payload data.
I have an Oscilloscope connected to the terminal block on PR55-34. Here I can see the outgoing read message and the incoming reply. I zoomed in to examine the content and can confirm that the outgoing message is what I intended to send and the response is what I expected from the connected device.
No response messages arrive (neither from Debug 1 nor Debug 9) in the debug panel.
I tried to do this, but I’m not sure if I did it correctly, because there is still no response.
Are these steps correct?
Modified my “Read RS485 Register” node in Node-Red by replacing the msg.payload.data with the broadcast set address command (eddited to array notation) from This Page
Yes. Like before, I captured the outgoing command and incoming response on the O-scope.
Outgoing command is correct and the response matches the expected result and Checksum is valid.