question

Tamilselvan avatar image
0 Likes"
Tamilselvan asked Felix Möhlmann answered

Acquire the resource in same label

I have already acquired a resource under the label "token.resource", but now I need to acquire another resource without releasing the previously acquired one, using the same label "token.resource". Is that possible, or is there another way to achieve this? My goal is to acquire multiple resources one by one using the same label without releasing the previous resource.

FlexSim 24.0.0
acquire resource
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Yes, you can do that. The acquired resource will be added to the label, making it into an array. Just take care to use the correct index if you need to refer to any of the resources thereafter and select the right option in the Release activity later. It only releases the most recently acquired resource in the label by default.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.