EasyManuals Logo

Danfoss VLT 5000 Series Manual

Danfoss VLT 5000 Series
176 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #105 background imageLoading...
Page #105 background image
105
MG.10.J4.02 – VLT is a registered Danfoss trade mark
VLT
®
5000 SyncPos option
Software Reference
REPEAT .. UNTIL ..
The REPEAT..UNTIL construction enables any
number of repetitions of the enclosed program
section, dependent on abort criteria. The abort
criteria consist of one or more comparative proce-
dures and are always checked at the end of a
loop. As long as the abort criteria are not fulfilled,
the loop will be processed repeatedly.
Summary
Conditional loop with end criteria
(Repeat ... until condition fulfilled)
Syntax
REPEAT
UNTIL condition
Parameter
condition = Abort criteria
NB!
Because the abort criteria are checked at
the end of the loop, the commands within
the loop will be carried out at least once. To avoid
the possibility of an endless loop, the processed
commands within the loop must have a direct or
indirect influence on the result of the abort
monitoring.
Command group
CON
Cross Index
LOOP, WHILE
....
....
.. DO
....
....
.. ENDWHILE
Syntax-Example
REPEAT /* start loop */
command line 1
command line n
UNTIL (A != 1) /* Abort condition */
Program sample
REPEA_01.M
DIM_01.M, ONINT_01.M, OUT_01.M, INKEY_01.M
RST ORIGIN
A previously with SET ORIGIN set temporary zero
point can be erased by use of the RST ORIGIN
command. This means that all the following abso-
lute positioning commands (POSA) again refer to
the real zero point.
Summary
Erase temporary zero point
Syntax
RST ORIGIN
Command group
INI
Cross Index
SET ORIGIN, DEF ORIGIN, POSA
Syntax-Example
/* reset temporary zero point */
RST ORIGIN
Program sample
TORIG_01.M, OUT_01.M, VEL_01.M
SAVE part
If you alter array elements, axis parameters while
the program is running you can save the altered
values in the EEPROM with SAVE ARRAYS. To
save the range of global parameters and user
parameters (130–229) individually in the EEPROM,
use the command SAVE GLBPARS.
Summary
Save arrays, current axis parameters or global
parameters in the EEPROM
Syntax
SAVE part
part = ARRAYS
AXPARS
GLBPARS
Command group
INI
Cross Index
DELETE ARRAYS, SAVEPROM

Table of Contents

Other manuals for Danfoss VLT 5000 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Danfoss VLT 5000 Series and is the answer not in the manual?

Danfoss VLT 5000 Series Specifications

General IconGeneral
Frequency50/60 Hz
Cooling MethodForced Air Cooling
EnclosureIP20
Protection FeaturesOvercurrent, Overvoltage, Undervoltage, Overtemperature, Short Circuit
Communication InterfacesRS-485, Profibus
Enclosure RatingIP20

Related product manuals