question

DaniCor avatar image
0 Likes"
DaniCor asked DaniCor commented

Problems With Delete Transporters

SIMULATION WITHOUT TRANSPORTER.fsmSIMULATION WITH TRANSPORTER.fsm

Hi community

I have a problem, I've deleted the transporters of my simulation and now shows me an error with the dispatcher but I never conected with the dispatcher, on the other hand I unpinned the option use transport for the output of my queue "ALMACEN"

The first pic shows the normal working of the simulation with transporter

normal-working-with-transporter.png

The second pic shows the error when I deleted the transporter

without-transporter-error.png

FlexSim 24.0.0
transporterportsoutport
· 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.

Julio R avatar image
0 Likes"
Julio R answered DaniCor commented

your last processor "ENVASADO" is trying to use the central port 2 for transport but does not have a second conexion.

1704734695151.png

You just need to change that 2 int a 1 and the problem should be fixed.


1704734695151.png (36.5 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.

Kavika F avatar image
0 Likes"
Kavika F answered

Hey @DaniCor, one reason you're getting "Array Index Out of Bounds" errors on the processor ENVASADO is because it's using center-port connection 2 when there's only 1 center-port connection available.

1704734587564.png

It seems to work fine after you change ENVASADO to use

  1. current.centerObjects[1]

instead.


1704734587564.png (17.1 KiB)
5 |100000

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