Download Print this page

Danfoss MCO 305 Design Manual page 107

Hide thumbs Also See for MCO 305:

Advertisement

MCO 305 Design Guide
DELAY
Summary
Syntax
Parameter
Description
Command Group
Cross Index
Syntax Example
Program Sample
DELETE ARRAYS
Summary
Syntax
Description
Command Group
__ Software Reference __
Time delay
DELAY t
t = time delay in milliseconds (maximum MLONG)
The DELAY command leads to a defined program delay. This parameter gives the
delay time in milliseconds.
If an interrupt occurs during the delay time, then following the processing of the
interrupt procedure, the programmed delay will take place after the correct
inclusion of the interrupt time. Thus, the DELAY command gives a constant delay
time, independent of whether various interrupts have to be processed during the
programmed delay time.
If the interrupt requires more processing time than is available for the delay, then
the interruption procedure will be carried out to the end, before the command
following the DELAY instruction is commenced.
CON
WAITT, WAITI, WAITAX
DELAY 1000
/* 1 second delay */
DELAY_01.M
Delete all arrays in the RAM.
DELETE ARRAYS
With DELETE ARRAYS you can delete all arrays in the RAM without also deleting the
parameters etc. This command has the same effect as the menu command
Controller
Reset
Arrays.
NB!:
If you then execute a SAVE ARRAYS, the arrays in the EEPROM are also
overwritten!
NB!:
If DELETE ARRAYS is carried out after a DIM assignment in the program, it is then
no longer possible to access the array elements.
NB!:
If a program contains a DELETE ARRAYS command, there are no more arrays in
the RAM after the program is exited.
INI
®
MG.33.L4.02 – VLT
is a registered Danfoss trademark
107

Advertisement

loading