Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 7
What's New
Converting from an X-Generation to a 2-Series Target
Select 2-Series Target within SIMPL+ environment (From the SIMPL+ 
application menu, select Build | 2-Series Control System Target.  The X-
Generation Target may be deselected if no longer needed).
Recompile the SIMPL+ program.
X-Generation Target and 2-Series Target Differences
I/O Datatypes (DIGITAL_INPUT, etc.) can no longer be passed to functions as 
arguments. 
Global variables can no longer be declared within User or Crestron Libraries. 
If TerminateEvent resides within a Wait Statement Block, it will only exit the 
Wait Statement Block's function scope - NOT the PUSH, CHANGE, 
RELEASE or EVENT in which it resides.  
The following functions are no longer available in the 2-Series Control System: 
GetCIP() 
SetCIP() 
GetCresnet() 
SetCresnet() 
GetSlot() 
SetSlot() 
_OEM functions 
#ANALOG_INPUT_JOIN 
#ANALOG_OUTPUT_JOIN 
#DIGITAL_INPUT_JOIN 
#DIGITAL_OUTPUT_JOIN 
#STRING_INPUT_JOIN 
#STRING_OUTPUT_JOIN