Properties

A Performance Counter describes a measurable property of a machine, remote or local, such as CPU load.

The Performance Counter item type has the following properties:

NameDescriptionIDFlags
Performance Counter CategoryThe category that the Performance Counter belongs in.10001Persisted
Performance Counter InstanceInstance name for the Performance Counter, when it is necessary to distinguish between them. Left blank for single-instance counters.10002Persisted
Performance Counter NameThe name given to the Performance Counter within its category.10003Persisted
Performance Counter Sample ExposureThe aspect of the Performance Counter to expose. Default means to expose the appropriate value depending on the counter type. RawValue exposes the CounterSample.RawValue Int64 Property of the counter. Calculated exposes the 4 byte floating point value resulting from the CounterSample.Calculate Method of the counter.10004Persisted
Description

A description of what this item does. This is free text, so you can write anything you like here.

101Persisted
Inputs

The item handle (unique identifier) of the inputs.

5510Persisted, ApisLocalItem, ExpertPage
Quality

Item quality - this tells you whether an item currently has a good or bad quality. It might be bad, for example, because it isn't connected or is set to the wrong type.

3ReadOnly
Rights

Item access rights - this property may be "read", or "read write". This means that the property may only be read from, or also can be written to. For OPC items, this written value will be passed on to the external items this item comes from.

5ReadOnly
Time

The date and time when this item was last updated.

4ReadOnly
Type

The item canonical data type - the specific type of this item. Whether it's an integer, string, date, etc.

1ReadOnly
Value

The current value of the item.

2ReadOnly

See also

Basic Item Properties

Predefined Item Properties

OPC DA Properties