Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 33
Compiler Directives
Compiler Directives Overview
Compiler directives are used by the SIMPL+ compiler to control attributes of the 
symbol without generating the actual SIMPL+ code.
#CATEGORY
Name:
#CATEGORY 
Syntax:
#CATEGORY “<category ID>” 
Description:
A Category is the name of the folder in the Logic Symbols library tree where the 
module is shown. To specify a category for a SIMPL+ module, the #CATEGORY 
directive must be used with a category specified in the list shown in the SIMPL+ 
Editor. Just click "Edit" then "Insert Category" for a list of categories. Choose one 
and the appropriate line of code is added to your SIMPL+ program. 
Example:
#CATEGORY “6” // Lighting
If a category ID does not exist in the Symbol Tree Category list, the SIMPL+ module 
will default to the Miscellaneous category type.
Version:
SIMPL+ Version 3.00
Control System:
2-Series only