
TBooleanSignal, unit ObjectSignals.pas
Component that represent boolean signal in system.
PROPERTIES
Alarm: TBooleanAlarmProperties This property object that is used for signal alarm setup. It has next properties:
StringTrue: string Text that is displayed when signal value is true. Default value is “True” and can be changed to any text value.
StringFalse: string Text that is displayed when signal value is false. Default value is “False” and can be changed to any text value.
EUValue: string Variable that contents string defined in StringTrue or StringFalse property and depends on the value of the signal. It is introduced because of compatibility with TFloatSignal and TIntegerSignal.
StringValue: boolean Variable that contents string defined in StringTrue or StringFalse property and depends on the value of the signal. It is introduced because of compatibility with earlier versions of SmartSCADA.
Value: boolean Value of the signal (can be True or False). |