This DataType is an OptionSet that represents the POWERLINK entry attributes. It is a subtype of OptionSet. Its values are defined in Table 27 and the DataType is used for the Property PowerlinkAttributes in the VariableTypes PowerlinkArrayType (5.2.2) and PowerlinkVariableType (5.2.4).
Table 27 – PowerlinkAttributes Values
Value |
Bit |
Abbreviation |
Description |
Const |
0 |
CONST |
Read access only, the value is not changing |
Read |
1 |
R |
Read access |
Write |
2 |
W |
Write access |
Input |
3 |
I |
Represents process input data, object can be used in PDO mapping |
Output |
4 |
O |
Represents process output data, object can be used in PDO mapping |
Store |
5 |
S |
Can be stored to non-volatile memory |
ValidOnReset |
6 |
VR |
Only valid after reset |
DefaultMapping |
7 |
DEF |
Variable is included in default mapping |
RPDO |
8 |
RPDO |
Variable may be mapped into receive PDO |
TPDO |
9 |
TPDO |
Variable may be mapped into transmit PDO |
The expressions in the column ‘Abbreviation’ are used in the OPC UA object definitions.
The Field CurrentRead of the Variables Attribute AccessLevel shall be contain the same value as the Field Read in the Variables Attribute PowerlinkAttributes.
The Field CurrentWrite of the Variables Attribute AccessLevel shall be contain the same value as the Field Write in the Variables Attribute PowerlinkAttributes.
Table 28 – PowerlinkAttributes Definition
Attributes |
Value |
BrowseName |
PowerlinkAttributes |
Subtype of OptionSet defined in OPC 10000-3. |
This DataType is an OptionSet that represents the values of the Variable ERR_ErrorRegister_U8. It is a subtype of Byte. Its values are defined in Table 29.
Table 29 – ErrorRegisterBits Values
Value |
Bit |
Description |
Generic_error |
0 |
This bit shall be set if any error is present. Additionally to this bit, the following bits may be used to signal more detailed error information. |
Current |
1 |
|
Voltage |
2 |
|
Temperature |
3 |
|
Communication_error |
4 |
|
Device_profile_specific |
5 |
|
Reserved |
6 |
always 0 |
Manufacturer_specific |
7 |
|
Table 30 – ErrorRegisterBits Definition
Attributes |
Value |
BrowseName |
ErrorRegisterBits |
Subtype of OptionSet defined in OPC 10000-3. |