Class MechanicalUnitServiceInfo
ServiceInfo object for a mechanical unit.
Implements
Namespace: ABB.Robotics.Controllers.MotionDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class MechanicalUnitServiceInfo : ServiceInfo, IDeserializationCallback
Constructors
View SourceMechanicalUnitServiceInfo()
Initializes a new MechanicalUnitServiceInfo object.
Declaration
public MechanicalUnitServiceInfo()
Properties
View SourceElapsedCalenderTimeSinceLastService
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 |