PLC Home | Components | Ports | Classes | Functions | Enumeratives | Global variables

PLC.ANALOG



COMPONENT ANALOG IS_A Base_Ana

ICON:


DESCRIPTION:
ANALOG component

PORTS:
NAME  TYPE  PARAMETERS  DIRECTION  CARDINALITY  DESCRIPTION  
PosR PORTS_LIB.analog_signal  (n = 1)  IN   Auto Position Request (%) 
feedback PORTS_LIB.analog_signal  (n = 1)  OUT   feedback position (%) 

DATA:
NAME  TYPE  DEFAULT  RANGE  DESCRIPTION  UNITS  
DeSpd REAL  20  Decrease Speed (%/s) %/s 
FoMoSt BOOLEAN   FALSE   Forced Mode Set  
FoV REAL   Forced value (%) 
InSpd REAL  20  Increase Speed (%/s) %/s 
Out_init REAL   Initial position (%) 
PMaxRan REAL  100  Maximum Output  
PMinRan REAL   Minimum Output  
PreConstraint REAL   Pre constraint on stem position (%) 

DECLS:
NAME  TYPE  INITIAL  RANGE  DESCRIPTION  UNITS  
Pos REAL    Position (%) 
s_stem REAL    Stem position(%) 
spd REAL    Current speed (%/s) %/s 
FORMULATION:



The component calculates the speed of the valve opening according to parameters such as the range of the valve, the increase in speed set by the user and the pre-constraint of the stem. The user can define a maximum percentage of opening and closing as well as define an increase in speed and decrease in speed




If the component is in forced mode, the output position is the value FoV defined by the user; if not, the output is the result value of the sequential block defined in the abstract component Base_ANA.

 





NOTE: click [+] for accessing the source code file
(Document generated automatically with EcosimPro Version 5.0.6 Date: 2012:11:12 Time: 19:39:44)