How to interact with a Siemens LOGO8

Hi,

Actually i have a second program (LOGOControl) running to interact / control my Siemens LOGO 8 ... all at my RPi3.
The problem is that the LOGOControl freezes when there are to many http rest requests. Now i´m tihinking about to intergrate my LOGO into Node-Red.

Can somebody explain me how ?

Thanks in advance
Felix

Hi,
I am using node-red node with Logo8 using S7/Logo8 communication protocol , and works very well.

Step1 :

Search for S7 nodes import them into your node-red flow , follow the instructions within the nodes.

https://flows.nodered.org/?term=s7&num_pages=1

One example ;

https://flows.nodered.org/flow/f36b5e6ef46f3a2c3d9c26eb45cbad0d

Regards,

M Dias