|
@@ -1,149 +0,0 @@
|
|
|
-window.VERSION_JQUERY = "3D-jquery";
|
|
|
-window.VERSION_VUE = "3D-vue";
|
|
|
-window.versionMsg = window.VERSION_VUE;
|
|
|
-window.isSmulatingData = true;
|
|
|
-window.isGetDataFromOut = false;
|
|
|
-window.isLogingMm = false;
|
|
|
-window.openWcsTestMode = false;
|
|
|
-/**
|
|
|
-const cBef = 0
|
|
|
-const rBef = 0
|
|
|
-//driverLane
|
|
|
-const combinedArrayDriverLane = combineArraysCum(11, [12, 17, 24], [16, 33], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const combinedArrayDriverLane1 = combineArraysCum(11, [29], [16, 27], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const combinedArrayDriverLaneFinal = [...combinedArrayDriverLane, ...combinedArrayDriverLane1]
|
|
|
-console.log('driverLane config DATA', JSON.stringify(combinedArrayDriverLaneFinal));
|
|
|
-
|
|
|
-//disable 数据
|
|
|
-const combinedArrayDisable1 = combineArraysCum(11, [11, 13, 16, 18, 23, 25], [34, 36], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const combinedArrayDisable2 = combineArraysCum(11, [21], [32, 36], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const combinedArrayDisable3 = combineArraysCum(11, [26, 31], [36], cBef, rBef, { fProxy: 'num', cProxy: 'idxStartEnd', rProxy: 'arr' });
|
|
|
-const combinedArrayDisable4 = combineArraysCum(11, [12, 17, 24], [35, 36], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'arr' });//电梯占用两个位置,先配置成占用一个位置
|
|
|
-const finalCombinedArrayDisable = [...combinedArrayDisable1, ...combinedArrayDisable2, ...combinedArrayDisable3, ...combinedArrayDisable4]
|
|
|
-console.log('Disable config DATA', JSON.stringify(finalCombinedArrayDisable));
|
|
|
-
|
|
|
-// // disable_JNotForGood 后台数据的不可用 20240702渲染占无差异
|
|
|
-const disNotForGood2 = combineArraysCum(11, [11, 31], [1], cBef, rBef, { fProxy: 'num', cProxy: 'idxStartEnd', rProxy: 'arr' });
|
|
|
-const disNotForGood3 = combineArraysCum(11, [26, 31], [35], cBef, rBef, { fProxy: 'num', cProxy: 'idxStartEnd', rProxy: 'arr' });
|
|
|
-const disNotForGood1 = combineArraysCum(11, [21], [17, 25], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const disNotForGood4 = combineArraysCum([7], [21], [11, 16], cBef, rBef, { fProxy: 'arr', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const disNotForGood5 = combineArraysCum([7], [21], [26, 31], cBef, rBef, { fProxy: 'arr', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const disNotForGood6 = combineArraysCum([6], [21], [11, 16], cBef, rBef, { fProxy: 'arr', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const disNotForGood7 = combineArraysCum([6], [21], [26, 31], cBef, rBef, { fProxy: 'arr', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-const disNotForGood8 = combineArraysCum([1], [11, 31], [11], cBef, rBef, { fProxy: 'arr', cProxy: 'idxStartEnd', rProxy: 'arr' });
|
|
|
-const disNotForGood = [...disNotForGood1, ...disNotForGood2, ...disNotForGood3, ...disNotForGood4, ...disNotForGood5, ...disNotForGood6, ...disNotForGood7, ...disNotForGood8]
|
|
|
-console.log('Disable NOT FOR GOOD config DATA', JSON.stringify(disNotForGood));
|
|
|
-//货架内输送线,当将输送线在around中配置时,2D使用
|
|
|
-const conveyorInRacking = combineArraysCum([1], [12, 17, 24], [33, 36], cBef, rBef, { fProxy: 'arr', cProxy: 'arr', rProxy: 'idxStartEnd' });
|
|
|
-console.log('conveyorInRacking config DATA', JSON.stringify(conveyorInRacking));
|
|
|
-// // around外围数据
|
|
|
-const fArrChainConveyor = 1;
|
|
|
-//跟电梯关联的输送线
|
|
|
-const combinedArraychainConveyor = combineArraysCum(fArrChainConveyor, [12, 17, 24], [33, 37], cBef, rBef);
|
|
|
-//入货口到货架方向
|
|
|
-const combinedArraychainConveyor1 = combineArraysCum(fArrChainConveyor, [25], [37, 48], cBef, rBef);
|
|
|
-
|
|
|
-//货架处多余上面未配的
|
|
|
-const combinedArraychainConveyor2 = combineArraysCum(fArrChainConveyor, [17], [38, 38], cBef, rBef);
|
|
|
-
|
|
|
-//紧挨第一个提升机处输送线
|
|
|
-const combinedArraychainConveyor3 = combineArraysCum(fArrChainConveyor, [11], [37, 38], cBef, rBef);
|
|
|
-
|
|
|
-//出货方向
|
|
|
-const combinedArraychainConveyor4 = combineArraysCum(fArrChainConveyor, [7], [30, 37], cBef, rBef);
|
|
|
-
|
|
|
-const finalCombinedArraychainConveyor = [...combinedArraychainConveyor, ...combinedArraychainConveyor1, ...combinedArraychainConveyor2, ...combinedArraychainConveyor3, ...combinedArraychainConveyor4]
|
|
|
-console.log('around- chainConveyor config DATA', JSON.stringify(finalCombinedArraychainConveyor));
|
|
|
-
|
|
|
-// //around- rollerConveyor
|
|
|
-//平行主巷道
|
|
|
-const rollerConveyor = combineArraysCum(fArrChainConveyor, [7, 25], [37], cBef, rBef, { fProxy: 'num', cProxy: 'idxStartEnd', rProxy: 'arr' }, { rotation: { x: 0, y: -Math.PI / 2, z: 0 } });
|
|
|
-
|
|
|
-//入货方向
|
|
|
-const rollerConveyor1 = combineArraysCum(fArrChainConveyor, [25], [49, 55], cBef, rBef);
|
|
|
-
|
|
|
-//平行主巷道方向的质检、托盘
|
|
|
-const rollerConveyor3 = combineArraysCum(fArrChainConveyor, [22, 25], [42, 53], cBef, rBef, { fProxy: 'num', cProxy: 'idxStartEnd', rProxy: 'arr' }, { rotation: { x: 0, y: -Math.PI / 2, z: 0 } });
|
|
|
-const finalRollerConveyor = [...rollerConveyor, ...rollerConveyor1, ...rollerConveyor3]
|
|
|
-console.log('around- RollerConveyor config DATA', JSON.stringify(finalRollerConveyor));
|
|
|
- */
|
|
|
-/**
|
|
|
-const cBef = 0
|
|
|
-const rBef = 0
|
|
|
-//driverLane
|
|
|
-const charge = combineArraysCum(11, [11], [33], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'arr' });
|
|
|
-const charge2 = combineArraysCum(11, [31], [36], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'arr' });
|
|
|
-const charge3 = combineArraysCum(11, [20], [36], cBef, rBef, { fProxy: 'num', cProxy: 'arr', rProxy: 'arr' });
|
|
|
-const finalCharge = [...charge, ...charge2, ...charge3]
|
|
|
-console.log('charge config DATA', JSON.stringify(finalCharge));
|
|
|
- */
|
|
|
-
|
|
|
-/**
|
|
|
- * 外部获取WS上发数据
|
|
|
- * 部分模拟数据备份,请查看D:\0job\00代码之外\000交付\3-山东潍坊滨海石化202406\联调测试[模拟数据等]
|
|
|
- * const simulateDataFromOutInit = ''
|
|
|
- * const simulateDataFromOutUpArr = ['']
|
|
|
- */
|
|
|
-//充电桩数据 true 黄色 false 绿色
|
|
|
-// const simulateDataFromOutInit = ''
|
|
|
-// const simulateDataFromOutUpArr = ['{"action":"update","data":{"plc_lift": [{"c": 42,"r": 12,"did": "1_1","cur_floor": 2,"items": "00","has_shuttle": false}]}}']
|
|
|
-// 提升机
|
|
|
-// const simulateDataFromOutUpArr = ['{"action":"update","data":{"plc_lift": [{"c": 13,"r": 18,"did": "1_1","cur_floor": 2,"items": "00","has_shuttle": false}]}}']
|
|
|
-//充电桩更新数据
|
|
|
-// const simulateDataFromOutUpArr = ['{"action":"update","data":{"plc_charger": [{"f": 1,"c": 13,"r": 33,"did": "1","power_on": true},{"f": 1,"c": 12,"r": 15,"did": "1","power_on": true}]}}']
|
|
|
-//线路
|
|
|
-// const simulateDataFromOutInit = ''
|
|
|
-// const simulateDataFromOutUpArr = ['{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":33,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":32,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":31,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":30,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":29,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":28,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":27,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":26,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":25,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":24,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":23,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":22,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":21,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":20,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":19,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":18,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":17,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":16,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":15,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":14,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":13,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":12,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":11,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":12,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":13,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":14,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":15,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":16,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":17,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":18,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":19,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":20,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":21,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":22,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":23,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":24,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":25,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":26,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":27,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":28,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":29,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":30,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":31,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":32,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":33,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":34,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}',
|
|
|
-// '{"action":"update","data":{"cells":[],"shuttle":[{"f":1,"c":17,"r":35,"sid":"s8","items":"01","steps":[{"r":12,"f":1,"c":13},{"f":1,"c":13,"r":13},{"f":1,"c":13,"r":14},{"f":1,"c":13,"r":15},{"f":1,"c":13,"r":16},{"f":1,"c":14,"r":16},{"r":16,"f":1,"c":15},{"f":1,"c":16,"r":16},{"r":16,"f":1,"c":17},{"f":1,"c":18,"r":16},{"f":1,"c":19,"r":16},{"f":1,"c":20,"r":16},{"f":1,"c":21,"r":16},{"c":22,"r":16,"f":1},{"f":1,"c":23,"r":16},{"c":24,"r":16,"f":1},{"f":1,"c":25,"r":16},{"r":16,"f":1,"c":26},{"f":1,"c":27,"r":16},{"f":1,"c":28,"r":16},{"c":29,"r":16,"f":1},{"f":1,"c":30,"r":16},{"f":1,"c":31,"r":16},{"f":1,"c":31,"r":17},{"f":1,"c":31,"r":18},{"f":1,"c":31,"r":19},{"r":20,"f":1,"c":31},{"f":1,"c":31,"r":21},{"f":1,"c":31,"r":22},{"f":1,"c":31,"r":23},{"f":1,"c":31,"r":24},{"f":1,"c":31,"r":25}],"step_index":8,"status":"procing"}]}}'
|
|
|
-
|
|
|
-// ]
|
|
|
-/* 初始化车辆位置 2024 车上带托盘
|
|
|
-const simulateDataFromOutInit =
|
|
|
- '{"action":"update","data":{"shuttle":[{"f":1,"c":17,"r":12,"sid":"s8","items":"01"}]}}';
|
|
|
-const simulateDataFromOutUpArr = [];
|
|
|
- */
|