question

Alejandro Ulises TP avatar image
0 Likes"
Alejandro Ulises TP asked Alejandro Ulises TP commented

Object Dispatcher is an invalid destination

chargers-simulation-error.fsmerror.pngI want to use a dispatcher with two operators for the odd processors and another dispatcher with two operators for the even processors. When I want to do that it pops up the error "Object/Dispatcher1 is an invalid destination to send item" anyone knows what am I doing wrong?

FlexSim 19.1.2
process flowdispatcherdestination errorinvalid
error.png (128.1 KiB)
· 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.

Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Alejandro Ulises TP commented

The centerport connections on the Odd Processors are backwards from what you seem to be expecting. The processors are first connected to the decision points and then to the dispatcher. If you open the processor's properties page and go to the General tab, you can use the Ports box at the bottom to reorder the port connections. Here is a fixed version of your model:

fixed.fsm


fixed.fsm (83.0 KiB)
· 5
5 |100000

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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Alejandro Ulises TP commented

The centerports are interchanged at the processors (CHARGER#). The error occurs for the CHARGER1. You open the properties of the CHARGER, switch to the Generat Tab. Bottom area: Port.

Select the Central Ports. Set the rank of the DP1 from 1 to 2.

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