Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 347
#ANALOG_OUTPUT_JOIN
Name:
#ANALOG_OUTPUT_JOIN
Syntax:
#ANALOG_OUTPUT_JOIN<constant>
Description:
Changes the join number starting with the next ANALOG_OUTPUT definition to the 
join number specified by <constant>. 
Example:
ANALOG_OUTPUT SIG1, SIG2, SIG3, SIG4;
In this example, SIG1 references Join #1, SIG2 references Join #2, SIG3 references 
Join #3, and SIG4 references Join #4.
ANALOG_OUTPUT SIG1, SIG2;
#ANALOG_OUTPUT_JOIN 20
ANALOG_OUTPUT SIG3, SIG4;
SIG1 and SIG2 still reference Join #1 and Join #2, but SIG3 has been changed to 
reference Join #20, and SIG4 references Join #21.
Version:
SIMPL+ Version 2.00
#DIGITAL_INPUT_JOIN
Name:
#DIGITAL_INPUT_JOIN
Syntax:
#DIGITAL_INPUT_JOIN<constant>
Description:
Changes the join number starting with the next DIGITAL_INPUT definition to the 
join number specified by <constant>. 
Example:
DIGITAL_INPUT SIG1, SIG2, SIG3, SIG4;
In this example, SIG1 references Join #1, SIG2 references Join #2, SIG3 references 
Join #3, and SIG4 references Join #4.
DIGITAL_INPUT SIG1, SIG2;