-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi,
I'm testing OPCModbusUAServer. Default config.json work perfect, but with my new config I have a problem. Could you help me?
cmd:
node server.js
OPC UA Server initialized
Created a Modbus device on 192.168.50.40:502 1
creating folder: 192.168.50.40:502 unit:1
Creating folder: coils
Server is now listening...
Unhandled rejection (<{"errorCode":129,"exceptionCode":1,"me...>, no stack trace)
config.json:
{
"url": "ModbusServer",
"port": 8080,
"modbusdevices": [
{
"modbushost": "192.168.50.40",
"modbusport": 502,
"unit": 1,
"pollrate":500,
"onebased":true,
"deviceaddressspace": [
{
"type": "coils",
"addresses": [
{
"address": 30002,
"count": 1
}
]
}
]
}
]
}
Metadata
Metadata
Assignees
Labels
No labels