Unable to catch label in node

ting_wei_h
Not applicable
0 Views
1 Reply
Message 1 of 2

Unable to catch label in node

ting_wei_h
Not applicable

[ FlexSim 23.0.0 ]

There is an Output label in my DataEntry, which will display from 0 to 100 and cycle. I hope that the label "State" in my XR2Q, CarouselQ, and ManualQ can be changed once when the Output label = 0, but it still cannot read it to this label, I want to know where the problem is


DataEntry settings

1690899481946.png

1690899506326.png

XR21、CarouselQ、ManualQ settings

1690899644989.png

System Console

1690899734012.png

practice2023.8.3.fsm

0 Likes
Accepted solutions (1)
1 View
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
New Member
New Member
Accepted solution

All of the objects in your model are placed inside a plane. You have to account for this when using Model.find(). Since the objects are not direct subnodes of the model, you have to define the entire path.

Model.find("Plane1/DataEntry")
0 Likes