IEC_BACNET_COLOR_OPERATION (ENUM)ΒΆ

TYPE IEC_BACNET_COLOR_OPERATION :

Describes the enumeration for the BACnetColorOperation.

InOut:

Name

Initial

Comment

_BACNET_COLOR_OPERATION_MAX_SIZE

16#7FFFFFFF

BACNET_COLOR_OPERATION_NONE

0

This operation is used to indicate that no color command has been written to the Color_Command property.

BACNET_COLOR_OPERATION_FADE_TO_COLOR

1

Commands Present_Value to fade from the current Tracking_Value to the targetcolor specified in the command.

BACNET_COLOR_OPERATION_FADE_TO_CCT

2

Commands Present_Value to fade from the current Tracking_Value to the targetcolor-temperature specified in the command.

BACNET_COLOR_OPERATION_RAMP_TO_CCT

3

Commands Present_Value to ramp from the current Tracking_Value to the targetcolor-temperature specified in the command.

BACNET_COLOR_OPERATION_STEP_UP_CCT

4

Commands Present_Value to a value equal to the Tracking_Value plus the step increment.

BACNET_COLOR_OPERATION_STEP_DOWN_CCT

5

Commands Present_Value to a value equal to the Tracking_Value minus the step increment.

BACNET_COLOR_OPERATION_STOP

6

Stops any FADE or RAMP command in progress.