Un-Combining Devices - AMX NETLINX PROGRAMMING LANGUAGE Manual

Programming language
Table of Contents

Advertisement

Refer to the Combining and Un-Combining Levels section on page 82 for more
information.

Un-combining devices

UNCOMBINE_DEVICES
specified virtual device are disabled. A syntax example is:
UNCOMBINE_DEVICES (VDC)
Parameters:
COMBINE_DEVICES (VDC, DCSet)
.
.
UNCOMBINE_DEVICES (VDC)
The following NetLinx code example illustrates combining and un-combining the panels from the
previous example:
Input and output changes occurring on non-combined panels will not affect combined
panels, and vice versa.
DEFINE_DEVICE
VIRTUAL1 = 33000
TP1 = 128
TP2 = 129
TP3 = 130
TP4 = 131
DEFINE_PROGRAM
(* Activate dynamic device combine*)
RELEASE[TP4,1]
{
}
(*Remove dynamic device combine*)
RELEASE[TP4,1]
{
}
(*Pushes come here when a combine is active*)
NetLinx Programming Language Reference Guide
reverses the effect of
VDC The virtual device-channel passed to
COMBINE_DEVICES(VIRTUAL1, TP1, TP2, TP3)
UNCOMBINE_DEVICES(VIRTUAL1)
Combining Devices, Levels, and Channels
. All combines related to the
COMBINE_DEVICES
COMBINE_DEVICES.
Continued
81

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netlinx studio 2

Table of Contents