Marcel Favereau Posted March 14, 2024 Posted March 14, 2024 Hello everyone, I have a server which can potentially have many entities waiting in the input queue. All these entities have different priorities (as a model entity state variable). I want to retrieve these values to then select the highest one and put it on a status label to track this during the run. Is there an option to do this? Regards, MF
ViniciusF Posted March 15, 2024 Posted March 15, 2024 Use a search with Maximize Expression. The queue should be ServerX.InputBuffer.Contents and the expression: Candidate.ModelEntity.Variable.
Recommended Posts