170 lines
6.3 KiB
XML
170 lines
6.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Configuration>
|
||
|
|
<CONFIG_INFO>
|
||
|
|
<!-- 启动自动登录 -->
|
||
|
|
<AutoLogin>False</AutoLogin>
|
||
|
|
<!-- 无操作自动锁屏 -->
|
||
|
|
<AutoLockScreen>False</AutoLockScreen>
|
||
|
|
<!-- 锁屏间隔时间 -->
|
||
|
|
<LockIntervalTime>3</LockIntervalTime>
|
||
|
|
<!-- 无操作自动切换监控界面 -->
|
||
|
|
<AutoSwitchMonitor>False</AutoSwitchMonitor>
|
||
|
|
<!-- 切换监控界面间隔时间 -->
|
||
|
|
<SwitchMonitorInterval>1</SwitchMonitorInterval>
|
||
|
|
<!-- 曲线显示数量 -->
|
||
|
|
<CurveDisplayCount>1</CurveDisplayCount>
|
||
|
|
<!-- 开启刷卡模式 -->
|
||
|
|
<EnableCardMode>False</EnableCardMode>
|
||
|
|
<!-- MES/非MES模式切换 -->
|
||
|
|
<MESModeSwitch>False</MESModeSwitch>
|
||
|
|
<!-- 获取MES参数 -->
|
||
|
|
<FetchMESParams>False</FetchMESParams>
|
||
|
|
<!-- 线程耗时日志保存 -->
|
||
|
|
<SaveThreadTimeLog>True</SaveThreadTimeLog>
|
||
|
|
<!-- 是否获取服务器数据 -->
|
||
|
|
<FetchServerData>False</FetchServerData>
|
||
|
|
<!-- 调试模式生成假条码 -->
|
||
|
|
<IsDebugMode>True</IsDebugMode>
|
||
|
|
<!-- 卷芯条码计数 -->
|
||
|
|
<CoreCount>0</CoreCount>
|
||
|
|
<!-- 钢壳条码计数 -->
|
||
|
|
<SteelshellCount>0</SteelshellCount>
|
||
|
|
</CONFIG_INFO>
|
||
|
|
|
||
|
|
<!-- MES配置 -->
|
||
|
|
<MES_CONFIG>
|
||
|
|
<!-- 工厂代码 -->
|
||
|
|
<SiteCode>43S</SiteCode>
|
||
|
|
<!-- 产线编号 -->
|
||
|
|
<LineCode>FW-431</LineCode>
|
||
|
|
<!-- 设备编号 -->
|
||
|
|
<EquipNum>431RLM02</EquipNum>
|
||
|
|
<!-- 智能电表编号 -->
|
||
|
|
<SmartMeterCode>1,2</SmartMeterCode>
|
||
|
|
<!-- 白夜班交替时间 -->
|
||
|
|
<ShiftChangeTime>20:30:00</ShiftChangeTime>
|
||
|
|
<!-- MES日志保存路径 -->
|
||
|
|
<MESLogPath>D:\APILog</MESLogPath>
|
||
|
|
<!-- 存储服务器IP地址 -->
|
||
|
|
<StorageServerIP>127.0.0.1</StorageServerIP>
|
||
|
|
|
||
|
|
<!--MES端口号-->
|
||
|
|
<MESPort>80</MESPort>
|
||
|
|
<!-- 员工权限校验 -->
|
||
|
|
<EmployeeAuthCheck>http://10.62.2.201/core/api/public/equipment/base/user/permission/verify</EmployeeAuthCheck>
|
||
|
|
<!-- 原材料投入信息 -->
|
||
|
|
<MaterialInputInfo>http://10.100.111.81/core/api/public/raw/material/input/un/first/process</MaterialInputInfo>
|
||
|
|
<!-- 设备参数设定值请求 -->
|
||
|
|
<DeviceParamRequest>http://10.100.111.81/core/api/public/param/setting/request</DeviceParamRequest>
|
||
|
|
<!-- 设备参数设定值变更 -->
|
||
|
|
<DeviceParamChange>http://10.100.111.81/core/api/public/param/setting/change</DeviceParamChange>
|
||
|
|
<!-- 产品进站 -->
|
||
|
|
<ProductInStation>http://10.62.2.201/core/api/public/formation/section/arrival/batch/container</ProductInStation>
|
||
|
|
<!-- 产品过程加工参数 -->
|
||
|
|
<ProductProcessParams>http://10.100.111.81/core/api/public/product/process/param/new/process</ProductProcessParams>
|
||
|
|
<!-- 产品结果加工参数 -->
|
||
|
|
<ProductResultParams>http://10.62.2.203/core/api/public/product/process/param/new/result</ProductResultParams>
|
||
|
|
<!-- 产品出站 -->
|
||
|
|
<ProductOutStation>http://10.62.2.201/core/api/public/eve/pm/formation-section</ProductOutStation>
|
||
|
|
<!-- 设备报警 -->
|
||
|
|
<DeviceAlarm>http://10.62.2.203/core/api/public/equipment/alarm/currency</DeviceAlarm>
|
||
|
|
<!-- 设备状态 -->
|
||
|
|
<DeviceStatus>http://10.62.2.203/core/api/public/eve/pm/eqm/run/status/operation</DeviceStatus>
|
||
|
|
<!-- 能耗 -->
|
||
|
|
<EnergyConsumption>http://10.62.2.203/core/api/public/eve/pm/energy/consumption/collection/submit</EnergyConsumption>
|
||
|
|
<!-- 风速仪 -->
|
||
|
|
<Anemometer>https://iot.eveportal.com:9470/eve_api/ems/iot/upload_device_collect_data</Anemometer>
|
||
|
|
<!--下发DMC喷码-->
|
||
|
|
<DMCJetCodeURL>http://10.100.111.81/core/api/public/eve/eqm/dmc/code/generate/new</DMCJetCodeURL>
|
||
|
|
</MES_CONFIG>
|
||
|
|
|
||
|
|
<ElectricityMeter>
|
||
|
|
<!-- 是否启用 -->
|
||
|
|
<IsEnableEM>True</IsEnableEM>
|
||
|
|
<!-- 电表数量 -->
|
||
|
|
<EMCount>1</EMCount>
|
||
|
|
<!-- 电表IP地址 -->
|
||
|
|
<EMStopBits>1</EMStopBits>
|
||
|
|
<EMParity>0</EMParity>
|
||
|
|
<EMBaudRate>9600</EMBaudRate>
|
||
|
|
<EMDataBits>8</EMDataBits>
|
||
|
|
<EMPortName0>COM1</EMPortName0>
|
||
|
|
</ElectricityMeter>
|
||
|
|
<STATISTICS>
|
||
|
|
<!-- 上小时 -->
|
||
|
|
<LastHour>1030</LastHour>
|
||
|
|
<!-- 上次重置时间 -->
|
||
|
|
<LastResetTime>0</LastResetTime>
|
||
|
|
<!-- 上次总数 -->
|
||
|
|
<LastTotalOldNum>360</LastTotalOldNum>
|
||
|
|
<!-- 上次合格数 -->
|
||
|
|
<LastOkOldNum>358</LastOkOldNum>
|
||
|
|
<!-- 总产量 -->
|
||
|
|
<ProdAllQty>0</ProdAllQty>
|
||
|
|
<!-- 合格产量 -->
|
||
|
|
<ProdOKQty>0</ProdOKQty>
|
||
|
|
<!-- RFID不合格数 -->
|
||
|
|
<ProdRFIDNgQty>0</ProdRFIDNgQty>
|
||
|
|
<!-- 钢壳码不合格数 -->
|
||
|
|
<ProdGangKeBarNgQty>0</ProdGangKeBarNgQty>
|
||
|
|
<!-- 卷芯码不合格数 -->
|
||
|
|
<ProdCoreNgQty>0</ProdCoreNgQty>
|
||
|
|
<!-- YLZ不合格数 -->
|
||
|
|
<ProdYLZNgQty>0</ProdYLZNgQty>
|
||
|
|
</STATISTICS>
|
||
|
|
|
||
|
|
<ANEMOMETER>
|
||
|
|
<!-- 风速仪数量 -->
|
||
|
|
<AntiDustAirSpeedCount>25</AntiDustAirSpeedCount>
|
||
|
|
<!-- 风速仪1 -->
|
||
|
|
<AntiDustAirSpeed1>FSY-2A-001</AntiDustAirSpeed1>
|
||
|
|
<!-- 风速仪2 -->
|
||
|
|
<AntiDustAirSpeed2>FSY-2A-002</AntiDustAirSpeed2>
|
||
|
|
<!-- 风速仪3 -->
|
||
|
|
<AntiDustAirSpeed3>FSY-2A-003</AntiDustAirSpeed3>
|
||
|
|
<!-- 风速仪4 -->
|
||
|
|
<AntiDustAirSpeed4>FSY-2A-004</AntiDustAirSpeed4>
|
||
|
|
<!-- 风速仪5 -->
|
||
|
|
<AntiDustAirSpeed5>FSY-2A-005</AntiDustAirSpeed5>
|
||
|
|
<!-- 风速仪6 -->
|
||
|
|
<AntiDustAirSpeed6>FSY-2A-006</AntiDustAirSpeed6>
|
||
|
|
<!-- 风速仪7 -->
|
||
|
|
<AntiDustAirSpeed7>FSY-2A-007</AntiDustAirSpeed7>
|
||
|
|
<!-- 风速仪8 -->
|
||
|
|
<AntiDustAirSpeed8>FSY-2A-008</AntiDustAirSpeed8>
|
||
|
|
<!-- 风速仪9 -->
|
||
|
|
<AntiDustAirSpeed9>FSY-2A-009</AntiDustAirSpeed9>
|
||
|
|
<!-- 风速仪10 -->
|
||
|
|
<AntiDustAirSpeed10>FSY-2A-010</AntiDustAirSpeed10>
|
||
|
|
<!-- 风速仪11 -->
|
||
|
|
<AntiDustAirSpeed11>FSY-2A-011</AntiDustAirSpeed11>
|
||
|
|
<!-- 风速仪12 -->
|
||
|
|
<AntiDustAirSpeed12>FSY-2A-012</AntiDustAirSpeed12>
|
||
|
|
<!-- 风速仪13 -->
|
||
|
|
<AntiDustAirSpeed13>FSY-2A-013</AntiDustAirSpeed13>
|
||
|
|
<!-- 风速仪14 -->
|
||
|
|
<AntiDustAirSpeed14>FSY-2A-014</AntiDustAirSpeed14>
|
||
|
|
<!-- 风速仪15 -->
|
||
|
|
<AntiDustAirSpeed15>FSY-2A-015</AntiDustAirSpeed15>
|
||
|
|
<!-- 风速仪16 -->
|
||
|
|
<AntiDustAirSpeed16>FSY-2A-016</AntiDustAirSpeed16>
|
||
|
|
<!-- 风速仪17 -->
|
||
|
|
<AntiDustAirSpeed17>FSY-2A-017</AntiDustAirSpeed17>
|
||
|
|
<!-- 风速仪18 -->
|
||
|
|
<AntiDustAirSpeed18>FSY-2A-018</AntiDustAirSpeed18>
|
||
|
|
<!-- 风速仪19 -->
|
||
|
|
<AntiDustAirSpeed19>FSY-2A-019</AntiDustAirSpeed19>
|
||
|
|
<!-- 风速仪20 -->
|
||
|
|
<AntiDustAirSpeed20>FSY-2A-020</AntiDustAirSpeed20>
|
||
|
|
<!-- 风速仪21 -->
|
||
|
|
<AntiDustAirSpeed21>FSY-2A-021</AntiDustAirSpeed21>
|
||
|
|
<!-- 风速仪22 -->
|
||
|
|
<AntiDustAirSpeed22>FSY-2A-022</AntiDustAirSpeed22>
|
||
|
|
<!-- 风速仪23 -->
|
||
|
|
<AntiDustAirSpeed23>FSY-2A-023</AntiDustAirSpeed23>
|
||
|
|
<!-- 风速仪24 -->
|
||
|
|
<AntiDustAirSpeed24>FSY-2A-024</AntiDustAirSpeed24>
|
||
|
|
<!-- 风速仪25 -->
|
||
|
|
<AntiDustAirSpeed25>FSY-2A-025</AntiDustAirSpeed25>
|
||
|
|
</ANEMOMETER>
|
||
|
|
</Configuration>
|