I want to get a reference to the conveyor from a Station that is positioned on it.
The only reference I could find is the following:
getvarnode(Model.find("Station1"), "conveyorPoint").first.value.up.up.up;
Is there a easier reference I could use?
I am working with version 2019 but I am also interested on doing this in version 2023.
Thank you