Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Software Crestron 
SIMPL+
®
z SIMPL+
®
Language Reference Guide - DOC. 5797G
Programming Environment
Programming Environment Overview
While running SIMPL Windows, select File | New SIMPL+ and the SIMPL+ 
programming environment appears. This section describes the environment for 
SIMPL+ Version 3.00.
The SIMPL+ Module Information template is filled with commented code that makes 
it easy to remember the language syntax and structure. Simply locate the necessary 
lines, uncomment them, and add the appropriate code. To uncomment a line of code, 
either remove the “//” that appears at the start of the line or remove the multi-line 
comment indicators /*…*/.
Target Selection
Target Selection Pulldown Menu
X Generation (CNX) Control Systems consist of the CEN-TVAV, CNMSX-AV/
PRO, and CNRACKX/-DP.
The 2-Series Control Systems currently consist of the AV2, CP2, CP2E, PAC2, 
PAC2M, PRO2, and RACK2. 
Selecting a target implies that the module MUST work for that target and any 
statements that are not valid for that target are NOT permitted. It does NOT mean that 
the module won't work for other targets - it may, if it were compiled for other targets 
at some future time. More functions and support are available for 2-Series systems, 
so do not limit yourself to the X-Generation usages, if they are not needed.