question

Paula Carneiro Martins avatar image
0 Likes"
Paula Carneiro Martins asked Jason Lightfoot edited

How can I get the Exit transfer reference from the conveyor using code?

In a conveyor has a lot of conveyor points.

I have the conveyor reference and I need to get the reference/name of the exit transfer, without centerport.

Is that possible?

FlexSim 19.0.2
conveyorexit transferreferenceconveyor points
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

Joshua S avatar image
1 Like"
Joshua S answered Jason Lightfoot edited

using

  1. getvarnode(Model.find("Conveyor1"), "conveyorPoints").subnodes[1].value.up.up.up

will reference the exit transfer object

· 3
5 |100000

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