question

Zdenek K2 avatar image
0 Likes"
Zdenek K2 asked Nathan B14 commented

Network node travel site errors in system console on certain nodes

Hello,

I was trying to achieve the control logic of network node connection for multiple task executors along the way, which i achieved in the model below:

Issue_Conflicts_Erroer.fsm

In this model I´ve achieved what i wanted, however, there is an issue, which is causing some "random" error messages popping out in certain points around the node site.

The question is: What is causing those problems and is there a way around it, or is there something I am doing not exactly how it is meant to be?

Sincerely,

Zdeněk K.

FlexSim 21.2.2
network nodesnetworksystem console error
· 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

Patryk avatar image
0 Likes"
Patryk answered

I checked the model and found some errors

- In Process Flow on "Assign Label" token.destination isn't found because there are no objects named "Oueue2" and "Queue3" in the model.

1635237967900.png

- on one source you have a selected group in which there isn't a single object.

1635238052583.png


In Process Flow2 on "Assign Label" sometime token.DestStation and token.DSedges aren't found becouse the token.toEdge equal 0 and it creates a bug

1635238403354.png

time: 14.307499 exception: FlexScript exception: Array index out of bounds at MODEL:/Tools/ProcessFlow/ProcessFlow2/Assign Labels>labels/1/2

time: 14.307499 exception: FlexScript exception: cannot access outObjects property on non-Object Variant at MODEL:/Tools/ProcessFlow/ProcessFlow2/Assign Labels>labels/2/2

You can try use function [max(1,token.toEdge)] or add "Decide"


1635237967900.png (34.2 KiB)
1635238052583.png (34.2 KiB)
1635238403354.png (44.4 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.