Skip to main content
InSource Solutions

TN IT282 How to Add a Delay in an InTouch Script

Count5.JPGInSource_Logo_Transparent.png

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

5.png

 

2. Create a button with an Action script to change the Counter tag to 0.

2.png

 

3. Create an While True Condition script with the following settings. This script will be delayed by 4 seconds.

3.png

 

4. Create a On True Condition script with the following settings. This will be the script you wish to execute.

4.png