Nxc-vai4 level assignments, Notes on levels, Programming information – AMX Voltage Output/Analog Input Card NXC-VAI4 User Manual

Page 2

Advertising
background image

For full warranty information, refer to the AMX Instruction Manual(s) associated with your Product(s).

12/07

©2007 AMX. All rights reserved. AMX and the AMX logo are registered trademarks of AMX.

AMX reserves the right to alter specifications without notice at any time.

3000 RESEARCH DRIVE, RICHARDSON, TX 75082 • 800.222.0193 • fax 469.624.7153 • technical support 800.932.6993 • www.amx.com

93-2025

REV: D

NXC-VAI4 Level Assignments:

Notes On Levels

For levels 5 - 8, the AD MODE command is used to set the level size to 8 or 16 bits.
The VAI4 card will send a CHANNEL OFF STATUS message for any conflicting ON
channels.
The Input and output Level Values will not be sent until a 'LEVON' Command
message is received by the VAI4 card. A transmission of levels will cease after the
receipt of a 'LEVOFF' Command message.
The values of Levels 1 through 8 (inputs) will be sent at power-up or whenever the
level changes by more than the selected amount.

Programming Information

These NetLinx Send_Commands control the NXC-VAI4:

NXC-VAI4 Level Assignments

Level Description

1

I/O 1 (Output 1). The range is from 0 (min) to 255 (max).
Conflicts with channels 1, 5, 10, 14, 18, 22.

2

I/O 2 (Output 2). The range is from 0 (min) to 255 (max).
Conflicts with channels 2, 6, 11, 15, 19, 23.

3

I/O 3 (Output 3). The range is from 0 (min) to 255 (max).
Conflicts with channels 3, 7, 12, 16, 20, 24.

4

I/O 4 (Output 4). The range is from 0 (min) to 255 (max).
Conflicts with channels 4, 8, 13, 17, 21, 25.

5

A level from the VAI4 card returns the current input voltage for I/O 5 (input 1).
Range: 0 - 255 (0 - 65,535)

6

A level from the VAI4 card returns the current input voltage for I/O 6 (input 2).
Range: 0 - 255 (0 - 65535)

7

A level from the VAI4 card returns the current input voltage for I/O 7 (input 3).
Range: 0 - 255 (0 - 65535)

8

A level from the VAI4 card returns the current input voltage for I/O 8 (input 4).
Range: 0 - 255 (0 - 65535)

NXC-VAI4 SEND_COMMANDs

AD MODE
Sets the format for data
reporting to either 8 or 10
significant bits (16 bit for-
mat with 10 significant bits).
The default format is 8 bits.

Even though the output is specified in the command, the for-
mat change really applies to the corresponding input. Input
level changes will be reported in this format. In 'servo' mode
commanded positions will be in this format. The reporting of
the output levels is unaffected.

SEND_COMMAND <DEV>,'AD MODE <I/O> 8|10'

• I/O: Any Output I/O ('1', '2, '3', 4').

GAS
Sets the slowdown dis-
tance and slowdown
speed.

When these variables are set, and a GL command is in prog-
ress, the speed output on Output <x> will be reduced to that
specified when the position as read on Output <x+4> is
within the distance specified away from the target position.

SEND_COMMAND
<DEV>,'G<OUTPUT>A<DISTANCE>S<SPEED>'

• OUTPUT: Any Output '1', '2', '3', or '4'.
• DISTANCE: 0-127.
• SPEED: 0-127.

GD
Sets the maximum allow-
able deviation of final servo
position when executing
the GL command.
The default is 2, (the posi-
tion as read at correspond-
ing input I/O <x+4> can be
within +/-2 from the speci-
fied position).

The input or output level will only be reported when a change
greater than this deviation occurs. Deviation 0 is most accu-
rate, but can have some oscillation

SEND_COMMAND <DEV>,'G<I/O>D <DEVIATION>'

• I/O: Any input or output ('1', '2', '3', '4', '5', '6', '7'. '8').
• DEVIATION: Number between 0 and 127 (default = 2).

GL
This command puts the
card in servo (positional)
control mode. Range = 0-
255 (if AD MODE is set to
'8'), or 0-65535 (if AD
MODE is set to '10').
See AD MODE for details.

Position 0 is the low end of the potentiometer (lowest volt-
age) and position 255 (or 65535) is the high end (highest
voltage) with 128 (or 32768) as the middle of the range.

SEND_COMMAND
<DEV>,'G<OUTPUT>L<POSITION>'

• I/O: Any Output ('1', '2, '3', 4').
• POSITION: Number between 0-255 or 0-65535 (depends

on AD MODE).

GS
Sets the speed variable to
be used for future posi-
tional (GL) commands.
Speed '0' is slowest (no
movement) and speed
'127' (default) is the fastest.

The change of speed takes place immediately even if a posi-
tional change operation is currently in progress. The voltage
output for speed 0 (i.e. no motion) is at the mid-point
between the Min and Max output voltages. The positive
speed 127 is the max and negative speed 127 is the min.
Other speeds are scaled proportionately.

