Creating Stopwatch Tulip

hello @FahdERM, thanks for posting!!

using the Step Time is certainly an option, but have you considered incrementing a variable (of type Interval) on a Timer Trigger?? based on what I’m understanding, this should work well for your use case.

  1. clear the Counter on Device Output
  2. use the Data Manipulation > Increment Value Action to increment this counter by the interval you define in the Timer:

would this work for you??

regarding your second question, have you considered having 3 Table Records (linked to the same Table)?? using this method, you will be able to add Triggers to compare the Current Date and Time to the launch time for the WO and execute Triggers when they’re set to start.

let me know if this makes sense!!