Combining And Un-Combining Channels; Combining Channels; Un-Combining Channels - AMX NETLINX PROGRAMMING LANGUAGE Manual

Programming language
Table of Contents

Advertisement

Combining Devices, Levels, and Channels
TP4 = 131
DEFINE_PROGRAM
(*Activate dynamic level combine*)
RELEASE[TP4,1]
{
}
(*Remove dynamic level combine*)
RELEASE[TP4,1]
{
}

Combining and Un-combining Channels

Combining channels

COMBINE_CHANNELS
device (or devices).
Stated another way,
one or more
Any element in a
representing the group, and output to the virtual device-channel is directed to all elements in the
DEVCHAN[]
COMBINE_CHANNELS (DEVCHAN VDC, DEVCHAN[ ] DCSets)
Parameters:
When using COMBINE_XXXX and UNCOMBINE_XXXX functions dynamically
based upon a button event, the combining and combining must be done on the
release of the button (the active event must be complete before a COMBINE_XXXX
or UNCOMBINE_XXXX function is invoked).

Un-combining channels

UNCOMBINE_CHANNELS
specified virtual device-channel are disabled.
UNCOMBINE_CHANNELS (DEVCHAN VDC)
Parameters:
.
UNCOMBINE_CHANNELS (VDC)
84
COMBINE_LEVELS(VIRTUAL1,1,TP1,1,TP2,1,TP3,1)
UNCOMBINE_LEVELS(VIRTUAL1,1)
connects a single virtual device-channel to one or more channels on another
COMBINE_CHANNELS
or
DEVCHANs
[DEV,CHAN]
set combined appears to come from the virtual device-channel
DEVCHAN[ ]
set.
Virtual device-channel that represents one device-channel combine group.
VDC
DCSets Device-channel array containing the device-channel pairs to combine. The VDC is
combined with each element in the device-channel array.
reverses the effect of
The virtual device-channel passed to COMBINE_CHANNELS.
VDC
combines a single virtual
DEVCHAN
pairs.
. All combines related to the
COMBINE_CHANNELS
NetLinx Programming Language Reference Guide
or
pair to
[DEV,CHAN]

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netlinx studio 2

Table of Contents