-
Hi! Is it possible to use FUXA as modbus TCP slave? I have an equipment which sends the data via modbus TCP. My idea is to point this equipment to FUXA and collect the data. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Since no one answered, I did everything myself. :) The solution now looks like this: FUXA ----> Slave server <---- Equipment I'm currently testing this solution. |
Beta Was this translation helpful? Give feedback.
Since no one answered, I did everything myself. :)
I found a fairly old Modbus TCP server project written in Python2. I added SlaveID filtering and made a number of cosmetic additions that allow this server to work if a stupid gateway from RS485 to TCP is used.
I also converted it to Python3. Tested on Linux, but it should work on Windows too.
The solution now looks like this:
FUXA ----> Slave server <---- Equipment
I'm currently testing this solution.
Everyone who is interested - wellcome. :)