Class MechanicalUnitWarningLevel
Contains all warning levels for the mechanical unit.
Implements
Inherited Members
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 |
---|---|
Int32 |
GearboxService
Gets the warning level for gearbox, resolution is percent.
Declaration
public int GearboxService { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProductionService
Gets the production warning, resolution is percent.
Declaration
public int ProductionService { get; set; }
Property Value
Type | Description |
---|---|
Int32 |