Custom State Gantt Chart

Custom State Gantt Chart

ddtsk
Contributor Contributor
29 Views
1 Reply
Message 1 of 2

Custom State Gantt Chart

ddtsk
Contributor
Contributor

[ FlexSim 24.0.2 ]

Hi Flex Simmers,

I have a use case where I am trying to add part id label to a state Gantt chart for each state, I did call it on every event trigger, but I am finding some difficulty in getting the excepted output.
Below I am attaching my example model can someone help in resolving issue. Thanks in advance for you time and interest.

Custom Gantt chart.fsm

0 Likes
Accepted solutions (1)
30 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Explorer
Explorer
Accepted solution

You use "data.item..." to try and assign a column value. But "item" is not part of the event parameters. To use it you would have to define a custom label with that name on the events tab.

What you do have access to is the object the event belongs to through current. So you can use that to check if there is an item in the object and if so, return its id value.

custom-gantt-chart_1.fsm

0 Likes