》如果设备运行在OPC协议上,可以安装OPC网关进行转换后接入数据到平台中。
》网关程序下载:
》程序运行后命令输入i,可以将服务部署到OPC协议的那台机器上,并让机器与必欣服务器联网。
配置文件:OpcGateway.json,更新好后找到服务:OpcGateway 启动运行即可
[
{
"Global": true,
"OpcServer": {
"Ip": "localhost",
"Name": "ArchestrA.DASTestServer.1",
"Prefix": "a.b"
},
"Websocket": {
"Interval": 1000,
"Url": "ws://127.0.0.1:801",
"UserName": "admin",
//"Url": "ws://a.bething.cn",
//"UserName": "ency",
"PassWord": "123456",
"Instance": "/this/G",
"Test": true
},
"Items": {
"OpcServer item":"Websocket item"
}
},
{
//"OpcServer": {
// "Ip": "localhost",
// "Name": "ArchestrA.DASTestServer.1",
// "Prefix": "a.b"
//},
"Websocket": {
"Interval": 1000,
"Change": 10000,
//"Url": "ws://a.bething.cn",
//"UserName": "ency",
//"PassWord": "123456",
//"Instance": "/this/G",
"Test": true
},
"Items": {
}
}
]