From OpenSCADAWiki
Jump to: navigation, search
m (FuzzyBot moved page Translations:Libs/Main elements/79/en to Translations:Libs/Main graphical elements/79/en without leaving a redirect: Part of translatable page "Libs/Main elements".)
(Importing a new version from external source)
Line 16: Line 16:
 
| ed || Units || String || Input link || Parameter|ed ||   
 
| ed || Units || String || Input link || Parameter|ed ||   
 
|-
 
|-
| prec || Precision || Integer || Input link || Parametr|prec || Number of decimal places in value and set point of the PID.  
+
| prec || Precision || Integer || Input link || Parameter|prec || Number of decimal places in value and set point of the PID.  
 
|-
 
|-
 
| var || Variable || String || Input link || Parameter|var ||   
 
| var || Variable || String || Input link || Parameter|var ||   

Revision as of 10:51, 26 July 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Libs/Main graphical elements)
{{CntHdr|Linking and configuring the attributes}}
{| class="wikitable"
|-
! Identifier !! Name !! Type !! Configuration !! Configuration template !! Description
|-
| SHIFR || Parameter: code || String || Input link || Parameter|SHIFR ||
|-
| NAME || Parameter: code || String || Input link || Parameter|NAME ||
|-
| DESCR || Parameter: description || String || Input link || Parameter|DESCR ||
|-
| max || Parameter: scale maximum || Real || Input link || Parameter|max ||
|-
| min || Parameter: scale minimum || Real || Input link || Parameter|min ||
|-
| ed || Parameter: dimension of variable || String || Input link || Parameter|ed ||
|-
| prec || Parameter: precision || Integer || Input link || Parameter|prec || Number of digits after coma, placed in value and set-point of the PID.
|-
| var || Parameter: variable || Real || Input link || Parameter|var ||
|-
| var_addr || Parameter: variable address || Address || Input link || Parameter|var || Address for the trend building of the variable.
|-
| colspan="6" | ''PID-regulator''
|-
| auto_addr || Parameter: auto || Address || Input link || Parameter|auto || Address for the trend building of the mode "Auto".
|-
| sp || Parameter: set-point || Real || Input link || Parameter|sp ||
|-
| sp_addr || Parameter: set-point address || Address || Input link || Parameter|sp || Address for the trend building of the set-point.
|-
| out || Parameter: output || Real || Input link || Parameter|out ||
|-
| out_addr || Parameter: output address || Address || Input link || Parameter|out || Address for the trend building of the analog output.
|-
| Hdwn || Parameter: bottom output border || Real || Full link || Parameter|Hdwn || Limit the analog output value at the bottom.
|-
| Hup || Parameter: upper output border || Real || Full link || Parameter|Hup || Limit the analog output value at the top.
|-
| Kp || Parameter: gain coefficient || Real || Full link || Parameter|Kp ||
|-
| Ki || Parameter: coeff. of integration || Real || Full link || Parameter|Ki ||
|-
| Ti || Parameter: time of integration || Real || Full link || Parameter|Ti ||
|-
| Kd || Parameter: coeff. of differential || Real || Full link || Parameter|Kd ||
|-
| Td || Parameter: time of differentiation || Real || Full link || Parameter|Td ||
|-
| Tzd || Parameter: differential part lag time || Real || Full link || Parameter|Tzd ||
|-
| Zi || Parameter: insensitivity area || Real || Full link || Parameter|Zi ||
|-
| K1 || Parameter: input 1 coefficient || Real || Full link || Parameter|K1 ||
|-
| K2 || Parameter: input 2 coefficient || Real || Full link || Parameter|K2 ||
|-
| K3 || Parameter: input 3 coefficient || Real || Full link || Parameter|K3 ||
|-
| K4 || Parameter: input 4 coefficient || Real || Full link || Parameter|K4 ||
|-
| colspan="6" | ''Pulse PID-regulator''
|-
| impQdwn_addr || Parameter: address of impulse output down || Address || Input link || Parameter|impQdwn || Address for the trend building of the pulse output "Down".
|-
| impQup_addr || Parameter: address of impulse output up || Address || Input link || Parameter|impQup || Address for the trend building of the pulse output "Up".
|-
| KImpRfact || Parameter: rate factor || Real || Full link || Parameter|KImpRfact || Asymmetry in up and down pulse width generation.
|-
| TImpMin || Parameter: minimal impulse time || Integer || Full link || Parameter|TImpMin || Pulses are generated from the specified width.
|-
| TImpPer || Parameter: pulses period || Integer || Full link || Parameter|TImpPer || Periodicity of repetition of pulse generation.
|}
Translation{{CntHdr|Linking attributes}}
{| class="wikitable"
|-
! ID !! Parameter !! Data type !! Config !! Config template !! Description
|-
| SHIFR || Code || String || Input link || Parameter|SHIFR ||  
|-
| NAME || Name || String || Input link || Parameter|NAME ||  
|-
| DESCR || Description || String || Input link || Parameter|DESCR ||  
|-
| max || Scale maximum || Real || Input link || Parameter|max ||  
|-
| min || Scale minimum || Real || Input link || Parameter|min ||  
|-
| ed || Units || String || Input link || Parameter|ed ||  
|-
| prec || Precision || Integer || Input link || Parameter|prec || Number of decimal places in value and set point of the PID. 
|-
| var || Variable || String || Input link || Parameter|var ||  
|-
| var_addr || Variable address || Address || Input link || Parameter|var || Address for the trend's building of the value. 
|-
| colspan="6" | ''PID - regulator'' 
|-
| auto_addr || Mode || Address || Input link || Parameter|auto || Address for the "Automate" mode trend's building. 
|-
| sp || Set point || Real || Input link || Parameter|sp ||  
|-
| sp_addr || Set point address || Address || Input link || Parameter|sp || Address for the trend's building of the set point. 
|-
| out || Out || Real || Input link || Parameter|out ||  
|-
| out_addr || Out address || Address || Input link || Parameter|out || Address for the trend's building of the analog output. 
|-
| Hdwn || Bottom output border || Real || Full link || Parameter|Hdwn || Restricting the values of the analog output on the bottom. 
|-
| Hup || Top output border || Real || Full link || Parameter|Hup || Restricting the values of the analog output on the top. 
|-
| Kp || Gain coefficient || Real || Full link || Parameter|Kp ||  
|-
| Ki || Coeff. of integration || Real || Full link || Parameter|Ki ||  
|-
| Ti || Integration time || Real || Full link || Parameter|Ti ||  
|-
| Kd || Coeff. of differential || Real || Full link || Parameter|Kd ||  
|-
| Td || Differentiation time || Real || Full link || Parameter|Td ||  
|-
| Tzd || Differential part lag time || Real || Full link || Parameter|Tzd ||  
|-
| Zi || Insensitivity area || Real || Full link || Parameter|Zi ||  
|-
| K1 || Input 1 coefficient || Real || Full link || Parameter|K1 ||  
|-
| K2 || Input 2 coefficient || Real || Full link || Parameter|K2 ||  
|-
| K3 || Input 3 coefficient || Real || Full link || Parameter|K3 ||  
|-
| K4 || Input 4 coefficient || Real || Full link || Parameter|K4 ||  
|-
| colspan="6" | ''Pulse PID - regulator'' 
|-
| impQup_addr || Address of impulse output up || Address || Input link || Parameter|impQup ||  Address for the trend's building of the pulse output "Up". 
|-
| impQdwn_addr || Address of impulse output down || Address || Input link || Parameter|impQdwn || Address for the trend's building of the pulse output "Down". 
|-
| KImpRfact || Rate factor || Real || Full link || Parameter|KImpRfact || The asymmetry in the generation of pulse-width up and down. 
|-
| TImpMin || Minimal impulse time || Integer || Full link || Parameter|TImpMin || There will be generated impulses, starting with the specified width. 
|-
| TImpPer || Impulses period || Integer || Full link || Parameter|TImpPer || Frequency of repetition of pulse generation. 
|}

