1 FUNCTIONS
1.1 BACnet Object Function
29
1
Buffer memory format of AnalogOutput objects
The following shows the format of properties assigned to the buffer memory.
Additionally, the availability of reading from/writing to a CPU module is shown in the following table.
R: Read-only, W: Write-only, R/W: Read/Write
Offset Name Remarks R/W
+0 CONTROL b15 OutOfService 0: False, 1: True
• When '1' is set to "OutOfServiceControl" in [Settings] [Basic
Information] [BACnet Detail Setting] button "Interface", the
value of an OutOfService property is stored.
R/W
b14 Not used
b13 PVWrittenClear • A PVWrittenClear and a PVOut operate when one value is
changed from '0' to '1' while the other value is '0'.
• When the value is '1', the PVWritten of the STATUS is changed to
'0'.
b12 PVOut • A PVWrittenClear and a PVOut operate when one value is
changed from '0' to '1' while the other value is '0'.
• When a value is changed from '0' to '1', a PresentValue property
value is written to the PriorityArray whose index number is
'PVPriority + 1'.
b11 to b8 PVPriority A Priority for writing to PresentValue property
*1
(The value to which '1' is added is used for Priority.)
b7 to b4 Not used
b3 to b0 Reliability 0: NoFaultDetected
1: NoSensor
2: OverRange
3: UnderRange
4: OpenLoop
5: ShortedLoop
6: NoOutput
7: UnreliableOther
8: ProcessError
9: MultiStateFault
10: ConfigurationError
+1 STATUS b15 LimitEnable LowLimitEnable 0: False, 1: True R
b14 HighLimitEnable 0: False, 1: True
b13 to b11 EventState 0: Normal
1: Fault
2: Offnormal
3: HighLimit
4: LowLimit
5: LifeSafetyAlarm
b10 AckedTransition ToOffnormal 0: False, 1: True
b9 ToFault 0: False, 1: True
b8 ToNormal 0: False, 1: True
b7 PVWritten • When the PresentValue property value is written, the value
becomes '1'.
• When changing the value to '0', always use the PVWrittenClear of
a CONTROL.
b6 EventEnable ToOffnormal 0: False, 1: True
b5 ToFault 0: False, 1: True
b4 ToNormal 0: False, 1: True
b3 StatusFlags InAlarm 0: False, 1: True
b2 Fault 0: False, 1: True
b1 Overridden Always 0
b0 OutOfService 0: False, 1: True
+2 to
+3
PresentValue • The data type is a 32-bit unsigned real number.
• When the settings for data conversion
*2
is configured, data is read
as 32-bit floating point real number and converted to 16-bit signed
integer, then the value is stored to a PresentValue. The offset +3 is
not used.
R