Does HMI have a timer function?

Sorry to say that the HMI does not have a timer function. However, Delta HMI supports a Macro Command Function which can also work as well as timers. For example, if we set the HMI’s internal memory as $10, macro commands can continue to add numbers. For example, “$10 = $10 + 1” means that every time the macro command executes, 1 unit (=0.1 second) is added. Used as a timer function, we can set the macro command to $10 ==100 to activate after 10 seconds.