TProcessSimpleMetar, palette SmartSCADA Controls, unit SimpleMeter.pas

 

   Component TProcessSimpleMetar that simulate some classic instruments. It shows analog signals values.

 

PROPERTIES

Kind: TSimpleMeterKind

                 Visual look of object. Values are given in the next table:

 

Value

Description

gkText

Displayed by text

gkHorizontalBar

Displayed by horizontal progress bar

gkVerticalBar

Displayed by horizontal progress bar

gkPie

Displayed as a pie

gkNeedle

Displayed by instrument with needle

BackColor: TColor

                 Background color.

 

ForeColor: TColor

                 Foreground color.

 

Signal: TSignal

                 Pointer to signal that is linked to control.

 

MinValue: Integer

                 Minimal displayed ProcessSimpleBar value

 

MaxValue: Integer

           Maximal displayed ProcessSimpleBar value.

Value

Description

ifsNone

No interaction with ini file

ifsReadDS

Reading values from ini file in design time

ifsWriteDS

Writing values to ini file in design time

ifsReadWriteDS

Reading and writing values from ini file in design time

ifsReadRT

Reading values from ini file in run time

ifsWriteRT

Writing values to ini file in run time

ifsReadWriteRT

Reading and writing values from/to ini file all the time