| | |
| | | <th>电量</th> |
| | | <th>电池温度</th> |
| | | <th>错误编号</th> |
| | | <th>plc输出状态IO</th> |
| | | <th>plc输出状态IO-充电位</th> |
| | | <th>错误信息码</th> |
| | | <th>plc输入状态</th> |
| | | <th>当前或之前二维码</th> |
| | |
| | | <button class="item" onclick="shuttleOperator(4)">托盘下降</button> |
| | | <button class="item" onclick="shuttleOperator(5)">左移</button> |
| | | <button class="item" onclick="shuttleOperator(6)">右移</button> |
| | | <button class="item" onclick="shuttleOperator(7)">前移</button> |
| | | <button class="item" onclick="shuttleOperator(8)">后移</button> |
| | | <button class="item" onclick="shuttleOperator(7)">后移</button> |
| | | <button class="item" onclick="shuttleOperator(8)">前移</button> |
| | | <button class="item" onclick="shuttleOperator(9)">复位</button> |
| | | <button class="item" onclick="shuttleOperator(10)">正方向(左)寻库位</button> |
| | | <button class="item" onclick="shuttleOperator(11)">负方向(右)寻库位</button> |
| | | <button class="item" onclick="shuttleOperator(12)">正方向(前)寻库位</button> |
| | | <button class="item" onclick="shuttleOperator(13)">负方向(后)寻库位</button> |
| | | <button class="item" onclick="shuttleOperator(14)">移动到目标库位</button> |
| | | <button class="item" onclick="shuttleOperator(15)">充电开关</button> |
| | | </div> |
| | | </fieldset> |
| | | </div> |
| | |
| | | setVal(tr.children("td").eq(3), table[i-1].currentCode); |
| | | setVal(tr.children("td").eq(4), table[i-1].batteryPower); |
| | | setVal(tr.children("td").eq(5), table[i-1].batteryTemp); |
| | | setVal(tr.children("td").eq(6), table[i-1].errorCode$); |
| | | setVal(tr.children("td").eq(7), table[i-1].plcOutputStatusIO); |
| | | setVal(tr.children("td").eq(6), table[i-1].errorCode); |
| | | setVal(tr.children("td").eq(7), table[i-1].plcOutputCharge$);//plcOutputStatusIO |
| | | setVal(tr.children("td").eq(8), table[i-1].statusErrorCode); |
| | | setVal(tr.children("td").eq(9), table[i-1].plcInputStatus); |
| | | setVal(tr.children("td").eq(10), table[i-1].currentOrBeforeCode); |