User Manual - Firmware 1.xxx-6.xxx Instruction Manual

Programming 6–61
StepLogic™ offers a degree of PLC functionality for simple applica-
tions. It consists of 7 frequency steps which can be stepped through
based on a number of factors. The frequency steps are programmed
into the [Preset Freq x] parameters (x = Current Step + 1). Each step
also has a time associated with it, [SLx Time]. The logic for each step
is defined by four StepLogic parameters.
[SLx Logic Step] – if true, will move the program to the next step.
[SLx Logic Jump] – if true, will jump to the step defined in [SL
Step Jump].
[SL Step Jump] – if both [SLx Logic Step] and [SLx Logic Jump]
are true, the program will jump to the step defined in this parame-
ter. [SLx Logic Jump] takes precedence over [SLx Logic Step].
[SLx Step Setting] – sets 4 functions of the step. Refer to the
parameter description on page 6–63
.
A valid Start command will cause the program to run and continue to
loop unless one of the steps causes the program to end, a Stop com-
mand is given or the Enable is opened. When the Enable is opened in
2-wire control, the drive will stop. When closed, the drive will restart
at the last step, if the Start is still closed. Note that in order to move to
a different step based on digital inputs, at least one input must change
state since the last step.
See Example below and Figure 6.1
.
Step
Logic
The Step Logic Parameters are only available with Firmware versions 5.001 and later.
No. Parameter Setting No. Parameter Setting
5 Freq Select 1 Step Logic 351 SL2 Time 0.00
158 CR1 Out Select Step Logic 352 SL2 Encoder Cnts 0
242 TB3 Term 22 Sel SL Input 1 353 SL3 Logic Step Step on Time
243 TB3 Term 23 Sel SL Input 2 354 SL3 Logic Jump SL2 not SL1
27 Preset Freq 1 20 (SL0) 355 SL3 Step Jump End Fault
28 Preset Freq 2 10 (SL1) 356 SL3 Step Setting 0111
29 Preset Freq 3 20 (SL2) 357 SL3 Time 0.00
30 Preset Freq 4 30 (SL3) 358 SL3 Encoder Cnts -10
31 Preset Freq 5 40 (SL4) 359 SL4 Logic Step All SL True
32 Preset Freq 6 50 (SL5) 360 SL4 Logic Jump Do Not Step
33 Preset Freq 7 60 (SL6) 361 SL4 Step Jump Jump to 2
335 SL0 Logic Step SL1 In True 362 SL4 Step Setting 0001
336 SL0 Logic Jump SL2 In True 363 SL4 Time 0.00
337 SL0 Step Jump Jump to 2 364 SL4 Encoder Cnts 0
338 SL0 Step Setting 0000 365 SL5 Logic Step Time and SL1
339 SL0 Time 0.00 366 SL5 Logic Jump SL2 In True
340 SL0 Encoder Cnts 0 367 SL5 Step Jump End Stop 2
341 SL1 Logic Step SL1 In True 368 SL5 Step Setting 1110
342 SL1 Logic Jump Time and SL2 369 SL5 Time 0.00
343 SL1 Step Jump Jump to 3 370 SL5 Encoder Cnts 15
344 SL1 Step Setting 0100 371 SL6 Logic Step SL1 In True
345 SL1 Time 10.00 372 SL6 Logic Jump SL2 In False
346 SL1 Encoder Cnts 0 373 SL6 Step Jump End Stop 1
347 SL2 Logic Step All SL True 374 SL6 Step Setting 0000
348 SL2 Logic Jump SL2 In True 375 SL6 Time 0.00
349 SL2 Step Jump Jump to 6 376 SL6 Encoder Cnts 0
350 SL2 Step Setting 0001