3 changed files with 87 additions and 76 deletions
@ -1,68 +1,73 @@ |
|||
{ |
|||
"projectUuid": "tw_test", |
|||
"projectLabel": "台湾展会-嘉兴调试", |
|||
"projectFileLocation": "", |
|||
"subSystemList": [ |
|||
"RCS" |
|||
], |
|||
"directoryData": [ |
|||
{ |
|||
"label": "仓库楼层", |
|||
"items": [ |
|||
{ |
|||
"catalogCode": "f1", |
|||
"label": "一楼 (f1)" |
|||
"projectUuid" : "tw_test", |
|||
"projectLabel" : "", |
|||
"subSystemList" : null, |
|||
"projectFileLocation" : "", |
|||
"directoryData" : [ { |
|||
"label" : "仓库楼层", |
|||
"items" : [ { |
|||
"catalogCode" : "f1", |
|||
"label" : "一楼 (f1)" |
|||
} ] |
|||
} ], |
|||
"otherData" : { |
|||
"projectUuid" : "tw_test", |
|||
"projectLabel" : "", |
|||
"subSystemList" : null, |
|||
"projectFileLocation" : "/Users/qtws/Desktop/project/jztd/yvan-lcc-bench/lcc-map/tw_test/project.json", |
|||
"otherData" : { |
|||
"projectUuid" : "tw_test", |
|||
"projectLabel" : "", |
|||
"projectFileLocation" : "/Users/qtws/Desktop/project/jztd/yvan-lcc-bench/lcc-map/tw_test/project.json", |
|||
"otherData" : { |
|||
"projectUuid" : "tw_test", |
|||
"projectLabel" : "", |
|||
"projectFileLocation" : "/Users/qtws/Desktop/project/jztd/yvan-lcc-bench/lcc-map/tw_test/project.json", |
|||
"otherData" : { |
|||
"projectUuid" : "tw_test", |
|||
"projectLabel" : "台湾物流展会-嘉兴测试", |
|||
"projectFileLocation" : "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", |
|||
"otherData" : { |
|||
"Tool" : { |
|||
"Group" : [ ], |
|||
"GlobalVariables" : [ ], |
|||
"UserCommand" : [ ], |
|||
"Dashboard" : [ ], |
|||
"DataTable" : [ ], |
|||
"Trigger" : [ { |
|||
"name" : "OnOpen", |
|||
"fn" : "" |
|||
}, { |
|||
"name" : "OnReset", |
|||
"fn" : "" |
|||
}, { |
|||
"name" : "OnStart", |
|||
"fn" : "" |
|||
}, { |
|||
"name" : "OnStop", |
|||
"fn" : "" |
|||
} ], |
|||
"gridHelper" : { |
|||
"axesEnabled" : true, |
|||
"axesSize" : 5, |
|||
"axesColor" : 14540253, |
|||
"axesWidth" : 2, |
|||
"gridEnabled" : true, |
|||
"gridSize" : 1000, |
|||
"gridDivisions" : 1000, |
|||
"gridColor" : 14540253, |
|||
"gridOpacity" : 1, |
|||
"backgroundColor" : 16119285, |
|||
"snapEnabled" : true, |
|||
"snapDistance" : 0.25 |
|||
} |
|||
] |
|||
} |
|||
], |
|||
"otherData": { |
|||
"projectUuid": "tw_test", |
|||
"projectLabel": "台湾物流展会-嘉兴测试", |
|||
"projectFileLocation": "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", |
|||
"otherData": { |
|||
"Tool": { |
|||
"Group": [], |
|||
"GlobalVariables": [], |
|||
"UserCommand": [], |
|||
"Dashboard": [], |
|||
"DataTable": [], |
|||
"Trigger": [ |
|||
{ |
|||
"name": "OnOpen", |
|||
"fn": "" |
|||
}, |
|||
{ |
|||
"name": "OnReset", |
|||
"fn": "" |
|||
}, |
|||
{ |
|||
"name": "OnStart", |
|||
"fn": "" |
|||
}, |
|||
{ |
|||
"name": "OnStop", |
|||
"fn": "" |
|||
"elevator" : [ ], |
|||
"wall" : [ ], |
|||
"pillar" : [ ] |
|||
} |
|||
} |
|||
], |
|||
"gridHelper": { |
|||
"axesEnabled": true, |
|||
"axesSize": 5, |
|||
"axesColor": 14540253, |
|||
"axesWidth": 2, |
|||
"gridEnabled": true, |
|||
"gridSize": 1000, |
|||
"gridDivisions": 1000, |
|||
"gridColor": 14540253, |
|||
"gridOpacity": 1, |
|||
"backgroundColor": 16119285, |
|||
"snapEnabled": true, |
|||
"snapDistance": 0.25 |
|||
} |
|||
}, |
|||
"elevator": [], |
|||
"wall": [], |
|||
"pillar": [] |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
const v = await RCS.agvCarry('3', 'rack2/0/0/0', 'rack1/1/1/0', { priority: 1 }) |
|||
// const v = await RCS.agvCarry('3', 'rack1/0/1/0', '105_105', { priority: 1 })
|
|||
// const v = await RCS.agvCarry('3','rack2/0/0/0', '105_105', { priority: 1 })
|
|||
// const v = await RCS.agvCarry('3','105_105', 'rack1/1/1/0', { priority: 1 })
|
|||
// const v = await RCS.agvMove('3', '6_4')
|
|||
// await RCS.cancelTasks('3')
|
|||
Loading…
Reference in new issue