自动化立体仓库 - WCS系统
#
zjj
2024-01-11 535c59e35007c920cab99828bc19371ae705dff4
#
2个文件已修改
15 ■■■■ 已修改文件
src/main/resources/application.yml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/crn.html 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -71,7 +71,7 @@
  # 堆垛机2
  crn[1]:
    id: 2
    ip: 192.168.4.250
    ip: 10.10.10.20
    port: 102
    rack: 0
    slot: 0
@@ -95,7 +95,7 @@
  # 堆垛机3
  crn[2]:
    id: 3
    ip: 10.10.10.10
    ip: 10.10.10.30
    port: 102
    rack: 0
    slot: 0
@@ -119,7 +119,7 @@
  # 堆垛机4
  crn[3]:
    id: 4
    ip: 10.10.10.10
    ip: 10.10.10.40
    port: 102
    rack: 0
    slot: 0
src/main/webapp/views/crn.html
@@ -71,6 +71,12 @@
                    <!--            <span>&nbsp;</span>-->
                    <input id="crn3" disabled="disabled">
                </div>
                <div class="crn-command-item">
                    <label>4#</label>
                    <button id="demoBtn-4" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
                    <!--            <span>&nbsp;</span>-->
                    <input id="crn4" disabled="disabled">
                </div>
            </div>
            <!-- 堆垛机状态位信息 -->
            <div class="crn-state">
@@ -139,6 +145,7 @@
                        <label><input type="radio" name="crnSelect" value="1" checked>&nbsp;1号堆垛机</label>
                        <label><input type="radio" name="crnSelect" value="2">&nbsp;2号堆垛机</label>
                        <label><input type="radio" name="crnSelect" value="3">&nbsp;3号堆垛机</label>
                        <label><input type="radio" name="crnSelect" value="4">&nbsp;4号堆垛机</label>
                    </div>
                </div>
                <!-- 源站/源库位 选择 -->
@@ -194,7 +201,7 @@
                    <div class="button-group">
<!--                        <button class="item" onclick="put()">入库</button>-->
<!--                        <button class="item" onclick="take()">出库</button>-->
<!--                        <button class="item" onclick="stockMove()">库位转移</button>-->
                        <button class="item" onclick="stockMove()">库位转移</button>
<!--                        <button class="item" onclick="siteMove()">站到站</button>-->
                        <!--                <button class="item" onclick="bacOrigin()">回原点</button>-->
                        <!--                <button class="item" onclick="reverseOrigin()">反原点</button>-->