Axlink Channels - AMX ENV-VST-C Instruction Manual

Viewstat color communicating thermostat
Hide thumbs Also See for ENV-VST-C:
Table of Contents

Advertisement

AxLink Commands (Cont.)
SP
ST

AxLink Channels

Each AxLink device contains 255 channels numbered 1-255. The AxLink Channels for the thermostat are defined in the table below.
The Type column indicates who initiates the channel change. The Master directs the thermostat to change its state through
channels with type CMD. The thermostat informs the Master of state changes through channels with type FDBK. Some channels
can be used for both CMD and FDBK.
AxLink Channels
Channel
1-138
139
140
141
142
143
144
145-147
148
149
150
151
152-159
160
161-208
209
210
211
212
213
ENV-VST-C - Instruction Manual
Sets or changes the humidify and dehumidify set points.
Syntax:
SP H<HSP> D<DSP>
Variable:
HSP = The new humidify setpoint with a range of 0 to 100.
DSP = The new dehumidify setpoint with a range of 0 to 100.
Example:
SEND_COMMAND 'SP H75 D20'
Sets the humidify setpoint to 75% and the dehumidify setpoint to 20% RH.
Queries for the thermostat system configuration. When received the thermostat reports its configured humidify and
dehumidify set points, thermostat mode, and temperature scale.
Syntax:
SEND_COMMAND 'ST'
Example:
SEND_COMMAND 'ST'
Master requests device status.
SEND_COMMAND 'SP H30 D50'
SEND_COMMAND 'MD MP'
SEND_COMMAND 'FM SF'
Device responds with humidify set point 30, dehumidify set point 50, mode program, and temperature scale Fahrenheit.
Type
Function
Not Used
CMD
Weather Alert
CMD
Increment Cool Set Point Increases the cool set point by one step per pulse while the channel is active (ON).
CMD
Decrement Cool Set Point Decreases the cool set point by one step per pulse while the channel is active (ON).
Not Used
CMD
Increment Heat Set Point Increases the heat set point by one step per pulse while the channel is active (ON).
CMD
Decrement Heat Set Point Decreases the heat set point by one step per pulse while the channel is active (ON).
Not Used
CMD
Increment Humidify Set
Point
CMD
Decrement Humidify Set
Point
CMD
Increment Dehumidify
Set Point
CMD
Decrement Dehumidify
Set Point
Not Used
FDBK
Filter Change Reminder
Not Used
CMD/FDBK
Fan Speed Low
CMD/FDBK
Fan Speed Medium
CMD/FDBK
Fan Speed High
CMD/FDBK
Lock Out State
Not Used
Description
A Weather Alert is active while the channel is ON.
To clear an active Weather Alert set the channel to OFF.
Continue to increment the humidify set point while the channel is active, ON, as if
the increment button were being pushed.
Continue to decrement the humidify set point while the channel is active, ON, as if
the decrement button were being pushed.
Continue to increment the dehumidify set point while the channel is active, ON, as if
the increment button were being pushed.
Continue to decrement the dehumidify set point while the channel is active, ON, as if
the decrement button were being pushed.
Channel ON: Filter Change active
Channel OFF: Filter Change inactive
Set the Fan Speed to Low when the channel is ON.
Set the Fan Speed to Medium when the channel is ON.
Set the Fan Speed to High when the channel is ON.
Source ? Master: Set the Lock Out Mode
: TStat: FDBK, Lock Out Mode Changed
Channel ON: Lock Out Mode Enabled,
Channel OFF: Lock Out Mode Disabled.
Programming
52

Advertisement

Table of Contents
loading

Table of Contents