Search Results for

    Show / Hide Table of Contents

    Enum EventRelationalOperator

    Specifies values for Operator.

    Namespace: ABB.Robotics.RobotStudio.Stations
    Assembly: ABB.Robotics.RobotStudio.Stations.dll
    Syntax
    public enum EventRelationalOperator

    Fields

    Name Description
    Equal

    The event is triggered when the signal value is equal to Value.

    Greater

    The event is triggered when the signal value is greater than Value.

    GreaterOrEqual

    The event is triggered when the signal value is greater than or equal to Value.

    Less

    The event is triggered when the signal value is less than Value.

    LessOrEqual

    The event is triggered when the signal value is less than or equal to Value.

    None

    The default value, used for digital signals.

    NotEqual

    The event is triggered when the signal value is not equal to Value.

    In this article
    Back to top Copyright © 2026 ABB Robotics