Compiler Directives - Crestron SIMPL+ Reference Manual

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Crestron SIMPL+

Compiler Directives

Language Reference Guide - DOC. 5797G
®
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
Software
®
SIMPL+
33

Advertisement

Table of Contents
loading

Table of Contents