Class MechanicalUnitWarningLevel
Contains all warning levels for the mechanical unit.
Implements
Namespace: ABB.Robotics.Controllers.MotionDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class MechanicalUnitWarningLevel : ServiceInfo, IDeserializationCallback
Constructors
View SourceMechanicalUnitWarningLevel()
Declaration
public MechanicalUnitWarningLevel()
Properties
View SourceCalenderService
Gets the warning level for calender, resolution is percent.
Declaration
public int CalenderService { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
GearboxService
Gets the warning level for gearbox, resolution is percent.
Declaration
public int GearboxService { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProductionService
Gets the production warning, resolution is percent.
Declaration
public int ProductionService { get; set; }
Property Value
| Type | Description |
|---|---|
| int |