TSignalRadioGroup, palette SmartSCADAControls, unit SignalControls.pas

  Component inherited  from component TRadioGroup. This component is  used to redirect signal value. It can do this on two ways:

Selected signal value (from radio group) is redirected to Output Signal

Input Signal value is redirected to selected signal (from radio group)

 

Figure 47. component in run time

PROPERTIES

 

Signals: TStrings

                 Signal list linked to this component. Signals are linked to component by special editor.

 

InputSignal: TSignal

                 Pointer to INPUT signal (Signal whose value is to be send to signal selected from list).

 

OutputSignal: TSignal

                 Pointer to OUTPUT signal (Signal that will take value from signal selected from list).

 

IniFile: TIniComponent

                 Pointer linked Ini component.

 

ItemsInList: TItemInList

           Defines what will be shown on the screen. TItemsInList=( ilUserDefined, ilTagName, ilDescription ).

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