Devices Module (How-to Guide) walks you through configuring the Devices module to establish real-time communication with field devices using native protocols.In this guide we will:
A channel defines the protocol and connection parameters.
Double-click properties to edit:
Property | Description | Example |
---|---|---|
Interface | Connection type | TCPIP |
Settings | Protocol-specific parameters | IP: 192.168.1.100, Port: 502 |
Timeout | Response timeout | 3000ms |
InitialState | Startup behavior | Enabled |
Nodes represent physical devices on the network.
Protocol | PrimaryStation Format |
---|---|
Modbus TCP | 192.168.1.100:502:1 |
OPC UA | opc.tcp://server:4840 |
ControlLogix | 192.168.1.50:Slot=0 |
Protocol | Address Format | Example |
---|---|---|
Modbus | Operand + Address | 40001 (Holding Register 1) |
MQTT | Topic path | spBv1.0/Group/Node/Device |
OPC UA | Node path | ns=2;s=Channel1.Device1.Tag1 |
AccessTypes define read/write behavior for points.
Read Settings:
Write Settings:
Use for optimization - only reads when:
Users can simplify the creation of communication nodes and point addresses through various methods for automatic data configuration import. This includes copying and pasting tables from Excel, importing data from CSV files, and using Import Wizards for diverse data sources.
Importing Methods
When creating communication nodes and point addresses, there is no need to retype addresses if they are already defined in another data source. The platform supports several methods to import remote data configuration automatically:
If your PLC or field device has an open file database with available addresses, and you want a tightly integrated configuration, contact us. We have programming interfaces to allow that, similar to what we did with OPC data sources.
Importing data from an OPC server allows efficient and streamlined integration with industrial automation systems. By creating an OPC communication node and selecting the "Import" option, the platform automatically creates tags and communication points based on the information available from the OPC server. This functionality simplifies the configuration and maintenance of the project, optimizing the data integration process. To learn more about importing data from an OPC server, please visit Importing Tags from OPC Servers.
The import and export of tags and PLC addresses are streamlined due to its integration with Excel, as the software extensively utilizes tables in various features. You can copy and paste the data directly into the platform by creating a table in Excel with the required columns, such as TagName, Type, and Address. The software ensures the accurate data assignment to the corresponding columns, even if the column order differs. After the first import, the system stores your settings, making synchronizing previously imported and new addresses easy. For more detailed information on tags' import and export process, visit Importing Tags from CSV files.
No Communication
Bad Quality (0)
Values Not Updating
Write Not Working
→ Platform Overview / Technology /Native Drivers, OPC and MQTT → Modules / Industrial Operations / Devices Module → Tutorials / Industrial Operations / Devices Module Tutorial → How-to Guides / Industrial Operations / Devices Module How-to Guide → Technical Reference /Industrial Operations / Devices Module ReferenceDevices Module Links
Explanation - about foundational technologies
Explanation - to understand concepts
Tutorials - to learn by doing
How-to Guides - to accomplish specific tasks
Reference - technical details
This guide provides the framework for device communication. Adapt the procedures to your specific protocol while following the same systematic approach.