generated from wenjy/Sln.Iot
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"AppConfig": {
|
|
//MES数据中的CycleTime字段
|
|
"CycleTime1": 2000,
|
|
"CycleTime2": 62,
|
|
"CycleTime3": 9000,
|
|
"CycleTime4": 62,
|
|
"logPath": "D:\\log",
|
|
//CFX连接配置
|
|
"VacuumConfig": {
|
|
//设备名
|
|
"DeviceName": "Vacuum",
|
|
"CFXHandle": "CFX.A00.OT00470018",
|
|
//本地URI
|
|
"LocalURI": "amqp://127.0.0.1:1235",
|
|
//上位系统URI
|
|
"UpperURI": "http://10.148.192.32:8090/sensordata?sensorId=UploadMachineData"
|
|
},
|
|
"OvenConfig": {
|
|
"DeviceName": "Oven",
|
|
"CFXHandle": "CFX.A00.OT00470017",
|
|
"LocalURI": "amqp://127.0.0.1:1236",
|
|
"UpperURI": "http://10.148.192.32:8090/sensordata?sensorId=UploadMachineData"
|
|
},
|
|
//TCP连接配置
|
|
"TcpServerConfig": "127.0.0.1:1145",
|
|
//MES连接地址和端口号
|
|
"MESURL": "http://10.148.192.32:8090",
|
|
//MES连接接口地址
|
|
"MESURN": "/sensordata?sensorId=UploadMachineData",
|
|
//MES发送延时(秒)
|
|
"MesSendDelay": 15,
|
|
//是否输出报警日志
|
|
"IsAlarmLog": true,
|
|
//是否输出MES日志
|
|
"IsMESLog": true,
|
|
//是否输出CFX日志
|
|
"IsCFXLog": false
|
|
}
|
|
}
|