question

Mike avatar image
0 Likes"
Mike asked Mike commented

Display Live update of the object state on dashboard by word

Hi,

How can I display the live update of the object's state on dashboard by word? idle, busy, ...etc.

Regards,

Mike

FlexSim 23.1.1
display object state live on dashboard
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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Mike commented

You could use the legacy State Display:

1684761342664.png

1684761355633.png

It has no properties so you'll need to double-click to edit it.

You can also use the Model Documenation widget with an expression like:

processor.stats.state().valueString

You could also create a stats collector and use the Table widget to view its data.

All 3 examples attached.

DashboardCurrentStateNames.fsm


· 4
5 |100000

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

Mike avatar image Mike commented ·

Where should I find the Legacy State Display? The stats collector always shows idle.


0 Likes 0 ·
Mike avatar image Mike commented ·

@Jason Lightfoot

Sorry. Couldn't find the Legacy State Display? May I know where to find it? Thanks.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Mike commented ·

In your Global Preferences under the Libraries tab Select the Dashboard group as Enables Libraries and then clock on State (Legacy) to show/include it in the library panel.

1685117270643.png

0 Likes 0 ·
1685117270643.png (18.1 KiB)
Mike avatar image Mike Jason Lightfoot ♦ commented ·
Perfect. Thanks.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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