question

Mehdi avatar image
0 Likes"
Mehdi asked Jeanette F commented

Can't do multiple sequences on a loading scheme

Hello,


I have a problem with my flexsim model when it comes to Queue1, as you can see in my process flow, I want to load every single piece that's found there.

It successfully loads the first one, but when it comes to the ones after I get this error :
1706635720894.png

This is my load sequence :
1706635783194.png

And this is my wait for event when the piece comes to Queue1:

1706635827994.png

Thanks in advance.

FlexSim_Bug.fsm

FlexSim 23.2.1
agvloadqueuesagv load
1706635720894.png (9.6 KiB)
1706635783194.png (10.9 KiB)
1706635827994.png (10.8 KiB)
flexsim-bug.fsm (260.2 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

The token loops back to the travel activity without getting a new item "Ass1". The previous item has since been joined with another item on the combiner and does not exist anymore.

There are also many other compiler and runtime errors (mostly about missing labels) that you should fix.

· 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.