I know that you can read a variable from many places in the main assembly
G!, W!, from the subassembly L!
The question I have is reading a value from S! and bring it to L! or another S!
Since everything is a subassembly, how can I get a value from a specific subassembly?
Let's use the Access Panel for an example
Place_Bottom is a variable inside of this subassembly
If I am in the Carcass Base subassembly, how could I get the value of Place_Bottom from the Access Panel Subassembly? Is there a way to specify which S! I want to get information from?
I hope that what I am asking makes sense