The StacklightOperationMode Enumeration DataType contains the values used to indicate how a stacklight (as a whole unit) is used. The contents of its EnumStrings are defined in Table 30.

Table 30 – StacklightOperationMode EnumStrings Fields

Name

Value

Description

Segmented

0

Stacklight is used as stack of individual lights

Levelmeter

1

Stacklight is used as level meter

Running_Light

2

The whole stack acts as a running light

Other

3

Stacklight is used in a way not defined in this version of the specification

Its representation in the AddressSpace is defined in Table 31.

Table 31 – StacklightOperationMode Definition

Attribute

Value

BrowseName

StacklightOperationMode

IsAbstract

False

Description

Contains the values used to indicate how a stacklight (as a whole unit) is used.

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of the 0:Enumeration type defined in OPC 10000-3

0:HasProperty

Variable

0:EnumValues

0:EnumValueType[]

0:PropertyType

The LevelDisplayMode Enumeration DataType contains the values used to indicate how a percentual value is displayed if the stacklight unit works in Levelmeter mode. The contents of its EnumStrings are defined in Table 32.

Table 32 – LevelDisplayMode EnumStrings Fields

Name

Value

Description

Dimmed

0

Uses dimming to display fractions.

Blinking

1

Uses blinking to display fractions.

Other

2

Display fractions in a way not defined in this version of the specification.

Its representation in the AddressSpace is defined in Table 33.

Table 33 – LevelDisplayMode Definition

Attribute

Value

BrowseName

LevelDisplayMode

IsAbstract

False

Description

Contains the values used to indicate how a percentual value is displayed if the stacklight unit works in Levelmeter mode.

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of the 0:Enumeration type defined in OPC 10000-3

0:HasProperty

Variable

0:EnumValues

0:EnumValueType[]

0:PropertyType

The SignalColor Enumeration DataType holds the possible colour values for stacklight lamps. The contents of its EnumStrings are defined in Table 34.

Table 34 – SignalColor EnumStrings Fields

Name

Value

Description

Off

0

Element is disabled.

Red

1

This value indicates a red lamp colour.

Green

2

This value indicates a green lamp colour.

Blue

3

This value indicates a blue lamp colour.

Yellow

4

This value indicates a yellow lamp colour (R+G).

Purple

5

This value indicates a purple lamp colour (R+B).

Cyan

6

This value indicates a cyan lamp colour (G+B).

White

7

This value indicates a white lamp colour (R+G+B).

Note: If you are using the IEC 60073 you shall use the colours Red, Green, Blue, Yellow and White.

Note: In case the colour of the stacklight lamp is not represented in the SignalColor, a nearby colour shall be used. For example, for an orange stacklight lamp, yellow should be used.

Its representation in the AddressSpace is defined in Table 35.

Table 35 – SignalColor Definition

Attribute

Value

BrowseName

SignalColor

IsAbstract

False

Description

Holds the possible colour values for stacklight lamps.

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of the 0:Enumeration type defined in OPC 10000-3

0:HasProperty

Variable

0:EnumValues

0:EnumValueType[]

0:PropertyType

SignalModeLight contains the values used to indicate in what way a lamp behaves when switched on. The contents of its EnumStrings are defined in Table 36.

Table 36 – SignalModeLight EnumStrings Fields

Name

Value

Description

Continuous

0

This value indicates a continuous light.

Blinking

1

This value indicates a blinking light (blinking in regular intervals with equally long on and off times).

Flashing

2

This value indicates a flashing light (blinking in intervals with longer off times than on times, per interval multiple on times are possible).

Other

3

The light is handled in a way not defined in this version of the specification.

Its representation in the AddressSpace is defined in Table 37.

Table 37 – SignalModeLight Definition

Attribute

Value

BrowseName

SignalModeLight

IsAbstract

False

Description

Contains the values used to indicate in what way a lamp behaves when switched on.

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of the Enumeration type defined in OPC 10000-3

0:HasProperty

Variable

0:EnumValues

0:EnumValueType[]

0:PropertyType

This structure represents a colour in RGB or RGBW. The structure is defined in Table 38.

Table 38 – RGBWDataType Structure

Name

Type

Description

Optional

RGBWDataType

structure

Red

0:Byte

Defines the intensity of the colour red

False

Green

0:Byte

Defines the intensity of the colour green

False

Blue

0:Byte

Defines the intensity of the colour blue

False

White

0:Byte

Defines the intensity of an additional white component. Shall be not provided when using RGB.

True

Its representation in the AddressSpace is defined in Table 39.

Table 39 – RGBWDataType definition

Attribute

Value

BrowseName

RGBWDataType

IsAbstract

False

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of 0:Structure