Crestron io sw-simpl 用户手册

下载
页码 230
Software Crestron 
SIMPL™ Windows
 
178 
 Crestron SIMPL Windows 
Installation & Operations Guide –DOC. 5728C 
SIMPL+ New File Template 
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()
{
}