See: Description
Interface | Description |
---|---|
DeployedMeterRemote |
Remote Interface to the Specification.
|
DeployedMeterSetRemote | |
MeterGroupRemote |
Remote Interface to the MeterGroup object.
|
MeterGroupSetRemote |
Remote Interface to the set of MeterGroup objects
Constants for relationships defined in the 'MAXRELATIONSHIP' table are declared here.
|
MeterInGroupRemote |
Remote Interface to the MeterInGroup object.
|
MeterInGroupSetRemote |
Remote Interface to the set of MeterInGroup objects
Constants for relationships defined in the 'MAXRELATIONSHIP' table are declared here.
|
MeterRemote |
Remote Interface to the Meter object.
|
MeterServiceRemote |
Remote Interface to the MeterService object.
|
MeterSetRemote |
Remote Interface to the set of Meter objects
Constants for relationships defined in the 'MAXRELATIONSHIP' table are declared here.
|
ReadingRemote |
Remote Interface to the Reading object.
|
ReadingSetRemote |
Remote Interface to the set of MeterReading objects
|
Class | Description |
---|---|
DeployedMeter |
This abstract class provides common methods for
AssetMeter and
LocationMeter , referred to
herein generically as DeployedMeter |
DeployedMeterSet |
Represents the set of DeployedMeters.
|
FldDelta |
Behaviors of the persistent Delta attribute in a Reading object.
|
FldDeployedMeterActive |
Behaviors of the
DeployedMeter 's Active attribute. |
FldDeployedMeterAverage |
Behaviors of the persistent Average attribute.
|
FldDeployedMeterAvgCalcInfo |
Behaviors of the
DeployedMeter 's
non-persistent AvgCalcInfo attribute. |
FldDeployedMeterAvgCalcMethod |
Behaviors of the
DeployedMeter 's
persistent AvgCalcMethod attribute. |
FldDeployedMeterInspector |
behaviors of the non-persistent Inspector attribute in the
DeployedMeter object |
FldDeployedMeterIsDelta |
Behaviors of the
DeployedMeter 's
non-persistent IsDelta attribute. |
FldDeployedMeterLastReading |
Behaviors of the
DeployedMeter 's
persistent LastReading attribute. |
FldDeployedMeterLastReadingDate |
Behaviors of the
DeployedMeter 's
persistent LastReadingDate and non-persistent LastReadingDateNew
(used for meter reset and replacement) attributes. |
FldDeployedMeterLastReadingInspctr |
behaviors of the non-persistent LastReadingInspctr attribute in the
DeployedMeter object |
FldDeployedMeterLastReadingNew |
Behaviors of the
DeployedMeter 's
non-persistent LastReadingNew attribute. |
FldDeployedMeterMeterName |
behaviors of the
DeployedMeter 's
MeterName attribute. |
FldDeployedMeterNewReading |
Behaviors of the non-persistent NewReading attribute in the
DeployedMeter 's object |
FldDeployedMeterNewReadingDate |
Behaviors of the
DeployedMeter 's
non-persistent NewReadingDate attribute. |
FldDeployedMeterPointNum |
Behaviors of the
DeployedMeter 's
persistent PointNum attribute that is set from the MeasurePoint object
only as a new MeasurePoint is added for this DeployedMeter's meter and
asset or location. |
FldDeployedMeterPreviousReading |
Behaviors of the
DeployedMeter 's
non-persistent PreviousReading attribute. |
FldDeployedMeterPreviousReadingDate |
Behaviors of the
DeployedMeter 's
non-persistent PreviousReadingDate attribute. |
FldDeployedMeterPreviousReadingInspector |
Behaviors of the
DeployedMeter 's
non-persistent PreviousReadingInspector attribute. |
FldDeployedMeterReadingType |
Behaviors of the ReadingType attribute in the DeployedMeter object
|
FldDeployedMeterRollover |
Behaviors of the Rollover attribute in the MeterInGroup object
|
FldDeployedMeterSlidingWindowSize |
Behaviors of the persistent SlidingWindowSize attribute.
|
FldGroupName |
Behaviors of the GroupName attribute in the MeterGroup object
|
FldIsModificationADelta |
Behaviors of the non-persistent IsModificationADelta.
|
FldMeterDomainId |
Behavior of domainid in the Meter object.
|
FldMeterInGroupAvgCalcMethod |
Behaviors of the
MeterInGroup 's
persistent AvgCalcMethod attribute. |
FldMeterInGroupMeterName |
Behaviors of the MeterName attribute in the MeterInGroup object
|
FldMeterInGroupRollover |
Behaviors of the Rollover attribute in the MeterInGroup object
|
FldMeterInGroupSequence |
Behaviors of the Sequence attribute in the MeterInGroup, AssetMeter and
LocationMeter objects
|
FldMeterMeterName |
Functionality for the Location.parent field.(non-persistent field)
|
FldMeterMeterType |
Behaviors of the MeterType attribute in the Meter object
|
FldMeterName |
Behaviors of the MeterName attribute in the Meter object
|
FldMeterReadingType |
Behaviors of the ReadingType attribute in the Meter object
|
FldModification |
Behaviors of the non-persistent ModifiedReading attribute in the MeterReading object.
|
FldReadingMeterReading |
Behaviors of the non-persistent Reading attribute in the MeterReading and LocMeterReading objects.
|
Meter |
MBO to represent a Meter.
|
MeterCache | |
MeterCacheImpl |
MaximoCache for loading/caching OSLC reasources
|
MeterGroup |
MBO to represent a MeterGroup.
|
MeterGroupSet |
Represents the set of MeterGroup objects.
|
MeterInfo | |
MeterInGroup |
MBO to represent a MeterInGroup.
|
MeterInGroupSet |
Represents the set of MeterInGroup objects.
|
MeterService | |
MeterSet |
Represents the set of Meter objects.
|
Reading |
This abstract class provides common methods for
MeterReading and
LocMeterReading , referred to
herein generically as Reading |
ReadingSet |
Represents the set of MeterReading objects.
|
The Meter package includes MBOs that contain information about meters and meter groups. An unlimited number of meters can be created. Subsequently, meters can be attached to equipment, locations, PMs and Condition Monitoring measure points. For convenience, meters can also be grouped into MeterGroups. These meter groups serve as templates. When a meter group is specified while defining a new equipment, the meters in the group are automatically be attached to the equipment. Meter groups can also be associated with rotable items. Whenever a new instance of a rotable item is created and the rotable item is associated with a meter group, the grouped meters are automatically attached to the new component (that is, new equipment) that defines the specific instance of the newly created item. Meter information is referenced by the Equipment, Locations, PMs, Condition Monitoring and Work Order applications.
The MBOs included in the Tool package are:
Meter
- This class contains specific information
about each meter. A meter's type, measure unit and domain identifiers are maintained
here. Valid meter types, from the METERTYPE value list, are as follows:
CONTINUOUS, GAUGE and CHARACTERISTIC. The domain identifier is REQUIRED for
CHARACTERISTIC meters and READONLY for all others.
MeterGroup
- This class contains specific information
about each meter group.
MeterInGroup
- This class associates a meter with a
meter group. A meter must be unique to a meter group. Rollover values are
maintained in this objectOther classes included in the Meter package:
MeterService
- This is the service class
for the package. The service name and relationships originating from MBOs
in this package are created by this class. The service class also contains
methods requiring functionality in this package that needs to be accessed before
the calling object has obtained an object in this package.Equipment object
- Meters are used
to provide information about equipment use via measurements or monitoring
points.Location object
- Meters can be attached
to a location. (add fuller explanation here)PM object
- Meters can be attached
to a PM. (add fuller explanation here)Item object
- Meter groups can be associated
with rotable items. When a new instance of a rotable item is created, the
meters associated with the rotable item's meter group are copied to the
new rotable equipment that defines the new item.MeasurePoint object
- To facilitate
condition monitoring, a meter of type GAUGE or CHARACTERISTIC can be attached
to a meausure point. In this case, the MeasurePoint's PointName attribute will
be the same as the Meter's MeterName attribute. If the meter is of type GAUGE,
each meter reading will be checked against the MeasurePoint's Upper Warning,
Upper Action, Lower Warning and Lower Action Limits. If the meter is of type
CHARACTERISTIC, each meter entry will be checked to see if the latest observation
requires action. If action is deemed necessary, a work order(s) will be generated
using the MeasurePoint's PMNUM attribute as a guide.Work Order object
- Meter readings can be entered
while entering actuals against a work order.MatUseTrans
- Meter readings can be entered
in the Issues and Transfers application when issuing a rotable item.MatRecTrans
- Meter readings can be entered
in the Issues and Transfers application when transferring a rotable item.MoveDetails
- Meter readings can be entered
in when moving a rotable equipment.Last updated: 5 June 2002