This manual is included for informational purposes
only. It is superceded by the
SX 8000 Programmer’s Guide, Version 2.0.
Infinity Controller
Programmer’s Guide
Electronic Version
Downloaded from - http://www.guardianalarms.net
Andover Controls Corporationi
Version 1.4
Reproduction or distribution forbidden.
Copyrigh t 1993–1996 by Andover Controls.
Subject to change without notice.
Order No. 30-3001-166
Copyright
1993
Andover Controls Corporation
300 Brickstone Square
Andover, Massachusetts 01810
All Rights Reserved.
IMPORTANT NOTICE
The number of points, files, system objects, entries in a log or array, exchanged points, and statements you can program are all subject to memory and
system limitations. Controller scan speed is reduced as you increase the number objects defined and amount of communication activity on the network.
Various operations or activities on the system will affect system performance.
You should check the amount of memory available frequently (see the Andover Controls
9000
programmer’s guide s fo r de ta ils ). Consult with your Andover Controls representative concerning the amount of memory your installation requires.
Examples in this book are
for illustrative purpos e s only
and must never be
used in an actual building.
This product is subject to change without notice. This document does not constitute any warranty, express or implied. Andover Control s Corpo ratio n reserves the right to alte r cap ab ilities, performance , and prese nta tion of this
product at any time.
iiInfinity Controller Programmer’s Guide
The following trademarks are used in this manual:
CROSSTALK is a registered trademark of Digi tal Commun ications
Associates, Inc.
IBM is a registered trademark of International Business Machines, Inc.
VT is a trademark of Digital Equipment Corporati on.
The following are registered trademarks of Andover Contr ols Corporat ion:
Andover Controls Plain English
EnergyNet
Infinet
Andover Controls Corporationiii
Preface
Andover Controls Infinity CX Programmer’s Guide
The
ume set.
The volumes present the following:
•Volume 1—Getting Started Programming
•Volume 2—Advanced Programming/Access Control
If you are using the control system for HVAC, you should proceed
through this manual sequentially. If you are using the control system for
access control, begin with Chapter 21 in Volume 2.
If you do not know anything about HVAC, this manual does not provide
adequate information. The examples in it are extremely simplistic for purposes of illustrating programming techniques and concepts. Fo r
is a two vol-
complete information on HVAC or programming HVAC, refer to other
sources.
presents instructions for programming with advanced keywords in
Andover Controls Plain English
TM
. This volume is a continuation of
Volume 1
and assumes you have read
Volume 1
.
If you are using controllers for access control only, you should begin
with Chapter 21 in this volume. This volume also covers creating your
own functions, setting up and using data files, and programmi ng
250
, modems on
Infinity CX
and
CMX
controllers, expansion modules,
DCX
and more. It also has a special chapter on debugging techniques.
The chapters in this volume pre sent the following:
•Chapter 11—Programming with Advanced Keywor ds
•Chapter 12—Defining Your Own Functi ons
•Chapter 13—Creating, Using, and Searching for Data in Files
•Chapter 14—Debugging Techniques
•Chapter 15—Programming the
DCX
Screen
•Chapter 16—Programming M odules , ReaderDoors , and Lighting
Controllers
•Chapter 17—Dialing Modems
•Chapter 18—Advanced Functions for Exp erts
•Chapter 19—Loading and Saving Programs
•Chapter 20—Operating on Battery Backup
viInfinity Controller Programmer’s Guide
•Chapter 21—Introducing and Planning Access Control
•Chapter 22—Setting Up Areas and Doors for Access Control
•Chapter 23—Setting Up Persons for Access Control
•Appendix A—Keystrokes
•Appendix B—Error Messages
•Appendix C—
DCX
Graphic Controls and Frame Styles
•Appendix D—Storing Areas and Persons on Infinity CX
9000/220
Andover Controls Corporationvii
viiiInfinity Co ntroller Progra mm e r’ s Guide
Understanding
Controller Hardware
This chapter presents the following topics:
•About the Controller Network
•Knowing about Point Types
•Expansion Modules Inputs and Outputs
•Small Network Controllers
Chapter 1
Understanding Controller Hardware
e
k
s
About the Controller Network
Elements of th
Networ
The Andover Controls control sy stem consists of:
•One or more
Or one
Infinity CMX
•One or more
•Input/output units (IOUs) attached to each
9000
. (For best performance we recommend you use only
three.) The
Infinity CX
controllers.
controller for a smaller network.
Infinity SX 8000
Infinity CX 9500
workstations (optional).
Infinity CX
has its own inputs and
outputs.
•An optional series of sm a ller c ontrollers called
controllers that may each have optional
Infinity CX
controller may have at least one
EMX
Infinet
modules. All
Infinet
.
•At least one computer ter minal ( screen) for huma n access
to the system. (Can also be a computer running a VT100
Find Controller Tag
terminal emulator communications package, such as
CROSSTALK.)
•An optional printer for printing mes s a ges.
You might find it useful to draw a sketch of the network,
showing each item.
Figure 1-1 shows what a map of a typical network looks like.
You should have a tag that came from each controller, IOU,
Infinet
or
controller. The tag has the serial number and location of the equipment. You may want to label your map so it
reflects the actual layout of the controller system.
Each
Infinity CX
controller on that map can have one or more
input output units (IOUs). Each IOU has a number the controller identifies it by. That number is marked on the map.
1-2Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
Figure 1-1. Sample Map of a Network
EnergyNet
Cable
Infinet
Cable
Infinity CX 9000
Infinity CX 9500
SCX
900
IOU
SCX
900
IOU
SCX
900
IOU
LCX
800
IOU
TCXSCX
850900
IOU
LBUS Cable
IOU
VT100
Infinity CX 9000
SCX
900
Infinity CX 9500
TCX
850
(has built-in inputs and outputs)
Infinity SX 8000
Infinity Controller Programmer’s Guide1-3
Understanding Controller Hardware
s
s
Knowing about Point Types
Input and Output Point
Each IOU on the controller has 32 universal input sensors and
16 outputs, which may be universal, tristate, or Form C (ON
and OFF). The “universal” inputs and outputs accept input
from and send output to several types of sensors or devices
without any hardware alterations.
We refer to all these sensors and transmitters as input and output points.
Input and output points are
the environment.
An input point is constantly receiving info rmation about, for
instance, the temperature in a room. While that temperature
remains within a set range (say 68 to 72), the controller takes
no action.
If the heat is off and not needed, the controller does not turn it
on. When the temperature drops below 68 or rises above 72,
Infinity
’s way of interacting with
Rules for Naming Point
the point triggers a response from the controller.
Usually, only when a point changes does the controller take
action. Types of points other than inputs and outputs are described in Chapter 5.
Plain English Names
The controller cannot act on a point unless you tell it the name
and location of the point. So you must assign a name to each
point.
Points and other items on the controller can be named with up
to 16 alphabetic and numeric characters, including periods
and underscores. The first character must be alphabetic.
You can enter the name in upper and lowercase the first time
so it is more readable than all caps, but the controller under-
1-4Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
stands it as the same name in either case. For example, the
controller reads the following two names as the same:
SupplyAir
SUPPLYAIR
The first is obviously easier for you to read. If you enter it that
way the first time, later, even when you enter SUPPLYAIR,
the controller will reprint it on the screen as
SupplyAir
each
time you open the program file.
Procedures to tell the controller the names of all the points are
in Chapter 4.
Locating Controller Points
You might want to make copies of the drawings on the next
few pages, one for each
Infinity CX 9000
IOU and each
Infinet
controller on the network.
The drawings show the input and output points and the nu-
meric labels supplied at by Andover Controls . In your
drawing, you write a name next to each input and output that
defines its purpose. Note which IOUs are tristate, universal, or
Form C.
You can later follow these drawings when setting up points.
If you have many IOUs connected to one
a great many
Infinet
controllers, these drawings may help
Infinity CX 9000
, or
avoid confusion.
Finding Points on IOUs
Infinity Controller Programmer’s Guide1-5
Understanding Controller Hardware
Points on IOUs
Figure 1-2 is a drawing of an IOU, showing the input and
output points (usually used with
Infinity CX
controllers).
OUTPUTS
OUTPUT
NUMBERS
u
g
2
of
CentralPlant
1Universal Points
IOU Number
i
F
Infinity CX 9000 Name
INPUTS
1-6Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
T
Figure 1-3 is a drawing of a
Infinet
controller,
SCX 900
showing the input and output points.
Figure 1-3. Drawi ng Showing SCX 900 Points
INPUTS
X
AC
INPUT
GND
NEU
HOT
X XX X
X
X
X
X X
X X
X X
xx
SCX
F14
2 A
X
INPUTS
X
RET
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
1
2
RET
3
4
RET
5
6
RET
7
8
RET
9
10
RET
11
12
RET
13
14
RET
15
16
+
–
SHLD
SERVICE
PORT
INPUT
REFERENCE
RESISTOR
X
X
X
X
X
X
X
X
OUT
INPUT
REFERENCE
RESISTOR
X
x
x
X
x
X
x
X
x
x
X
x
X
x
X
x
x
X
OUT
INFINET
LCD VIEW ANGLE
USE COPPER
CONDUCTORS ONLY
X X
AC INPUT VOLTAGE SELECTION
24V
From
To
From
E1
E1
X X
F19, 3A, 250V
SLOW BLOW
X
X
X
X
X
X
X
X
IN
X
x
x
X
x
X
x
X
x
x
X
x
X
x
X
x
x
X
IN
E3E4
E2 E5 E2E2 E7
TP10
TP10
E6E6E4
X
X
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
X
X
115V
3.6 V
1/8 A
X
To
E7
+
-
RESET
F1
TP10
X
From
230V
X
x
x
x
x
x
x
x
x
X
To
----
ADJ
X
ADJ
X
ADJ
ADJ
ADJ
ADJ
ADJ
ADJ
- On
x
Off
Auto
Off
+On
- On
x
Off
Auto
Off
+On
-On
x
Off
Auto
Off
+On
- On
x
Off
Auto
Off
+On
-O n
x
Off
Auto
Off
+On
- On
x
Off
Auto
Off
+On
-On
x
Off
Auto
Off
+On
x
X
X
Auto
Off
EXPANSION
PORT
+On
Points on an SCX 900
X
EPROM
1
xx
x
1
2
x
Form C
2
3
4
5
6
7
Tristate
x
STATUS
x
x
x
x
x
x
x
x
OVERRIDE
x
EXTERNAL
x
Form C
Tristate
CPU
TD
RD
+ 24 V
x
x
x
x
x
x
x
x
8
1/8 A
1/8 A
1/8 A
3
4
5
6
7
8
C
X
NO
X
I
X
X
V
X
GND
X
GND
X
I
X
V
X
NC
X
C
X
NO
NC
X
C
X
NO
X
I
X
V
X
GND
X
X
GND
X
I
X
V
X
NC
C
NO
NC
C
NO
I
V
GND
GND
I
V
NC
C
NO
NC
C
NO
I
V
GND
I
V
NC
C
NO
OUTPU
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
X
NC
X
X
Infinity Controller Programmer’s Guide1-7
Understanding Controller Hardware
0
S
Points on an TCX 85
INPUTS
G
N
D
N
E
U
H
O
T
IN1
RET
IN2
RET
IN3
RET
IN4
RET
Figure 1-4 is a drawing of a
output points. The
TCX 851
TCX 85 0
, showing the input and
is similar, but has only the first
four inputs.
Figure 1-4. Drawing Showing TCX 850/851 Points
OUTPUT
C
OUT1
NO
C
OUT2
+
+
IN5IN6IN7
MIN
MAX
OUT3
OUT4
SP
NO
C
NO
C
ON
+
–
ON
INPUTS
INPUT 8
+
SHLD
–
+–
1-8Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
Figure 1-5 shows the
TCX 853
inputs and outputs. The
universal inputs are 5 through 6, the airflow inputs 7 and 8.
Figure 1-5. Drawing Showing TCX 853 Points
G
N
D
N
E
U
H
O
T
+
IN1
RET
IN2
INPUTS
RET
IN3
RET
IN4
RET
IN5
RET
IN6
RET
Inputs
INPUT 7
+
OUT1
OUT2
OUT3
OUT4
+
–
Points on an TCX 853
C
NO
C
NO
C
OUTPUTS
NO
C
ON
ON
INPUT 8
+
SHLD
–
+–
Infinity Controller Programmer’s Guide1-9
Understanding Controller Hardware
0
S
Points on an LCX 80
G
N
D
N
E
U
H
O
T
+
–
SHLD
Figure 1-6 is a drawing of an
LCX 800
, showing the input and
output points.
Figure 1-6. Drawing Showing LCX 800 Points
OUT1
OUT2
OUT3
OUT4
NC
C
NO
NC
C
NO
NC
C
NO
NC
C
NO
OUTPUTS
INPUTS
RET
IN1
IN2
RET
IN3
IN4
RET
IN5
IN6
RET
IN7
IN8
OUT5
OUT6
OUT7
OUT8
NC
C
NO
NC
C
NO
NC
C
NO
NC
C
NO
OUTPUT
1-10Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
Figure 1-7 is a drawing of an
LCX 810
, showing the input and
output points.
Figure 1-7. Drawing Showing LCX 810 Points
AC
INPUT
GND
NEU
HOT
USE CO PPER
CONDUCTORS ONLY
Points on an LCX 810
INPUTS
xxxxxxxxxxx
xxxxxxxxxxx
INPUTS
RET
1
2
RET
3
4
RET
5
6
RET
7
8
+
–
SHLD
IN
OUT
INFINET
INPUT
REFERENCE
RESISTOR
STATUS
LIGHTS
+
3.6V
–
CPU
TD
RD
OVERRIDE
+24V
EXTERNAL
NC
C
1
NO
NC
C
2
NO
NC
C
3
NO
NC
C
4
NO
OUTPUTS
NC
C
5
NO
NC
C
6
NO
NC
C
7
NO
NC
C
8
NO
SERVICE
PORT
EXPANSION
PORT
Infinity Co ntrol ler Programmer’s G uide1 -11
Understanding Controller Hardware
0
S
Points on an ACX 70
AC
INPUT
GND
NEU
HOT
+12VDC
-INPUT
IN1
RET1
IN2
RET2
IN3
RET3
IN4
RET4
IN5
RET5
IN6
RET6
IN7
RET7
IN8
RET8
EXT
TAMPER
SWITCH
+5V
LED
I/DATA
O/CLK
GND
+5V
LED
I/DATA
O/CLK
GND
+
–
SHLD
SUPERVISORY
TAMPER
SWITCH 9
INFINET
Figure 1-8 shows the
ACX 700
supervisory input points.
Figure 1-8. Drawing Showing ACX 700 Points
USE COPPER
CONDUCTORS
ONLY
AC INPUT VOLTAGE SELECTION
24V
FROM
E6
E4 E3 E4E4 E5
P1
115V
TO
FROME2TOP1FROM
E6
E7E5
P1
E1E1E2
230V
TO
----
ACX700
F1
3A,250V
SLOW BLOW
PWR
ON
INPUTS
RESET
ABA
WIEGAND
READ ER 1
READ ER 2
ABA
WIEGAND
+
B1
3.6V
1.8AHr
LITHIUM
–
CPU
TD
RD
+24VDC CLASS 11
A
160
m
INPUTS
KEYPAD 1
KEYPAD 2
OVERRIDE
AUTO/OFF/ON
AUTO/OFF/ON
AUTO/OFF/ON
C1
C2
C3
R1
R2
R3
R4
RET
C1
C2
C3
R1
R2
R3
R4
RET
DOOR 1
OUTPUT
DOOR 2
OUTPUT
OUTPUT 3
DOOR
SERVICE
PORT
EXPANSION
PORT
OVERRIDE
1-12Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
For this special controller, you do not set up ordinary points.
Instead, you set up Doors, as described in Chapters 21, 22,
and 23 of Volume 2. Doors are similar to points. Each door
has a channel number. Door1 is channel 1, Door2 channel 2.
You can also connect a door to Output 3 (channel 3).
You do not set up the card readers or keypads as input points,
but associate a card reader or keypad with a particular door by
assigning the channel number (Reader1 is channel 1, Reader2
is channel 2) to the card reader for the particular door.
You can, in addition, set up the supervisory inputs as input
points. For information about the types of sensor s you can
wire to supervisory inputs, and for more information about
Doors and access control, see Chapters 21, 22, and 23. Refer
to Chapter 4 for how to set up supervisory point types.
1
ACX 700 Has Doors
1. For an alternative method of setting up doors , see Chapter 16.
Infinity Co ntrol ler Programmer’s G uide1 -13
Understanding Controller Hardware
0
Points on an LCX 89
24 VAC
Rectified
Power
Terminal for
Occupancy
Sensor
Figure 1-9 is a drawing of an
output points, and the location of the switches for momentary
manual control.
Figure 1-9. Drawing Showing LCX 890 Points
Momentary
Switches
LCX 890
, showing the input and
Output
Relays
(Max Number
Possible
Shown—24)
Universal
Inputs
Digital
Inputs
LCX 890
INPUTS
EMX 170
1-14Infinity Controller Programmer’s Guide
or
SP 100
Port
Understandi ng Controller Hardware
Expansion Module Inputs and
Outputs
You may a ttach a limited number of expa nsion modules to each
Infinet
contr oller mo del. Th e numbe r is b ased on the fol lowin g:
Caution—Memory Limitation
You may run out of memory before the maximum number of
expansion points, so keep the number to a minimum.
•Never use more than two of any particular model number.
•The total number of inputs or outputs that are on the
modules must never be more than the number allowed on
Infinet
the
•You must set the first output module on the chain to Board
1, the second to Board 2, the third to Board 1, the fourth to
Board 2, and so on—no matter which model number
modules. When you start the input mo dules, start at
Board 1 again and continue to alternate from 1 to 2.
controller—see the table below.
Attach Limited Number
of Expansion Modules
•A single
Two of them must be the last two output modules on any chain.
•A SmartSensor (
•If all modules attached to a single controller consume
more than 110 mA, you must add an external power supply
to the chain. To determine the milliamps each module consumes and whether or not you require an external power
supply, see the
Based on the table, you can have up to eight expansion
outputs on a
EMX 150
each) on that controller, for a total of eight expansion outputs.
Infinity Co ntrol ler Programmer’s G uide1 -15
EMX 190
LCX 810
s (two outputs each) and two
must be the last output module on any chain.
EMX 170
ACC EMX Modules Configuration Guid e
) must be the last module on any chain.
. So you can, for example, have two
EMX 155
s (two outputs
.
Understanding Controller Hardware
d
You may never have more than two of any single module.
Table 1-1. Number of Base, Expansion Module, and
Total Inputs/Outputs Allowed for Various Controllers
Controller
Model No. Base Exp Total Base Exp Total
TCX 850/851
LCX 810
SCX 900
ACX 700
An alternative would be to have two
outputs each), one
140
(with two outputs). Again, the total is eight expansion
Inputs Outputs
8
8
1617
821
17
17
25
25
33
29347
4
8
8
EMX 150
EMX 151
(with two outputs), and one
2
8
8
6
16
16
s (with two
EMX
outputs.
You can mix inputs with outputs so that, in addition to the
outputs, you could have two
sure to put the
EMX 170
at the end of the chain.
EMX 160
s and one
EMX 170
. Be
Setting the Boar
Switches
Note
Note that
EMX 140
give standard feedback indicating when you are controlling the
point manually or what its manual control setting is.
Be sure you set the Board switch of the first module to Board
1, and the second to Board 2 (see illustrations that follow for
location of Board switch) and you put one immediately after
the other. (Never set the first one to Board 2.) The same
applies for every
EMX 190. No matter which Board you just set the last
the
EMX
output module to, you must set the first EMX 190 to Board 1
and the second to Board 2.
last output modules on the chain, you can then switch to input
modules, and start again at Board 1. (Be sure to put together a
150
and
expansion module outputs do not
model that has a Board switch—except
Since the
EMX 190
s must be the
1-16Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
map showing the chain of
EMX
modules for each
Infinet
controller using them.)
Figure 1-10 illustrates a sample map of
SCX 900
controller, using the maximum number of inputs and
EMX
modules on an
outputs allowed. (You assign input and output numbers later,
in Chapter 4.)
Figure 1-10. Sample of EMX Modules on an SCX 900
You assign these output
SCX
900
EMX 150
2 Outputs
—Board 1
numbers very carefully,
as covered in Chapter 4.
Output 9—Voltage
Output 10—Voltage
External
Power
Supply
EMX 150
2 Outputs
—Board 2
Output 11—Current
Output 12—Current
EMX 140
—Board 1
2 Outputs
EMX 190
—Board 1
1 Output
EMX 190
—Board 2
1 Output
EMX 160
—Board 1
8 Digital Inputs
EMX 160
—Board 2
8 Digital Inputs
EMX 170
—1 Input
1
Even if you do not have a second pneumatic output (as on an
count outputs as if it were there.
Output 13—Pneumatic
Output 14—Pneumatic
Output 15—ReaderDoor
Output 16—ReaderDoor
Inputs 17–24—Digital
Inputs 25–32—Digital
Input 33—Temperature
EMX 141
or
EMX 143
), you must
1
Infinity Co ntrol ler Programmer’s G uide1 -17
Understanding Controller Hardware
0
Points on an EMX 16
Figure 1-11 is a drawing of an
EMX 160
input module,
showing the inputs, labeled 1 through 8. The inputs can be
digital or counter.
You number the inputs on the module sequentially after the
highest input number on the
For instance, if you put the module on an
Infinet
controller it is attached to.
SCX 900
, the Board
1 module would have inputs 17 through 24, and the Board 2
module would have inputs 25 through 32.
Figure 1-11. Drawing Showing EMX 160 Points
EMX 160
BOARD
1
2
INPUTS
EXTERNAL
POWER
RET
IN1
IN2
RET
IN3
IN4
RET
IN5
IN6
RET
IN7
IN8
1-18Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
Figure 1-12 is a drawing of an
EMX 150
output module,
showing the outputs, labeled A and B. The outputs can be
voltage or current.
You number the outputs sequentially after the highest output
number on the
module on a
Infinet
TCX 850
controller. For instance, if you put the
, the Board 1 module would have outputs 5 and 6, and the Board 2 module would have outputs 7
and 8.
The two knobs adjust the two outputs between 0 and 20 V.
You can set the override switch to manual or automatic. You
cannot, however, get feedback through the controller telling
you that either of these outputs is set to manual control with
the OVERRIDE switch or telling what the override setting is.
Figure 1-12. Drawing Showing EMX 150 Points
Points on an EMX 150
EMX150
OVERRIDE
A
AUTOMAN
B
A
B
BOARD
1
2
OUTPUT
A
OUTPUT
B
RET
I
V
OUTPUTS
RET
I
V
Infinity Co ntrol ler Programmer’s G uide1 -19
Understanding Controller Hardware
s
t
Figure 1-13 is a drawing of an
EMX 170
SmartSensor module.
This module has a single temperature input.
Figure 1-13. Drawing Showing
the EMX 170 Point
A SINGLE INPUT
EMX 170 Input I
Temperature Inpu
The input on the
EMX 170
is automatically the only
temperature input point number assigned after the original
inputs on the controller. Even if you have no other expansion
module, you must always assign the
EMX 170
sensor the
highest possible input number in the entire chain of modules.
(On
SCX
controllers, number 33. On
LCX
and
TCX
controllers, number 25.)
1-20Infinity Controller Programmer’s Guide
Understandi ng Controller Hardware
Figure 1-14 is a drawing of an
EMX 151
module. This module
has two analog outputs that must be controlled by the
controller because they have no manual override switches.
You can use one or two modules of this type in a single chain.
Figure 1-14. Drawing Showing EMX 151 Points
BOARD
1
OUTPUT
A
OUTPUT
B
2
RET
I
V
RET
I
V
EMX151
Points on an EMX 151
OUTPUTS
EXTERNAL
POWER
Infinity Co ntrol ler Programmer’s G uide1 -21
Understanding Controller Hardware
5
Points on an EMX 15
Figure 1-15 is a drawing of an
EMX 155
module. This module
has two Form C outputs. You can use one or two modules of
this type in a single chain.
Figure 1-15. Drawing Showing EMX 155 Points
BOARD
1
2
EMX155
OUTPUTA
OVERRIDE
AUTO
OFF
A
ON
B
OUTPUT
NC
C
NO
NC
C
NO
B
EXTERNAL
POWER
1-22Infinity Controller Programmer’s Guide
Loading...
+ 808 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.