Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 482 Bytes

File metadata and controls

14 lines (7 loc) · 482 Bytes

Iec083 - DataType Attribute not on Anchor

Severity: Error Error

The attribute [DataType] may not be used on the Anchor field of Arrays. Instead it is defined on the declaration of the [Array] struct.

Solution

You can also use the provided automatic Code Fix to remove the attribute and put it in the correct place. ( Press Alt + Enter on the Error line to find the Code Fix in the context menu)

Move the attribute to the correct place.