question

Kshitij Dhake avatar image
0 Likes"
Kshitij Dhake asked Kshitij Dhake commented

Change state to "down" when input port is closed.

sample.fsmI am modeling material changes by closing input ports. The state chart tracks the material change time as idle state. How can I track the material change time as "down" in the state chart

FlexSim 22.2.0
input portstate chart
sample.fsm (38.5 KiB)
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 Kshitij Dhake commented

Either set the state in a custom code activity. Or "stop" the object which will also prevent any further input and allow you to define the state the object should switch to while being stopped as well.

sample_1.fsm


sample-1.fsm (40.1 KiB)
· 1
5 |100000

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

Kshitij Dhake avatar image Kshitij Dhake commented ·
Thank you
0 Likes 0 ·