ModuleAttributes Enumeration |
Specifies possible module attributes. A module can have multiple attributes.
Namespace:
ABB.Robotics.Controllers.RapidDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax [FlagsAttribute]
public enum ModuleAttributes
Members
| Member name | Value | Description |
---|
| None | 0 |
No attribute is specified
|
| SystemModule | 1 |
The module is a system module.
|
| Encoded | 2 |
The module is encoded, i.e. cannot be read without decryption.
|
| NoView | 4 |
The module cannot be viewed through the FlexPendant.
|
| NoStepIn | 8 |
The module cannot be step into, i.e. a routine will be executed as
one step independent of the number of instructions it contains.
|
| ViewOnly | 16 |
The module can only be viewed but not changed.
|
| ReadOnly | 32 |
The module can only be viewed but not changed.
|
See Also