Hello everyone,
I am new to flexsim and i am trying to model a simple pick and place operation as follow:
Two different objects are generated with a lable (ObjType 1 or 2) inside a queue and depending on the label, each object is picked and place by a manipulator one of two different processors.
I want the robot to execute two different motion paths (that i have already created) with a trigger "OnLoad" as follow:
if item.ObjType = 1 use path x otherwise use path y to reach the station.
is there a way to access the path i want to use through scripting?
thank you everyone for the patience, hope in some help!