Hi everyone,
is it possible to load an AGV by an Operator without using a process flow?
Thank you for your Ideas!
Kind regards
Hi everyone,
is it possible to load an AGV by an Operator without using a process flow?
Thank you for your Ideas!
Kind regards
You must write source code in trigger events:
Operator on Receive Task Sequence:
treenode destination = current.outObjects[1];
if(taskSequence.tasks.length == 5){ // identify a transport job treenode item = taskSequence.tasks[2].involved1; // get item from current tasksequence taskSequence.addTask(TASKTYPE_UNLOAD,item,destination).rank = 4; // divert to AGV
On Load adjust Template Travel to Object
TaskSequence ts = TaskSequence.create(current, priority,PREEMPT_ONLY);
Operator gets a tasksequence to transport item to second queue.
On Receive Task Sequence he unloads involved item to AGV in task number 4.
On Unload he receives a new job to do. Priority is heigher and this job preempts his current task sequence. This begun Taskssequnce will be dispatched to the AGV by reference over output port number one. The AGV will do the rest of aborted Task Sequence.
13 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved