Closed Pyxsys closed 3 years ago
Create assembler model to be used in other tasks. Assembler shall be able to take a .json schedule and perform the tasks outlined in that schedule.
Proposed schedule json format:
{ [ { "start" : 1600 "end" : 2000 "task" : "assemble BX01" } ,
{ [
{ "start" : 1600 "end" : 2000 "task" : "assemble BX01" } ,
...
] }
Related Issues: #12, #63, #19
Assembler model not found, only schedule.
relevant commit: b16540a9361eed75a865e7ac4636b8f6febc539e
Description
Create assembler model to be used in other tasks. Assembler shall be able to take a .json schedule and perform the tasks outlined in that schedule.
Proposed schedule json format:
...
Additional Information
Related Issues: #12, #63, #19