Connect and manage field devices and protocols.
Reference → Devices | Tutorial | How-to Guide | Reference
Devices Module (Reference) manages all communication between FrameworX and field devices through protocol drivers, providing a standardized layer for initialization, execution, and diagnostics.
The Device Module provides:
The module orchestrates field device communication through optimized grouping, parallel execution, and protocol-specific handling.
Step | Location | Description |
---|---|---|
Create Channels | Devices → Channels | Select protocol and configure settings |
Create Nodes | Devices → Nodes | Define devices with network addresses |
Map Points | Devices → Points | Link tags to device addresses |
Import Addresses | Various | Use import wizards or CSV/Excel |
Configure AccessTypes | Devices → AccessTypes | Optimize communication groups |
Protocol definitions with communication settings:
Physical devices on the network:
Data addresses within devices:
Direct protocol implementation advantages:
See → Communication Drivers for available protocols
For testing and validation:
The module creates optimized communication groups:
AccessType controls trigger conditions:
Monitor communication status:
csharp
// Tag quality (192 = good)
int quality = @Tag.Temperature.Quality;
// Node status
bool isOnline = @Device.Node.PLC1.IsOnline;
// Channel status
int status = @Device.Channel.Channel1.Status;
Control module execution:
Access via Runtime → Runtime Diagnostics
Real-time status at Devices → Monitor:
PLC Type Selection:
Micro850 Import:
L5K Import Issues:
Aspect | Device Module | TagProviders |
---|---|---|
Purpose | Field device communication | External system integration |
Configuration | Static, design-time | Dynamic discovery |
Control | Full read/write control | Variable access |
Use Case | PLCs, RTUs, I/O | Historians, databases |
For custom drivers or advanced diagnostics:
See → Protocol Implementation Concepts
Communication Failures:
Data Not Updating:
Import Problems:
Performance Degradation:
→ 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