Config.ini.bak 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. [Hear]
  2. Test=BZ
  3. [Product] ; 产线及产品信息
  4. ; 项⽬编码
  5. ProjectCode=
  6. ; ⼯⼚编码
  7. FactoryCode=
  8. ; ⼯段编码
  9. ProcessSectionCode=
  10. ; 线体编码
  11. LineCode=N801A
  12. ; 线体名称
  13. LineName=N801A产线
  14. ; 程序名称
  15. ProgramName=N801A产线程序名称
  16. ; 工厂订单号
  17. WorkOrderCode=
  18. ; 批次号
  19. BatchNumber=
  20. ; 产品型号
  21. Mtltmrk=,
  22. [Station] ; 工位信息
  23. ; [S1] ⼯站
  24. s1_work_station=ee2
  25. ; [S1] 装备编码
  26. s1_device_code=r34
  27. ; [S1] ⼯位编码
  28. s1_station=ew3
  29. ; [S2] ⼯站
  30. s2_work_station=
  31. ; [S2] 装备编码
  32. s2_device_code=
  33. ; [S2] ⼯位编码
  34. s2_station=
  35. ; [S3] ⼯站
  36. s3_work_station=
  37. ; [S3] 装备编码
  38. s3_device_code=
  39. ; [S3] ⼯位编码
  40. s3_station=
  41. ; [S4_1] ⼯站
  42. s4_1_work_station=
  43. ; [S4_1] 装备编码
  44. s4_1_device_code=
  45. ; [S4_1] ⼯位编码
  46. s4_1_station=
  47. ; [S4_5] ⼯站
  48. s4_5_work_station=
  49. ; [S4_5] 装备编码
  50. s4_5_device_code=
  51. ; [S4_5] ⼯位编码
  52. s4_5_station=
  53. ; [S5] ⼯站
  54. s5_work_station=
  55. ; [S5] 装备编码
  56. s5_device_code=
  57. ; [S5] ⼯位编码
  58. s5_station=
  59. [MES] ; MES API配置
  60. ;主服务器
  61. MESAppId=mes_test1
  62. MESAppKey=mes1
  63. MESUserId=mes_userid
  64. ServerHost=10.1.19.33:8080
  65. StationInMESUrl=http://{0}/UnitConfirmDataSetIn
  66. StationOutMESUrl=http://{0}/UnitConfirmDataSetOut
  67. ; 启用上传加工数据
  68. IsSendProcessData=False
  69. ; 启用上传点检数据
  70. IsSendCheckOneData=False
  71. ; 启用上传单机运行数据
  72. IsSendWorkingData=False
  73. ; 启用上传报警数据
  74. IsSendAlarmData=False
  75. [MQTT] ; IOT配置
  76. MQTTServerHost=10.1.19.33
  77. MQTTServerPort=9090
  78. ; 上传过站数据
  79. IsMqttSendProcessData=False
  80. ; 上传设备状态
  81. IsMqttDeviceState=False
  82. ; 上传故障⽇志
  83. IsMqttFaultLog=False
  84. ; 上传传感器数据
  85. IsMqttSensorData=False
  86. ; 上传节拍⽇志
  87. IsMqttStationInputBegin=False
  88. ; 上传操作记录
  89. IsMqttOperateLog=False
  90. ; 上传装备配置
  91. IsMqttEquiConfig=False
  92. ; 上传⼯艺配置
  93. IsMqttProcConfig=False
  94. [AGV] ; AGV配置
  95. IsUseAGV=False
  96. AGVHttpHost=10.1.19.30:9091
  97. AGVMQTTHost=127.0.0.1
  98. AGVMQTTPort=9092
  99. [Machine] ; PLC IP配置
  100. IsUsePLC1=True
  101. IsUsePLC2=False
  102. IsUsePLC3=False
  103. IsUsePLC4=False
  104. IsUsePLC5=False
  105. IsUsePLC6=False
  106. IsUsePLC7=False
  107. IsUsePLC8=False
  108. Machine1Address=192.168.1.11
  109. Machine2Address=192.168.1.21
  110. Machine3Address=192.168.1.31
  111. Machine4Address=192.168.1.41
  112. Machine5Address=192.168.1.71
  113. Machine6Address=
  114. Machine7Address=
  115. Machine8Address=
  116. MachinePort=502
  117. [LocalDB] ; 数据库配置
  118. Server=localhost
  119. User=sa
  120. PassWord=Aa123456