d
eTaIled
d
aTa
P
oInT
I
nformaTIon
www.DaikinApplied.com
33
ED 15062-7 • MICROTECH II CHILLER CONTROLLER
Chiller Status
This output network variable indicates the main running mode and states of the Chiller. The mode provides the primary running
states of a chiller and the state provides an indicator of other conditions present. (I18)
Measurement
Units
Data Type
Valid Range
Default Value
State
NA
Unsigned Integer
See Below
NA
BACnet
Variable Details
Object Identifier
Property Identifier
Object Type
Type Enumeration
Instance
Property Name
Property Enumeration
Multi-state Input
13
43
Present Value
85
Object Name
UnitStatus
Property Values
1 = Off
2 = Start
3 = Run
4 = Pre Shutdown
5 = Service
LONWORKS
The LONMARK chiller profile uses two types of information to indicate chiller status. The first type is general. The variable name is
nvoOnOff (see
) and indicates whether the chiller is on or off the network.
The second type is Chiller Status, which includes the Run Mode. The Run Mode is defined as OFF, Start, Run, Pre-shutdown and
Service. This output network variable indicates the main running mode and states of the chiller. The Run Mode provides the primary
running states of a chiller and the state provides an indicator of other conditions present (see Structure section below for details.)
Measurement
Units
Data Type
Valid Range
Default Value
Chiller Status
NA
Structure
See Below
NA
Variable Details
LONWORKS Name
Profile
SNVT Type
SNVT Index
SNVT Size
nvoChillerstat
Chiller
chlr_status
127
3 bytes
Structure
typedef struct {
chiller_t
chlr_run_mode;
hvac_t
chlr_op_mode;
struct{
unsigned in_alarm
:1;
unsigned run_enabled :1;
unsigned local
:1;
unsigned limited
:1;
unsigned chw_flow
:1;
unsigned condw_flow :1;
} chlr_state;
} SNVT_chlr_status;