IndustrialControlSystems.LinearSystems.Discrete.Functions

Functions

Information

Extends from IndustrialControlSystems.Icons.FunctionsPackage (Function package icon).

Package Content

NameDescription
IndustrialControlSystems.LinearSystems.Discrete.Functions.fIntegrator fIntegrator Function integrator
IndustrialControlSystems.LinearSystems.Discrete.Functions.fDerivator fDerivator Function derivator
IndustrialControlSystems.LinearSystems.Discrete.Functions.f1Pole f1Pole Function first order process : k/(1+s*tau)
IndustrialControlSystems.LinearSystems.Discrete.Functions.fCmplx fCmplx Function process with two complex poles
IndustrialControlSystems.LinearSystems.Discrete.Functions.f1p1z f1p1z Function lead lag process: k(1+sT1)/(1+sT2)
IndustrialControlSystems.LinearSystems.Discrete.Functions.f2p2z f2p2z Function of a process with oneintegrator, one pole and two zeroes: k(1+sT1)(1+sT2)/(1+sT3)s

IndustrialControlSystems.LinearSystems.Discrete.Functions.fIntegrator

Function integrator

Inputs

NameDescription
alfaParametro di discretizzazione
uCurrent input
u_prePrevious input
y_prePrevious output
TsSampling time [s]
kGain

Outputs

NameDescription
yOutput

IndustrialControlSystems.LinearSystems.Discrete.Functions.fDerivator

Function derivator

Inputs

NameDescription
alphadiscretisation parameter
uCurrent input
u_prePrevious input
y_prePrevious output
TsSampling time [s]
kGain

Outputs

NameDescription
yOutput

IndustrialControlSystems.LinearSystems.Discrete.Functions.f1Pole

Function first order process : k/(1+s*tau)

Inputs

NameDescription
alfaParametro di discretizzazione
uCurrent input
u_prePrevious input
y_prePrevious output
TsSampling time [s]
kGain
tauPole

Outputs

NameDescription
yOutput

IndustrialControlSystems.LinearSystems.Discrete.Functions.fCmplx

Function process with two complex poles

Inputs

NameDescription
alfaParametro di discretizzazione
uCurrent input
u_pre1Previous input
u_pre2ingresso a 2 passi precedente
y_pre1Previous output
y_pre2uscita a 2 passi precedente
TsSampling time [s]
muGain
xiSmorzamento
omeganNatural pulse

Outputs

NameDescription
yOutput

IndustrialControlSystems.LinearSystems.Discrete.Functions.f1p1z

Function lead lag process: k(1+sT1)/(1+sT2)

Inputs

NameDescription
alfaParametro di discretizzazione
T1Zero
T2Polo
uCurrent input
u_prePrevious input
y_prePrevious output
TsSampling time [s]
kGain

Outputs

NameDescription
yOutput

IndustrialControlSystems.LinearSystems.Discrete.Functions.f2p2z

Function of a process with oneintegrator, one pole and two zeroes: k(1+sT1)(1+sT2)/(1+sT3)s

Inputs

NameDescription
alphaParametro di discretizzazione
T1Zero
T2Zero
T3Polo
uCurrent input
u_pre1Previous input
u_pre2two steps ago input
y_pre1Previous output
y_pre2two steps ago output
TsSampling time [s]
muGain

Outputs

NameDescription
yOutput

Automatically generated Mon May 21 13:34:15 2012.