Modbus RTU between Revolution Pi (with piTest) and PCD3 from SAIA

Topics about the Software of Revolution Pi
Post Reply
Norian
Posts: 1
Joined: 18 Nov 2019, 18:48
Answers: 0

Modbus RTU between Revolution Pi (with piTest) and PCD3 from SAIA

Post by Norian »

Hi,
I'm trying to make a Modbus RTU connection betwen a PCD3 from SAIA and my Revolution Pi.
I configured the revolution pi as master and the PCD3 as slave (server in the PG5 Software).
Unfortunately I can not read the status of the bit, I only have the value 0 with piTest, even when the bit is set to 1.
Here is my Master configuration:
Image

and here is my configuration in SAIA's PG5 software:
Image
Image
Image

Do you have any idea what I did not do correctly?

Thanks,
Norian




For now I'm just trying to read a bit.
Eduard
KUNBUS
Posts: 209
Joined: 18 Jun 2018, 16:16
Answers: 0

Re: Modbus RTU between Revolution Pi (with piTest) and PCD3 from SAIA

Post by Eduard »

Hi Norian,
please check the following registers "Modbus_Action_Status_x and Modbus_Master_Status.
A description of the error codes can be found here.
MartynSudworth
Posts: 9
Joined: 14 Nov 2019, 09:18
Answers: 0

Re: Modbus RTU between Revolution Pi (with piTest) and PCD3 from SAIA

Post by MartynSudworth »

I've found with Modbus, one company's idea of Modbus addressing can be quite different from anothers.

I'd start at 0 then try 1 (some companies start at 1, oddly), then try multiples of 10, ie 1000 (or 1001), 10000 (or 10001) until you find an agreement.

Some company's implementation don't support some types or support them wrongly, ie they have "holding registers" as inputs instead of outputs and so on.

Some companies don't support bits at all, just integers (so you have to start at 10000 or 10001 or (older implementations) 1000 or 1001 (or even 100 or 101 if it's very old)).

There's a lot of bad/wrong/misleading implementations - don't expect addressing to be consistent!
MartynSudworth
Posts: 9
Joined: 14 Nov 2019, 09:18
Answers: 0

Re: Modbus RTU between Revolution Pi (with piTest) and PCD3 from SAIA

Post by MartynSudworth »

Out of interest, how are you connected to the modbus unit?

Modbus RTU is either RS232 or RS485 (Rs485 is either 2 wire or 4 wire), which of these 3 options have you used?

Do you have a serial converter attached to the RevPi core?

Are you sure the slave address (in "Extended data" is correct?
Post Reply