...
Data Capturing | Data Processing | IT/Cloud Interface | (S)ingle / (M)ulti network |
---|---|---|---|
node-RED OPC UA Client node | Node RED nodes | Node-RED nodes | M |
2. Data acquisition via Edge Server
Data Capturing | Data Processing | IT/Cloud Interface | (S)ingle / (M)ulti network |
---|---|---|---|
Edge Server service running on the gateway | - | OPC UA Server | S |
Edge Server service running on the gateway | Node-RED (via OPC UA Client or RESTful API) | Node-RED nodes | S |
Edge Server service running on the gateway | - | RESTful API | S |
3. Data acquisition via PLC access
Data Capturing | Data Processing | IT/Cloud Interface | (S)ingle / (M)ulti network |
---|---|---|---|
node-RED S7Comm (SIMANTIC S7-300/1200/1500) node | Node-RED nodes | Node-RED nodes | M |
4. Data acquisition via IO Device (slave) integration
Data Capturing | Data Processing | IT/Cloud Interface | (S)ingle / (M)ulti network |
---|---|---|---|
node-RED IO Device (slave mode) node | Node-RED nodes | Node-RED nodes | S |
The combination of IO device (slave mode) and Passive Fieldbus Integration is not supported, because both capturing modes using
the same industrial ethernet interface. Otherwise, multiple capturing options can be combined.
...
Data Capturing | Data Processing | IT/Cloud Interface | (S)ingle / (M)ulti network | ||
---|---|---|---|---|---|
Passive Fieldbus Integration | Custom Docker Container | Custom Application Interfaceintegration service, running on the gateway | By any application running on Docker | Custom API on Docker | S |
Passive Fieldbus Integrationintegration service, running on the gateway | Node-RED nodes | Node-RED nodes | S | ||
Passive Fieldbus Integrationintegration service, running on the gateway | - | OPC UA Server | S |
The combination of IO device (slave mode) and Passive Fieldbus Integration is not supported, because both capturing modes using
the same industrial ethernet interface. Otherwise, multiple capturing options can be combined.
6. Data acquisition via via MQTT
Data Capturing | Data Processing | IT/Cloud Interface | (S)ingle / (M)ulti network |
---|---|---|---|
via pre-installed MQTT Broker and node-RED MQTT nodes | Node-RED nodes | Node-RED nodes (pub) | M |
via pre-installed MQTT Broker | By any application running on Docker or in the IT environment with integrated MQTT client. | MQTT client (sub) | M |