GB - 16
COMBICONTROL
2.8 Multi-function switch/button S1
The multi function switch/button is constructed as follows:
run (switch)
stop/reset
clear (button)
The button S1 is assigned with the following functions
Activity Function
Stop --> Run Program is started
Run --> Stop Programm is stopped, all variables are resetted
(reset warm)
Stop --> Clear and hold (> 3 s) until
ERROR LED lights
After releasing the switch all retain variables are
resetted (reset cold)
Stop --> Clear and hold (> 10 s) until
ERROR and RUN LED light
All variables and the boot project are cleared (re-
set origin) after releasing the button.
2.9 File system
The le system consists of an internal ash memory (drive C:). Access can occur via CoDeSys
or directly from the program of the control.
Internalashmemory
This memory is accessed as drive C: and the boot project can be stored, which is automatically
loaded and started when switching on. Any other les (documentation, download lists, prescrip-
tions, etc.) can be stored and read here. The following particularities must be observed:
• Access is possible only to les in the root directory.
• Only short le names (8.3 format) are possible.
• Reading takes place with high speed and can occur also at any time in the time-critical
cyclic operating modes of the control.
• Writing occurs at a slow rate, because the ash must be programmed here. Any data can
be written if the control is in stop condition, but only one le can be opened for writing. If
the control is in run condition, only blocks of max. 32KByte can be written into the opened
le. As soon as this block was completely stored in the background the next data can be
written.
• Data is not physically deleted. First they are internal marked as deleted. Thus the free availa-
ble memory space decreases. The command "leformat" can be used via the CoDeSys PLC
browser. Thus the complete memory is formatted again. All data is irrevocable deleted.
• The deleted memory space can be make available again with the command "lecleanup"
without reformatting.