Click or drag to resize
TrigValidity Enumeration
Indicates the validity of an action instruction triggered by a condition, e.g. SetBrush.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
[FlagsAttribute]
public enum TrigValidity
Members
  Member nameValueDescription
Valid0
InsideZone1 Indicates that the trig plane is inside the zone of the subsequent move instruction, meaning that the event might not be triggered depending on the actual movement.
OutsidePath2 Indicates that the trig plane is outside of the path of the subsequent move instruction, meaning that the event will not be triggered.
UnfitAxis4 Indicates that the trig plane axis is not chosen to align with the major axis of movement of the subsequent move instruction.
Version Information

Supported in: 1.0.0.0
See Also