question

Joe S2 avatar image
0 Likes"
Joe S2 asked Joe S2 commented

Traffic Control connections?

Good Afternoon,

I'm currently working with the Traffic Control object with network nodes and I need to develop an analysis in which needing to identify which node the traffic control is attached to. I've also notices that these connections do not appear in the connections in either the traffic control metadata or the road node meta data.
Is there any way to determine and validate these connections (preferably using Flexscript)?

FlexSim 20.2.3
connectionstraffic control
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joe S2 commented
· 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 ·
Object nn=Model.find("NN1");
return node("trafficcontrollers/1+/~",variables(nn));

In case you need the reverse - to find the traffic controller from the network node (can be more than one in which case change the 1 to the connection rank you want).

2 Likes 2 ·
Joe S2 avatar image Joe S2 Jason Lightfoot ♦ commented ·
This is absolutely perfect. thank you
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.