#
Junjie
2025-09-05 e0ce49ec06c62ff404e97c79669feb24d7a1fa49
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
wcs-slave:
  devp[0]: #输送线
    id: 1
    ip: 10.10.12.100
    rack: 0
    port: 102
    slot: 0
    emptyInSta[0]: #空板入库口0
      staNo: 100
    emptyInSta[1]: #空板入库口2
      staNo: 200
    inSta[0]: #入库口1
      staNo: 100
      backSta: 100
      barcode: ${wcs-slave.barcode[0].id}
    inSta[1]: #入库口2
      staNo: 200
      backSta: 200
      barcode: ${wcs-slave.barcode[1].id}
    outSta[0]: #出库口1
      staNo: 100
    outSta[1]: #出库口2
      staNo: 200
    pickSta[0]:
      staNo: 100
    pickSta[1]:
      staNo: 200
  barcode[0]: #条码扫描仪
    port: 51236
    ip: 172.17.91.39
    id: 1
 
  barcode[1]: #条码扫描仪
    port: 51236
    ip: 172.17.91.34
    id: 2