====== MPINO STUDIO 2 Phase 4-1 · Timer Box Functions ====== These commands create a completion state from an input condition and elapsed time. {{ :en-us_products:mpino_studio2:timer-behavior.svg?1000 |These commands create a completion state from an input condition and elapsed time. }} ===== Common Rules ===== The ''TON'' family uses a 10 ms tick; the ''TAON'' family uses a 100 ms tick. A number is a tick count, and time literals such as ''1h30m'', ''10s'', and ''500ms'' are accepted. Use ''T'' for a 16-bit timer and ''DT'' for a 32-bit timer. A bit contact for the timer address reads its done state. Initialize a retentive timer with a ladder RESET coil, not box-function ''RST''. {{ :en-us_products:mpino_studio2:timer-current-done.svg?1000 |Timer current value and done state }} ===== Box Function List ===== ^ Command ^ Meaning ^ | [[en-us_products:mpino_studio2:box_functions:timer:ton|TON]] | Accumulates time while the input is ON and turns the done state ON at the set value. | | [[en-us_products:mpino_studio2:box_functions:timer:toff|TOFF]] | Turns the done state ON immediately with the input. | | [[en-us_products:mpino_studio2:box_functions:timer:tpl|TPL]] | Turns the done state ON when the input changes to ON. | | [[en-us_products:mpino_studio2:box_functions:timer:tmon|TMON]] | Starts one pulse when the input turns ON and holds the done state ON for the set time. | | [[en-us_products:mpino_studio2:box_functions:timer:tmr|TMR]] | Accumulates time while the input is ON. | | [[en-us_products:mpino_studio2:box_functions:timer:taon|TAON]] | Provides the same on-delay behavior as TON with a 100 ms tick. | | [[en-us_products:mpino_studio2:box_functions:timer:taoff|TAOFF]] | Provides the same off-delay behavior as TOFF with a 100 ms tick. | | [[en-us_products:mpino_studio2:box_functions:timer:tapl|TAPL]] | Provides the same input-held pulse behavior as TPL with a 100 ms tick. | | [[en-us_products:mpino_studio2:box_functions:timer:tamon|TAMON]] | Provides the same one-shot pulse behavior as TMON with a 100 ms tick. | | [[en-us_products:mpino_studio2:box_functions:timer:tamr|TAMR]] | Provides the same retentive behavior as TMR with a 100 ms tick. | ===== Related Documentation ===== * [[en-us_products:mpino_studio2:box_functions|Phase 4 · Box Functions]] * [[en-us_products:mpino_studio2|MPINO STUDIO 2 User Manual]]