Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

Unable to catch label in node

Unable to catch label in node

ting_wei_h
Not applicable
580 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)
581 Views
1 Reply
Reply (1)
Message 2 of 2

FelixMoehlmann
Collaborator
Collaborator
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