EasyManua.ls Logo

Crestron SIMPL+ - SIMPL+ Syntax Errors; Compiler Error 1000: Identifier Already Defined

Crestron SIMPL+
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Crestron SIMPL+
®
Software
Language Reference Guide - DOC. 5797G SIMPL+
®
z 279
Example Programs
Example 1: Hello, World!
// A digital input from the SIMPL program DIGITAL_INPUT
TRIG;
// Upon the digital signal TRIG going high or low, the Hello,
// World! message is printed.
CHANGE TRIG
{
PRINT(“Hello, World!\n”);
}
// Main is only called once when the system starts up or is
reset.
FUNCTION MAIN()
{
PRINT(“Main Starts!\n”);
}

Table of Contents