pulg
2025-06-17 d49dd1c4cab48e1e1df74c46d1d6a0f9bcc24e71
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8" ?>
<Custom>
    <!--ndc系统的调度地址-->
    <HostToAgvServerUrl>http://192.168.1.146:9988/HostToAGV.cgi</HostToAgvServerUrl>
    <!--modbus中转服务-->
    <OITcpServerUrl>http://127.0.0.1:5102</OITcpServerUrl>
    <SqlServer>Data Source=192.168.1.247;Initial Catalog=OImoboxZCDJD;User ID=sa;Password=Am123123</SqlServer>
    <SqlServer2>Data Source=192.168.1.144;Initial Catalog=OIMobox;User ID=hh;Password=test?123</SqlServer2>
 
    <!--相机区域信息 site是相机点,location是货位
    -->
    <cameraInfo>
        <![CDATA[[         
 {"site":"1","location":"DQXXX01"},
 {"site":"2","location":"DQXSX01"}
   
  
        
      ]]]>
    </cameraInfo>
    
    <!--area flow  转运流程
                待清洗下线2排5列10个2个相机
                带清洗上线2排5列10个1个相机
                
                清洗完成下线2排5列10个1个相机
                清洗完成上线2排6列12个2个相机
                
                转运点,2排3列6个1个相机
                车间二门口,2排3列6个1个相机-->
    <processFlow>
        <![CDATA[[         
   {"startBit":"起点1"},
   {"startBit":"起点2"}
      ]]]>
    </processFlow>
    <SettingHelper>http://+:8801</SettingHelper>
    <ProjectTableName>ZCQTJ</ProjectTableName>
    <!--相机功能开关-->
    <CameraOpenKey>Y</CameraOpenKey>
    
    <!--天目系统地址-->
    <TmHelper>http://+:8801</TmHelper>
 
    <!--Wcs地址-->
    <WcsHelper>http://+:8801</WcsHelper>
 
    <!--Mes地址-->
    <MesHelper>http://+:8801</MesHelper>
 
    </Custom>