jaylee0300 Posted October 19, 2018 Share Posted October 19, 2018 (edited) Hello. I'd like to change the value of timer time interval dynamically. I have manufacturing order table which Columns are orderID, PartType, Quantity and ReleaseDate. The model has only one workstation and three resources. When the order is arrived, check which part type is going to process. If part type is A or B, Just process. If part type is others, wait until specific date time and process. To do this, I created a timer element which interval is state type property. However, the value of interval never change during the run I attached the model below. Can anyone know how to change time interval dynamically ? Or, Can anyone have better idea to do this? Thank you. TimeIntervalChange.spfx Edited October 19, 2018 by jaylee0300 Link to comment Share on other sites More sharing options...
MEagar Posted October 28, 2018 Share Posted October 28, 2018 Trick is to disable to timer, and re-enable it. That should rest the time interval. Also, have a look at the available levers for the timer element. Link to comment Share on other sites More sharing options...
Recommended Posts