About the state table documentation

About the state table documentation

tsuji_ryusuke
Collaborator Collaborator
655 Views
4 Replies
Message 1 of 5

About the state table documentation

tsuji_ryusuke
Collaborator
Collaborator

[ FlexSim 23.0.9 ]

Hi,

I have a question about the state table.

There are various items in the state table, is there a documentation page that explains them in detail?

image001.png

0 Likes
Accepted solutions (1)
656 Views
4 Replies
Replies (4)
Message 2 of 5

joshua_s
Not applicable
Accepted solution

Hi @Ryusuke T ,

You can find documentation about the state table here: https://docs.flexsim.com/en/23.1/Reference/Tools/StateTable/StateTable.html

0 Likes
Message 3 of 5

tsuji_ryusuke
Collaborator
Collaborator

@Joshua S ,

Thank you for your reply.

Yes, I'm aware of this page. However, this page doesn't introduce the details of each Display Name.

Example: What kind of content is Allocated Idle and under what circumstances is it displayed?

Is there a document where I can get information on these Display Name?


Thanks in advance.

0 Likes
Message 4 of 5

joshua_s
Not applicable

Here is a link to the list of the 50 default states, this is where we got the display names for the states.

https://docs.flexsim.com/en/23.1/Reference/3DObjects/StateList/StateList.html

Objects go into different states either by an event setting them to that state, such as a processor processing an item, or you can manually set an item's state when an event occurs with code, usually using a picklist option. While the display names have default names when you create a state table, those can be changed to anything you want and it will not affect what state the object is being set to. In the example of the processor processing, if you change the display name to "Machining", and then set a graph to use the state table, the graph would then use "Machining" as the display name instead of "Processing" for state 2. The processor is still entering state 2 in both instances, the only thing that has changed is what will be displayed by the graph.

Message 5 of 5

tsuji_ryusuke
Collaborator
Collaborator

Thank you for pointing me to the documentation page.

0 Likes