lightingOutput.lightingCommand

<< Click to Display Table of Contents >>

 

lightingOutput.lightingCommand

According to the BACnet protocol documentation:

Used to request special lighting commands with specific behaviors. Lighting_Command is written with compound values that specify particular lighting operations. When a lighting operation is written to the Lighting_Command property, the effect of that operation is written to the Present_Value at the priority level specified by the priority field. If the priority field is not included with the command, the priority specified in Lighting_Command_Default_Priority shall be used. Some lighting operations require additional parameters. These are provided by optional fields of the BACnetLightingCommand value.

Property lightingCommand of object lightingOutput can be read and written using a block tag with 6 elements.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

lightingOutput-<objectAddress>.lightingCommand

Size

6 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 54

B3:

<objectAddress>

B4:

<property> = 380

Size:

6 elements

Block Elements

Index

Name

Type

0

Operation

An integer representing one of the options of enumeration <BACnetLightingOperation>.

1

TargetLevel

A 32-bit floating point number.

OBS: this is an optional element, a <null> value indicates the element is not present.

2

RampRate

A 32-bit floating point number.

OBS: this is an optional element, a <null> value indicates the element is not present.

3

StepIncrement

A 32-bit floating point number.

OBS: this is an optional element, a <null> value indicates the element is not present.

4

FadeTime

A 32-bit unsigned integer.

OBS: this is an optional element, a <null> value indicates the element is not present.

5

Priority

A 32-bit unsigned integer.

OBS: this is an optional element, a <null> value indicates the element is not present.

Was this page useful?