Hi guys
I have a little problem with my simulation. I recently started using Flexsim for an internship and I need to simulate a proces. I have uploaded the simulation that I have so far. simulated-process.fsm
I need to display the current Run Time in the text displays when they receive a Message.
The first one needs to display the current Run Time when it receives a Message from the Photo Eye, The PE should send a Message when it is blocked for more than 3 seconds. The second one needs to display the current Run Time when it receives a Message from the Decision Point, the DP should send a Message when there are no more boxes blocking it (but not in the first seconds when there are no boxes).
I figured I should do it with the 'SendMessage' and 'OnMessage' triggers but I haven't figured out how to display the current Run Time.
Any help would be appreciated. Thank you