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.
ProductionSystem/Production_Oil/Config/PointsSetting.json

69 lines
1.5 KiB
JSON

12 months ago
{
"Stations": [
{
//注油工位
"StationCode": "Oiling",
"PlcIP": "",
"PlcPort": 44818,
"Points": [
{
"PointCode": "M0",
"PointName": "请求数据上传",
"PointAddress": "",
"DataType": "int",
"DataLen": 1
},
{
"PointCode": "M1",
"PointName": "产品条码",
"PointAddress": "",
"DataType": "byte",
"DataLen": 1
},
{
"PointCode": "M2",
"PointName": "压缩机空重",
"PointAddress": "",
"DataType": "float",
"DataLen": 1
}
]
},
{
//补油工位
"StationCode": "RepairOil",
"PlcIP": "",
"PlcPort": 44818,
"Points": [
{
"PointCode": "M0",
"PointName": "请求空重数据",
"PointAddress": "",
"DataType": "int",
"DataLen": 1
},
{
"PointCode": "M1",
"PointName": "产品条码",
"PointAddress": "",
"DataType": "byte",
"DataLen": 1
},
{
"PointCode": "M2",
"PointName": "压缩机空重",
"PointAddress": "",
"DataType": "float",
"DataLen": 1
},
{
"PointCode": "M3",
"PointName": "压缩机空重反馈点位地址",
"PointAddress": "",
"DataType": "float",
"DataLen": 1
}
]
}
]
}