question

Vaibhav R3 avatar image
0 Likes"
Vaibhav R3 asked Andrew O commented

Robot behavior...

If robot is a transporter from Processor to Sink, then should it load parts from the processor even if the outputs of the processor are closed (using closeoutput)? If yes, can you please share a solution for the same. Thanks.

FlexSim 22.2.1
robot
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered

Once you have given the taskSequence to the robot it will perform the action (or queue it if it is busy)

If events that are independent of the output port state trigger the generation of the sequence then yes, it will operate as you describe. The standard/basic fixed resource method is use the transport dispatcher trigger of that resource and that is only trigger by a successful port negotiation - which will not happen if the output is closed.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.