Class TLinearScaleProcessor
Unit
Declaration
type TLinearScaleProcessor = class(TScaleProcessor)
Description
:
Linear scale component.
See also
- TPIPE
- TScaleProcessor
- Base class for all scale processors.
Hierarchy
- TComponent
- TScaleProcessor
- TLinearScaleProcessor
Overview
Methods
![]() |
function SetInGetOut(Sender:TComponent; Entrada:Double):Double; override; |
![]() |
function SetOutGetIn(Sender:TComponent; Saida:Double):Double; override; |
Properties
![]() |
property SysMin: Double read GetSysMin write SetSysMin Stored true; |
![]() |
property SysMax: Double read GetSysMax write SetSysMax Stored true; |
![]() |
property PLCMin: Double read GetPLCMin write SetPLCMin Stored true; |
![]() |
property PLCMax: Double read GetPLCMax write SetPLCMax Stored true; |
Description
Methods
Properties
![]() |
property SysMin: Double read GetSysMin write SetSysMin Stored true; |
: Minimum value of the system scale (output). |
![]() |
property SysMax: Double read GetSysMax write SetSysMax Stored true; |
: Maximum value of the device (PLC) scale (input). |
![]() |
property PLCMin: Double read GetPLCMin write SetPLCMin Stored true; |
: Minimum value of the device (PLC) scale (input). |
![]() |
property PLCMax: Double read GetPLCMax write SetPLCMax Stored true; |
: Maximum value of the device (PLC) scale (input). |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.