i want to read a variable from my Siemens ET200SP with Node-RED on Raspberry Pi via Ethernet. I tried the "S7 in"-Node, but there are 2 Errors.
"Error:connect ECONNREFUSED 192.168.0.1:102"
and
"Error:connect ECONNREFUSED 127.0.0.1:102".
Under the note there is the red "offline"-mark.
I hope there is any help for me...
Hi,
S7-1200 and S7-1500 CPU access requires access using "Slot 1" and you must disable optimized block access (in TIA portal) for the blocks you are using. In addition, you must "Enable GET/PUT Access" in the 1200/1500 controller in TIA Portal. Doing so opens up the controller for other access by other applications as well, so be aware of the security implications of doing this.