Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
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 
Example:
#DEFAULT_VOLATILE
Version:
SIMPL+ Version 3.00
Control System:
2-Series only. On an X-generation system, all variables are non-volatile.