Linking attributes

ID Parameter Data type Config Config template Description
SHIFR Code String Input link Parameter|SHIFR
NAME Name String Input link Parameter|NAME
DESCR Description String Input link Parameter|DESCR
max Scale maximum Real Input link Parameter|max
min Scale minimum Real Input link Parameter|min
ed Units String Input link Parameter|ed
prec Precision Integer Input link Parameter|prec Number of decimal places in value and set point of the PID.
var Variable String Input link Parameter|var
var_addr Variable address Address Input link Parameter|var Address for the trend's building of the value.
PID - regulator
auto_addr Mode Address Input link Parameter|auto Address for the "Automate" mode trend's building.
sp Set point Real Input link Parameter|sp
sp_addr Set point address Address Input link Parameter|sp Address for the trend's building of the set point.
out Out Real Input link Parameter|out
out_addr Out address Address Input link Parameter|out Address for the trend's building of the analog output.
Hdwn Bottom output border Real Full link Parameter|Hdwn Restricting the values of the analog output on the bottom.
Hup Top output border Real Full link Parameter|Hup Restricting the values of the analog output on the top.
Kp Gain coefficient Real Full link Parameter|Kp
Ki Coeff. of integration Real Full link Parameter|Ki
Ti Integration time Real Full link Parameter|Ti
Kd Coeff. of differential Real Full link Parameter|Kd
Td Differentiation time Real Full link Parameter|Td
Tzd Differential part lag time Real Full link Parameter|Tzd
Zi Insensitivity area Real Full link Parameter|Zi
K1 Input 1 coefficient Real Full link Parameter|K1
K2 Input 2 coefficient Real Full link Parameter|K2
K3 Input 3 coefficient Real Full link Parameter|K3
K4 Input 4 coefficient Real Full link Parameter|K4
Pulse PID - regulator
impQup_addr Address of impulse output up Address Input link Parameter|impQup Address for the trend's building of the pulse output "Up".
impQdwn_addr Address of impulse output down Address Input link Parameter|impQdwn Address for the trend's building of the pulse output "Down".
KImpRfact Rate factor Real Full link Parameter|KImpRfact The asymmetry in the generation of pulse-width up and down.
TImpMin Minimal impulse time Integer Full link Parameter|TImpMin There will be generated impulses, starting with the specified width.
TImpPer Impulses period Integer Full link Parameter|TImpPer Frequency of repetition of pulse generation.