System Control - Crestron SIMPL+ Reference Manual

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Software

System Control

®
234
SIMPL+
System Control Overview
These constructs control system behavior and may change the resultant flow of the
given SIMPL+ program.
Delay
Name:
Delay
Syntax:
Delay(INTEGER TIME);
Description:
Forces a task switch and starts a timer for the hundredths of a second specified by
TIME. The system continues with the statements after a delay when the delay time
has expired. Refer to "WAIT" on
Parameters:
TIME is the number of hundredths of a second to delay. For example, 500 specifies
a 5-second delay.
Return Value:
None.
Example:
// A delay of 525 hundredths of a second or 5.25 seconds
#define_constant MY_DELAY 525
DELAY(MY_DELAY);
Version:
SIMPL+ Version 1.00
Crestron SIMPL+
page
265.
Language Reference Guide - DOC. 5797G
®

Advertisement

Table of Contents
loading

Table of Contents