PARR, PARI, PARB – Blocks with input-defined parameter

Block SymbolsLicensing group: STANDARD
PIC PIC PIC

Function Description
The PARR, PARI and PARB blocks allow, additionally to the standard way of parameters setting, changing one of their parameters by the input signal. The input-parameter pairs are p and par for the PARR block, ip and ipar for the PARI block and finally P and PAR for the PARB block.

The Boolean input LOC (LOCal) determines whether the value of the par (or ipar, PAR) parameter is read from the input p (or ip, P) or is input-independent (LOC = on). In the local mode LOC = on the parameter par (or ipar, PAR) contains the last value of input p (or ip, P) entering the block right before LOC was set to on.

The output value is equivalent the value of the parameter y= par, (or k= ipar, Y= PAR). The output of the PARR and PARI blocks can be additionally constrained by the saturation limits lolim,hilim. The saturation is active only when SATF = on.

Inputs

p

Parameter value (the PARR block)

double

ip

Parameter value (the PARI block)

long

P

Parameter value (the PARB block)

bool

LOC

Activation of local mode

bool

off ..

The parameter follows the input

on ...

Local mode active

Output

y

Logical output of the PARR block

double

k

Logical output of the PARI block

long

Y

Logical output of the PARB block

bool

Parameter

par

Initial value of the parameter (the PARR block)  1.0

double

ipar

Initial value of the parameter (the PARI block)  1

long

PAR

Initial value of the parameter (the PARB block)  on

bool

SATF

Activation of the saturation limits for the PARR and PARI blocks

bool

off ..

Signal not limited

on ...

Saturation limits active

hilim

Upper limit of the output signal (the PARR and PARI blocks)  1.0

double

lolim

Lower limit of the output signal (the PARR and PARI blocks)  -1.0

double