Siemens S7 PLCs are everywhere — factory floors, industrial automation lines, packaging systems, conveyor belts, and process control environments. Nodlyn makes it incredibly easy to connect these PLCs to your workflows, enabling real-time automation by reading and writing tags directly over the S7comm protocol.
With the Siemens S7 Connector, you can read memory areas, write process values, interact with DB blocks, and seamlessly integrate industrial hardware into your automation pipelines.
Step 1: Connect to Your Siemens S7 PLC
Most Siemens PLCs expose communication over TCP/IP using the S7comm protocol. In Nodlyn, simply drag a Read Tag or Write Tag node onto the canvas and configure the connection:
- PLC IP Address — e.g., 192.168.0.10
- Rack — typically 0
- Slot — usually 1 for S7-1200/1500
- CPU Type — S7-200, S7-300, S7-400, S7-1200, S7-1500
Nodlyn handles the S7comm session, opening and closing the connection automatically.
Step 2: Read a Tag
Use the Read Tag node to retrieve a value from the PLC. Nodlyn connects to the device, reads the specified address, formats the value based on the selected data type, and returns:
- value — the tag value
- address — the memory address read
- ok — success flag
Supported address formats include:
- DB1.DBD0 — Data block float
- M0.0 — Memory bit
- I0.1 — Input bit
- Q4.0 — Output byte
This is ideal for workflows that monitor sensors, machine states, counters, or production metrics.
Step 3: Write a Tag
If you want your workflow to control hardware — motors, valves, actuators, or internal PLC flags — use the Write Tag node. Nodlyn writes the specified value to the PLC using the correct data type.
Supported data types include:
- bool — true/false
- byte — 0–255
- int — 16-bit integer
- dword — 32-bit unsigned integer
- real — floating point
- string — text
Every write operation has a physical side effect — Nodlyn requires approval for safety.
Step 4: Industrial Automation Use Cases
Once PLC data enters your workflow, you can combine it with any other connector:
- Trigger alarms via Slack or Telegram
- Log production metrics to Google Sheets or databases
- Control actuators using conditional logic
- Send HTTP requests to MES/ERP systems
- Generate reports or dashboards
S7 PLC integration becomes a powerful entry point into your automation ecosystem.
Step 5: Build Real Industrial Automations
With Nodlyn, you can build advanced industrial workflows:
- Monitor machine status in real time
- Automatically adjust process parameters
- Record production data for traceability
- Trigger maintenance workflows based on PLC values
- Integrate PLC logic with cloud dashboards
Industrial automation becomes smarter, safer, and easier to orchestrate.
What's Next?
Experiment with multi-step workflows, combine PLC readings with conditional logic, or build real-time dashboards showing machine activity. Nodlyn gives you the tools to automate any S7-driven industrial process.