User Guide

Software Crestron SIMPL+
®
36 z SIMPL+
®
Language Reference Guide - DOC. 5797G
#DEFAULT_VOLATILE
Name:
#DEFAULT_VOLATILE
Syntax:
#DEFAULT_VOLATILE
Description:
Program variables will not retain their value if hardware power is lost. The compiler
will default all variables declared within the SIMPL+ module as volatile. Individual
variables can use the Nonvolatile keyword to override this default. See also
#DEFAULT_NONVOLATILE on page 35.
Example:
#DEFAULT_VOLATILE
Version:
SIMPL+ Version 3.00
Control System:
2-Series only. On an X-generation system, all variables are non-volatile.