Providing data on modbus for external device

Hello everyone,
It´s the first for me, that I have to use modbus so I come here with some questions, just to make sure I understood right.
I want to provide data on nodered-side using modbus. Therfore I installed contrib-modbus and set up a test flow.

Currently I am generating 2 random numbers and write them to 2 registers.
Also I am able to read those generated numbers using the Flex Getter.
Would it be possible for an external application to read those numbers already,
Or am I missing some steps here?

Connection settings:

Edit:
Started Nodered local on my pc and tried to read the generated values mentioned above:

turns out: it´s not working :confused:

Solved!

I had to set the Server-IP to the device ip.
So instead of using 127.0.0.1 I entered 172.16.200.220 (which is the devices ip).
Now it´s working fine :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.