Real-time communication and data exchange with field equipment using native protocols.
Modules → Devices | Tutorial | How-to Guide | Reference
It enables real-time communication and data exchange with field equipment. The Device Module provides direct protocol implementation for:
Device Module Configuration Workflow | ||
---|---|---|
Step | Action | Description |
Create Channels | Select protocol from library | Configure connection parameters (IP, port, timeout) |
Create Nodes | Add devices to channels | Set device addresses and station IDs |
Map Points | Link tags to device addresses | Use import tools for bulk configuration |
Set AccessTypes | Define data flow | Configure read/write permissions and scan rates |
Communication Processing
The module maintains background connections to all configured devices. Write-enabled points subscribe to tag changes and update devices automatically. Read points update based on their configured scan rates.
FrameworX provides native protocol interfaces to PLCs alongside OPC client capabilities. While some PLCs use OPC UA as their built-in protocol, many scenarios benefit from direct native driver connections.
Higher Performance Adding an OPC server as middleware introduces additional lag time. The AccessTypes and parallel execution (multi-threading) capabilities in the Device Module enable optimized configurations not available in most OPC servers.
Extended Functionality Native Drivers provide additional capabilities. For ControlLogix and CodeSys connections, discovery methods go beyond what's available through third-party OPC gateways.
Cost Reduction Most native drivers are included at no charge. When there is a cost, it's typically much smaller than OPC server licensing.
Simplified Architecture OPC servers still require native protocol addresses for configuration - you're essentially duplicating work. The exception is when an OPC server is already installed and serving multiple applications.
Easier Field Maintenance Without an unnecessary "middle-man," deployment and maintenance procedures are simpler. A single environment with centralized support beats managing two potential failure points with independent suppliers.
FrameworX can connect to field devices using native protocols while enabling its built-in OPC server functionality, allowing other applications to access data through the platform's OPC server.
→ 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