Analog_Output_Join; Digital_Input_Join - Crestron SIMPL+ Reference Manual

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

Advertisement

Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

#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;
Software
®
SIMPL+
347

Advertisement

Table of Contents
loading

Table of Contents