Access token label in Resource Node

Access token label in Resource Node

Tamilselvan
Not applicable
3 Views
1 Reply
Message 1 of 2

Access token label in Resource Node

Tamilselvan
Not applicable

[ FlexSim 23.1.1 ]

Is there is any to access the token label in resource node, without directly Mapping it in resource

Eg : Without using Model.find("OP_1") it need to use token.operator in resource or suggest some alternate

0 Likes
Accepted solutions (1)
4 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Observer
Observer
Accepted solution

A Process Flow resource represents a static set of objects (or in the case of not using a reference to 3d objects, a static number of virtual resources). The "Reference" field is only evaluated on model reset.

capture2.png

If you want to acquire a specific object from the set then this is specified in the "Query/Object/Array" field of the Acquire activity. As the name suggests, you can enter a query that might filter and/or sort the resource objects. You can reference a single object to acquire. Or you can pass in an array of eligible objects.

capture1.png

0 Likes