Search Results for

    Show / Hide Table of Contents

    Class MechanicalUnitWarningLevel

    Contains all warning levels for the mechanical unit.

    Inheritance
    System.Object
    ReadOnlyObject
    ServiceInfo
    MechanicalUnitWarningLevel
    Implements
    System.Runtime.Serialization.IDeserializationCallback
    Inherited Members
    ReadOnlyObject.DemandWriteAccess()
    ReadOnlyObject.IDeserializationCallback.OnDeserialization(Object)
    ReadOnlyObject.IsReadOnly
    Namespace: ABB.Robotics.Controllers.MotionDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class MechanicalUnitWarningLevel : ServiceInfo, IDeserializationCallback

    Constructors

    MechanicalUnitWarningLevel()

    Declaration
    public MechanicalUnitWarningLevel()

    Properties

    CalenderService

    Gets the warning level for calender, resolution is percent.

    Declaration
    public int CalenderService { get; set; }
    Property Value
    Type Description
    System.Int32

    GearboxService

    Gets the warning level for gearbox, resolution is percent.

    Declaration
    public int GearboxService { get; set; }
    Property Value
    Type Description
    System.Int32

    ProductionService

    Gets the production warning, resolution is percent.

    Declaration
    public int ProductionService { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    System.Runtime.Serialization.IDeserializationCallback
    In This Article
    Back to top Copyright © 2025 ABB