MTConnect Adapter
The MTConnect (MTC) data adapter interfaces with MTConnect-enabled CNC machines to stream manufacturing data into the DDB. It probes the MTConnect agent for device capabilities and then polls for live data.
Overview
MTConnect is an industrial standard that provides a framework for defining manufacturing equipment interface data. The MTC adapter connects to any MTConnect agent, discovers available components, and streams sensor readings into the Digital Data Backbone.
Property |
Value |
|---|---|
Adapter Type |
|
Data Source |
Any MTConnect agent (CNC machines) |
Recommended Topic Family |
|
Self-Update |
No (polls via |
Configuration Parameters
Parameter |
Description |
|---|---|
|
IP address of the MTConnect agent |
|
URL of the MTConnect agent |
|
Name of the device to be used in the data object |
|
Trial ID for the MTConnect device. No spaces or special characters allowed. |
Example Configuration
adapter_name: my_mtconnect_adapter
mtconnect:
agent_ip: "192.168.1.1"
agent_url: "http://192.168.1.1:5000"
device_name: "MTConnectDevice"
trial_id: "trial_001"