Skip to content

Commit

Permalink
Update integrating-siemens-s7-plcs-with-node-red-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitshinde-84 authored Jan 17, 2025
1 parent ce99b0e commit afea46f
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ _Untick 'Optimized Block Access.'_

4. Verify that the device running Node-RED is in the same network as the PLC and can successfully ping the PLC. Also, a firewall should not block the S7 port (typically port 102).

```bash
ping <PLC_IP>
```

```bash
netstat -an | findstr 102
```

## Integrating Siemens S7 PLCs with Node-RED

Now that everything is set up, let's integrate your Siemens S7 PLC with Node-RED. In this article, I’ll demonstrate the process using a Siemens S7-1212C PLC. I’ve connected it to a stack/tower light and will walk you through how to write data to the PLC to control this light. Later, I’ll show you how to read data and reflect the status of the light.
Expand Down

0 comments on commit afea46f

Please sign in to comment.