TN IT282 How to Add a Delay in an InTouch Script
Last updated: March 3rd, 2025Description
- Author: Brian Schneider
- Published: March 3rd, 2025
Details:
Description
This article from InSource shows one way to add a delay to an InTouch Script
- Author: Benjamin Davis
- Published: 09/27/2017
- Applies to: InTouch
Details
- Create a memory integer tag to act as a counter. Set the initial value to the number of seconds you wish to delay the script
- Create a button with an Action script to change the Counter tag to 0.
- Create an While True Condition script with the following settings. This script will be delayed by 4 seconds.
- Create a On True Condition script with the following settings. This will be the script you wish to execute.