1 general signal processing, 1 programming fixed setpoints (l_fixset), General signal processing – Lenze DDS Function library Drive User Manual

Page 12: Programming fixed setpoints (l_fixset), Function library lenzedrive.lib

Advertising
background image

2.1.1

Programming fixed setpoints (L_FIXSET)

Function library LenzeDrive.lib

General signal processing

2−2

L

LenzeDrive.lib EN 1.7

2.1

General signal processing

2.1.1

Programming fixed setpoints (L_FIXSET)

You can program up to 15 fixed setpoints with this FB. The addressing of the setpoint that is to be
output is made through the boolean (logic) inputs.

Fixed setpoints can be used, for example, for:

·

Different set dancer positions in a dancer position control

·

Different stretch ratios (gearbox factor) when using a speed ratio control with digital frequency
coupling

anSollW1

anSollW15

anSollW2

DMUX

0

3

0

15

bIn1_b

FIXSET1...15

nOut_a

L_FIXSET

nAin_a

bIn2_b
bIn3_b
bIn4_b

Fig. 2−1

Programming fixed setpoints (L_FIXSET)

VariableName

DataType

SignalType

VariableType

Note

nAin_a

Integer

analog

VAR_INPUT

nAin_a is connected to nOut_a , if (bIn1_b ... bIn4_b)
FALSE is on all the selection inputs.

bIn1_b

Bool

binary

VAR_INPUT

The number of inputs to be assigned depends on the
number of required fixed setpoints.

bIn2_b

Bool

binary

VAR_INPUT

bIn3_b

Bool

binary

VAR_INPUT

bIn4_b

Bool

binary

VAR_INPUT

nOut_a

Integer

analog

VAR_OUTPUT

anSollW[1...15]

Array of integers

VAR CONSTANT RETAIN

Variable that can have fixed setpoints assigned to
them.

Parameter codes of the instances

VariableName

L_FIXSET1

SettingRange

Lenze

anSollW[1...15]

C0560/1 ... 15

−199.99 ... 199.99 %

0.00

Function

nOut_a can be used as a setpoint source (signal source) for another FB (e.g. process controller,
arithmetic block, etc.). The parameterization and handling is the same as for JOG, but it is
independent of JOG.

(

^ 2−73: L_NSET)

·

Parameterization of the fixed setpoints
– The individual fixed setpoints can be parameterized through anSollW1 ... anSollW15.

·

Output of the selected fixed setpoint:
– If the binary inputs are triggered with a HIGH signal, a fixed setpoint from the table is

switched to nOut_a .

(

^ 2−3)

·

Range:
– You can enter values from −199.99% ... 199.99% (100 % corresponds to 16384).

Advertising