@autocodingsystems/gateway-client
Version:
Library and commandline utility to control the acs gateway - device drivers for the most common industrial production line devices
36 lines (35 loc) • 911 B
JSON
// Sample Domino A420i device
{
"DeviceName": "Domino A420i Sample Device",
"SupportedDeviceId": "c28864e5b12725ce68a325cf278e95e387dc7a58aab1a2b3fc5ac9217cfc23db",
"ApplicationNodeId": 0,
"SocketClass": "NE.Connectivity.TcpClient",
"SocketConfigurationSettings": [
{
"Name": "IP Address",
"Value": "127.0.0.1" // Replace with the device's IP address
},
{
"Name": "Port Number",
"Value": "3001" // Replace with the actual port the device is listening on
}
],
"DriverConfigurationSettings": [
{
"Name": "Trace Level",
"Value": "Default"
},
{
"Name": "Trace Encoding",
"Value": "Default"
},
{
"Name": "Preserve Message Library",
"Value": "True"
},
{
"Name": "Disable Print Head On Clear",
"Value": "True"
}
]
}