Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a processflow where certain machines are performing tasks repetitively and Modelparameters that describe a certain shiftperiod (starthour & endhour). I am searching for an efficient way to stop the processflow logic block from looping when the model is outside of this shiftperiod. Currently I am doing this by comparing the dateTime.hour + dateTimeMinutes to the shift start/end, but this does not seem very efficient to me, even more so when more precision than minutes is needed or if I want doubles as a possibility for my start/endhour parameters.
What is the best alternative?
Solved! Go to Solution.