Search Results for

    Show / Hide Table of Contents

    Class MechanicalUnitServiceInfo

    ServiceInfo object for a mechanical unit.

    Inheritance
    Object
    ReadOnlyObject
    ServiceInfo
    MechanicalUnitServiceInfo
    Implements
    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 MechanicalUnitServiceInfo : ServiceInfo, IDeserializationCallback

    Constructors

    MechanicalUnitServiceInfo()

    Initializes a new MechanicalUnitServiceInfo object.

    Declaration
    public MechanicalUnitServiceInfo()

    Properties

    ElapsedCalenderTimeSinceLastService

    Gets the elapsed calender time since last service.

    Declaration
    public TimeSpan ElapsedCalenderTimeSinceLastService { get; set; }
    Property Value
    Type Description
    TimeSpan

    ElapsedProductionTime

    Gets the elapsed production time since last SIS reset.

    Declaration
    public TimeSpan ElapsedProductionTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    ElapsedProductionTimeSinceLastService

    Gets the elapsed production time since last service.

    Declaration
    public TimeSpan ElapsedProductionTimeSinceLastService { get; set; }
    Property Value
    Type Description
    TimeSpan

    Empty

    Gets an empty Mechanical Unit service info object.

    Declaration
    public static MechanicalUnitServiceInfo Empty { get; }
    Property Value
    Type Description
    MechanicalUnitServiceInfo

    LastStart

    Gets the time of the last start.

    Declaration
    public DateTime LastStart { get; set; }
    Property Value
    Type Description
    DateTime

    ServiceInterval

    Gets the service interval.

    Declaration
    public MechanicalUnitServiceInterval ServiceInterval { get; set; }
    Property Value
    Type Description
    MechanicalUnitServiceInterval

    WarningLevel

    Gets the warning level.

    Declaration
    public MechanicalUnitWarningLevel WarningLevel { get; set; }
    Property Value
    Type Description
    MechanicalUnitWarningLevel

    Implements

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