pascalSCADA OPM: ProtocolTypes: Interface ITagNumeric

Pascal SCADA OPM

Interface ITagNumeric

Unit

ProtocolTypes

Declaration

type ITagNumeric = interface(ITagInterface)

Description

: Numeric tag interface.

Attributes
GUID['{F15D0CCC-7C97-4611-A7F4-AD1BEAFA2C96}']

Hierarchy

Overview

Methods

Public function GetValue:Double;
Public procedure SetValue(v:Double);
Public function GetValueRaw:Double;
Public procedure SetValueRaw(v:Double);

Properties

Public property Value: Double read GetValue write SetValue;
Public property ValueRaw: Double read GetValueRaw write SetValueRaw;

Description

Methods

Public function GetValue:Double;

: Returns the value processed by the linked scales or the value raw.

Public procedure SetValue(v:Double);

: Processes the value using linked scales and writes the value processed on device.

Parameters
Value
Double: Value to be processed and written in device.
Public function GetValueRaw:Double;

: Returns the raw value.

Public procedure SetValueRaw(v:Double);

: Write the raw value on device.

Parameters
Value
Double: Value to be written.

Properties

Public property Value: Double read GetValue write SetValue;

: Tag Value processed by the scales.

Public property ValueRaw: Double read GetValueRaw write SetValueRaw;

: Raw value of the tag.


Generated by PasDoc 0.14.0.