Simpl+ New File Template - Crestron SW-SIMPL Installation & Operating Manual

Crestron sw-simpl software: install guide
Table of Contents

Advertisement

Software

SIMPL+ New File Template

178 • Crestron SIMPL Windows
A template is provided when File | New is selected. The template offers several
definition headings in each section. Headings that are not used should be deleted.
// //////////////////////////////////////////////////////////////////////
// SIMPL+ Source Code Program
// //////////////////////////////////////////////////////////////////////
// Compiler Directives
// (Uncomment and declare compiler directives as needed)
// #SYMBOL_NAME ""
// #HINT ""
// #HELP ""
// //////////////////////////////////////////////////////////////////////
// DIGITAL, ANALOG and SERIAL INPUTS and OUTPUTS
// (Uncomment and declare inputs and outputs as needed)
// DIGITAL_INPUT
// DIGITAL_OUTPUT
// ANALOG_INPUT
// ANALOG_OUTPUT
// STRING_INPUT
// STRING_OUTPUT
// BUFFER_INPUT
// //////////////////////////////////////////////////////////////////////
// Global Variables
// (Uncomment and declare global variables as needed)
// INTEGER
// STRING
// //////////////////////////////////////////////////////////////////////
// SIMPL+ Functions
// (Add any additional functions here)
// //////////////////////////////////////////////////////////////////////
// Event Handlers
// (Uncomment and declare additional event handlers as needed)
// PUSH digital_input
// {
// }
// RELEASE digital_input
// {
// }
// CHANGE input
// {
// }
// //////////////////////////////////////////////////////////////////////
// Function Main() - starting point for SIMPL+ programs
Function Main()
{
}
Crestron SIMPL™ Windows
Installation & Operations Guide –DOC. 5728C

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Simpl windows

Table of Contents