1 FUNCTIONS
1.5 BACnet Request Function (Write Function)
135
1
• Before storing values to an access block for writing, check that the CONTROL is other than '1' (send request) or '2'
(sending).
• After '1' (send request) is stored to a CONTROL, do not change the values of an access block for writing until the
CONTROL becomes '3' (normal completion) or '4' (error end).
END
YES
NO
NO
YES
<Module>
Read the CONTROL
<Module>
Send a WritePropertyMultiple
<Module>
Write '7' (invalid information) to the
STATUS
<Module>
Read the instance number of a
destination device, an ObjectIdentifi-
er, and a PropertyIdentifier
<Module>
Write '4' (error end) to
the CONTROL
<Module>
Write '2' (sending) to the CONTROL
<Module>
Write '3' (normal completion) to
the CONTROL
<User>
CONTOROL=1(send request)
<Module>
The information is invalid
START
(Initial value of the CONTROL is 0)