Click or drag to resize

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
C#
[FlagsAttribute]
public enum ModuleAttributes
Members
  Member nameValueDescription
None0 No attribute is specified
SystemModule1 The module is a system module.
Encoded2 The module is encoded, i.e. cannot be read without decryption.
NoView4 The module cannot be viewed through the FlexPendant.
NoStepIn8 The module cannot be step into, i.e. a routine will be executed as one step independent of the number of instructions it contains.
ViewOnly16 The module can only be viewed but not changed.
ReadOnly32 The module can only be viewed but not changed.
See Also