Class TUserScale
Unit
Declaration
type TUserScale = class(TScaleProcessor)
Description
Classe para processamento de escalas personalizaveis pelo usuário.
:
Hierarchy
- TComponent
- TScaleProcessor
- TUserScale
Overview
Methods
![]() |
function SetInGetOut(Sender:TComponent; Entrada:Double):Double; override; |
![]() |
function SetOutGetIn(Sender:TComponent; Saida:Double):Double; override; |
Properties
![]() |
property OnPLCToUser: TScaleEvent read PPLCToUser write PPLCToUser; |
![]() |
property OnUserToPLC: TScaleEvent read PUserToPLC write PUserToPLC; |
Description
Methods
![]() |
function SetInGetOut(Sender:TComponent; Entrada:Double):Double; override; |
: See also |
![]() |
function SetOutGetIn(Sender:TComponent; Saida:Double):Double; override; |
: See also |
Properties
![]() |
property OnPLCToUser: TScaleEvent read PPLCToUser write PPLCToUser; |
: Event called from procedure SetInGetOut to allow the developer make your own scale. The value is comming from device and going to final user. The event paremeters are the fallowing: Sender => Scale that call the conversion. Input => Value comming from device. Output => Converted value. |
![]() |
property OnUserToPLC: TScaleEvent read PUserToPLC write PUserToPLC; |
: Event called from procedure SetOutGetIn to allow the developer make your own scale. The value is comming from the user (a tag write) and going to device. The event paremeters are the fallowing: Sender => Scale that call the conversion. Input => Value comming from user. Output => Converted value to sent to device. |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.