Hello,
is there any possibility to connect a Raspberry Pi to a Zenon Runtime?
I prefere a TCP/IP Hardware if possible. Of cause, if there is a other easy Interface-Solution. Please tell me.
Thanks for your Help !!
BR
Seba
Hello,
is there any possibility to connect a Raspberry Pi to a Zenon Runtime?
I prefere a TCP/IP Hardware if possible. Of cause, if there is a other easy Interface-Solution. Please tell me.
Thanks for your Help !!
BR
Seba
Hi Seba!
zenon Logic have a Runtime that should work on Raspberry Pi. It depends on what OS you have installed. Most Linux distros are fine.
Then I would recommend the stratonNG protocol.
Otherwise you can use ModBus TCP. There are a lot of open libraries on the net for that.
/Fredrik
Hello Frederik!
Thanks for answering !!
You would propose to connect raspberry pi via Modbus TCP.... I will try to do so.
Thanks a lot !!
BR
Seba
Hi!
I guess you are using Python on your Raspberry Pi.
This is a popular library:
https://github.com/riptideio/pymodbus
Br
Fredrik
Thank you!