SEND_COMMAND <DEV>,'G<OUTPUT>S<SPEED>'

• I/O: Any Output ('1', '2, '3', 4').
• SPEED: A fixed output value in the range of 0-127.

DEFAULT

Sets all card settings (except for calibration) back to their
original factory settings.

NXC-VAI4 SEND_COMMANDs (Cont.)

DEFAULT ALL

Sets all card settings back to their original factory settings.

LEVOFF

The VAI4 will not transmit any level value messages after the
receipt of this command until the receipt of the LEVON com-
mand.

SEND_COMMAND <DEV>,'LEVOFF'

LEVON
The VAI4 will not transmit
any level value messages
until after the receipt of this
command.

This command is sent automatically when the
CREATE_LEVEL command is executed.

SEND_COMMAND <DEV>,'LEVON'

PC
This variable sets the
shape of the Output <x>
voltage ramps.

SEND_COMMAND <DEV>,'P<OUTPUT>C<CURVE>'

• I/O: Any Output ('1', '2', '3', or '4')
• CURVE: 'N' - Normal linear

'L' - Logarithmic
'I' - Inverted logarithmic

PE
Selects which voltage ref-
erence (if any) is to be
used for scaling of the out-
put voltage. The specified
output will then remain pro-
portional to the specified
input.

SEND_COMMAND <DEV>,'P<OUTPUT>E<REFERENCE
SELECTION> B|U'

• I/O: any Output ('1', '2', '3', or '4')
• Reference selection:

’N’ - Normal/None: Uses no reference scaling.
’E’ - External: Use the External Reference input to scale
the output.
’I’ - Input: Use the corresponding <x+4> input as the
reference for the output.

• B|U: Bipolar or Unipolar (has no meaning for reference

selection 'N')

Bipolar mode sets the output voltage range to between -ref-
erence voltage and + reference voltage.
Unipolar mode sets the voltage range to between 0V and +
reference voltage.

PL
Ramps the specified output
from its current level value
to the specified level value
or percentage of maximum
at the rate specified by
"CURRENT OUTPUT <x>
RAMP UP TIME" or option-
ally in the specified amount
of time.

SEND_COMMAND <DEV>,'P<OUTPUT>L<LEVEL
VALUE> [T<TIME>]'

• I/O: Any Output ('1', '2', '3', or '4')
• LEVEL VALUE: 0 - 255 or 0 - 100% (where 0 is low

voltage)

• TIME (optional): 0 - 255 in 0.1 second increments

PN
Sets the value of either the
minimum output voltage
allowed for an output, or
the minimum position volt-
age expected for an input.

Voltage settings are rounded to the nearest D/A or A/D code.
Voltage settings for Outputs are absolute levels and are
unaffected by any software scaling functions. Negative volt-
ages are not valid for Input 3.

SEND_COMMAND <DEV>,'P<I/O>N<level
value>'

• I/O: Any input or output ('1','2','3','4','5','6','7','8')
• LEVEL VALUE: -12.000V to +12.000V

PR
Sets the CURRENT OUT-
PUT <x> RAMP UP TIME
and/or CURRENT OUT-
PUT <x> RAMP DOWN
TIME of the specified Out-
put where TIME is the time
to ramp the full range.

The ramp time can be set to ramp both down to up and up to
down or just down to up or just up to down.

SEND_COMMAND
<DEV>,'P<OUTPUT>R<TIME>[U|D]'

• I/O: Any Output '1', '2', '3', or '4'
• TIME: 0 - 255 in 0.1 second increments

PU
Sets the level to which this
Output is set immediately
after power-up and before
any Output is commanded.

SEND_COMMAND <DEV>,'P<OUTPUT>U<LEVEL
VALUE>'

• I/O: Any Output ('1', '2', '3', or '4')
• LEVEL VALUE: 0-255

PX
Sets the value of "I/O <x>
MAXIMUM" which is either
the maximum output volt-
age allowed for an Output,
or the maximum position
voltage expected for an
Input.

Voltage settings are rounded to the nearest D/A or A/D code.
Voltage settings are absolute levels and are unaffected by
any scaling functions.
Negative voltages are not valid for Inputs.

SEND_COMMAND <DEV>,'P<I/O>X<LEVEL
VALUE>'

• I/O: Any input or output ('1', '2', '3', '4', '5', '6', '7', '8')
• LEVEL VALUE: 12.000V to +12.000V

PZ
Sets one of the two "set
point"
variables "I/O <x> SET
POINT H|L". (high or low)
These variables are used
to calculate calibration
parameters for I/O <x>
(input or output).

Receiving this command with no voltage specified returns
the specified set point to the default value.

SEND_COMMAND <DEV>,'P<I/O>Z<VOLTAGE>H|L'

I/O: Any input or output ('1', '2', '3', '4', '5', '6', '7', '8' plus '0' for
EREF)
VOLTAGE: The current actual/measured voltage at the I/O.

Advertising