question

Dawid Dabal avatar image
1 Like"
Dawid Dabal asked Dam commented

Network nodes on plane connections are not refreshing after moving plane

(possible bug) Connections between network nodes on planes are not refreshing/updating after moving plane. They can be refreshed after changing location of the node.


FlexSim 21.0.3
flexsim 21.0.3network nodeplanecontainer
5 |100000

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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Dawid Dabal commented

This has long been the case - the network nodes need to be moved for it to redraw. I'll send a note for the developers to consider.

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

Dawid Dabal avatar image Dawid Dabal commented ·

Thanks,

That was my workaround (changing location of the network node OnReset).

0 Likes 0 ·
Dam avatar image
0 Likes"
Dam answered Dam commented

This is a problem/bug that bothers me a lot and caused my analysis results to be wrong. The worst is that you may be unaware of it. Especially when you use the experimenter to change the position of the plane as a parameter.

See the example I have attached. During the simulation, the operator moves 2 items between the planes (result: time ~ 127, distance: ~ 238)

I change the position of the plane - the paths are broken and even a reset does not refresh them. Despite the longer distances, you will get the same (false) results (result: time ~ 127, distance: ~ 238).

Using flexscript I'm changing (+1, ..., - 1 z) node position, you can see that the network is refreshing (as proposed by @Dawid Dabal). It looks good. But you are wrong! Reset, run ... (result: time ~ 127, distance: ~ 238) (!)

Only "manual" movement of the node (+ -) also refreshes the network data (not only visually). Reser, run ... (result: time ~ 164, distance: ~ 311). Now correct!

So as you can see, it can lead to a lot of problems and errors. Now, I "touch" all the nodes by hand to make sure I get the correct results. But it is not elegant and very time-consuming.

@jason.lightfoot I think that this should be treated as a priority.

Maybe there is some "hidden" function to refresh the path network?

nodesn_problem.gif

NNode_problem_planes_2.fsm


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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

You should call optimizenetwork() after you've adjusted the nodes. The developer note links to this page, so your view on priotity will also be seen.

Note: For anyone trying this model in 21 - Importing this model to 21.0.3 forces the model into an experiment scenario for which you have two y locations defined and they're constrained to -30 to -60 which is why you can't replicate the actions shown in the gif and why you can't set the y value in the experimenter to 0 until you've altered the model parameter constraint.


2 Likes 2 ·
Dam avatar image Dam Jason Lightfoot ♦ commented ·

@jason.lightfoot thank you,

changing (+-) the location of the node and optimizenetwork() after changing the position of the plane finally refreshes the network.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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