123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- [Hear]
- Test=BZ
- [Product] ; 产线及产品信息
- ; 项⽬编码
- ProjectCode=
- ; ⼯⼚编码
- FactoryCode=
- ; ⼯段编码
- ProcessSectionCode=
- ; 线体编码
- LineCode=N801A
- ; 线体名称
- LineName=N801A产线
- ; 程序名称
- ProgramName=N801A产线程序名称
- ; 工厂订单号
- WorkOrderCode=
- ; 批次号
- BatchNumber=
- ; 产品型号
- Mtltmrk=,
- [Station] ; 工位信息
- ; [S1] ⼯站
- s1_work_station=ee2
- ; [S1] 装备编码
- s1_device_code=r34
- ; [S1] ⼯位编码
- s1_station=ew3
- ; [S2] ⼯站
- s2_work_station=
- ; [S2] 装备编码
- s2_device_code=
- ; [S2] ⼯位编码
- s2_station=
- ; [S3] ⼯站
- s3_work_station=
- ; [S3] 装备编码
- s3_device_code=
- ; [S3] ⼯位编码
- s3_station=
- ; [S4_1] ⼯站
- s4_1_work_station=
- ; [S4_1] 装备编码
- s4_1_device_code=
- ; [S4_1] ⼯位编码
- s4_1_station=
- ; [S4_5] ⼯站
- s4_5_work_station=
- ; [S4_5] 装备编码
- s4_5_device_code=
- ; [S4_5] ⼯位编码
- s4_5_station=
- ; [S5] ⼯站
- s5_work_station=
- ; [S5] 装备编码
- s5_device_code=
- ; [S5] ⼯位编码
- s5_station=
- [MES] ; MES API配置
- ;主服务器
- MESAppId=mes_test1
- MESAppKey=mes1
- MESUserId=mes_userid
- ServerHost=10.1.19.33:8080
- StationInMESUrl=http://{0}/UnitConfirmDataSetIn
- StationOutMESUrl=http://{0}/UnitConfirmDataSetOut
- ; 启用上传加工数据
- IsSendProcessData=False
- ; 启用上传点检数据
- IsSendCheckOneData=False
- ; 启用上传单机运行数据
- IsSendWorkingData=False
- ; 启用上传报警数据
- IsSendAlarmData=False
- [MQTT] ; IOT配置
- MQTTServerHost=10.1.19.33
- MQTTServerPort=9090
- ; 上传过站数据
- IsMqttSendProcessData=False
- ; 上传设备状态
- IsMqttDeviceState=False
- ; 上传故障⽇志
- IsMqttFaultLog=False
- ; 上传传感器数据
- IsMqttSensorData=False
- ; 上传节拍⽇志
- IsMqttStationInputBegin=False
- ; 上传操作记录
- IsMqttOperateLog=False
- ; 上传装备配置
- IsMqttEquiConfig=False
- ; 上传⼯艺配置
- IsMqttProcConfig=False
- [AGV] ; AGV配置
- IsUseAGV=False
- AGVHttpHost=10.1.19.30:9091
- AGVMQTTHost=127.0.0.1
- AGVMQTTPort=9092
- [Machine] ; PLC IP配置
- IsUsePLC1=True
- IsUsePLC2=False
- IsUsePLC3=False
- IsUsePLC4=False
- IsUsePLC5=False
- IsUsePLC6=False
- IsUsePLC7=False
- IsUsePLC8=False
- Machine1Address=192.168.1.11
- Machine2Address=192.168.1.21
- Machine3Address=192.168.1.31
- Machine4Address=192.168.1.41
- Machine5Address=192.168.1.71
- Machine6Address=
- Machine7Address=
- Machine8Address=
- MachinePort=502
- [LocalDB] ; 数据库配置
- Server=localhost
- User=sa
- PassWord=Aa123456
|