question

Samuele C avatar image
0 Likes"
Samuele C asked Jeanette F commented

How to modify taks of robots and solve crash

Hello, I have a problem assigning different tasks to a robot (Robot3) that has to do pick and place operations between stations (from Station1 to Silicon) while for Robot4 has to complete the cycle with the same movements of Robot3.
While performing this, the simulation crashes without understanding why.
The movement of the task of the Robot3 are implemented with a dedicated process flow, while Robot4 not yet.
I attach the file for a better comprehension of the problem. pro_3.fsm

FlexSim 22.0.1
process flowcrashrobots
pro-3.fsm (77.4 KiB)
· 1
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
0 Likes"
Jason Lightfoot answered Jeanette F commented

Your Silicon processor is missing the nextStation label that we defined in the previous model. It should point to Oring. Plus you need to have Oring as a member of the StationProcess flow.

pro-3jl.fsm


pro-3jl.fsm (78.0 KiB)
· 4
5 |100000

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