| | |
| | | <div> |
| | | <label><input type="radio" name="moveType" value="0"> 跑轨道</label> |
| | | <label><input type="radio" name="moveType" value="1"> 跑库位</label> |
| | | <label><input type="radio" name="moveType" value="2"> 母轨道循环跑</label> |
| | | <label><input type="radio" name="moveType" value="3"> 子轨道循环跑</label> |
| | | </div> |
| | | <div style="margin-top: 10px;"> |
| | | <button class="item" onclick="moveLoc()">跑库</button> |
| | |
| | | |
| | | //如果出现连接、处理、接收、发送数据失败的时候触发onerror事件 |
| | | ws.onerror = function(e) { |
| | | console.log(error); |
| | | console.log(e); |
| | | } |
| | | |
| | | $(document).ready(function() { |