TN IT282 How to Add a Delay in an InTouch Script
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
1. 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
2. Create a button with an Action script to change the Counter tag to 0.
3. Create an While True Condition script with the following settings. This script will be delayed by 4 seconds.
4. Create a On True Condition script with the following settings. This will be the script you wish to execute.