
4 Commissioning
Tip
To restart the controller, you can also copy an empty
reset.txt
file to the controller. This restarts
the controller. The
reset.txt
file is deleted on the next restart.
4.1.3.3 Structure of the configuration file
Comments
Lines that begin with a semicolon are ignored by the controller.
Example
; This is a comment line
Assignments
Note
Before setting a value, determine its data type (see chapter Description of the object dictionary)! The
controller does not validate entries for logical errors!
Values in the object dictionary can be set with the following syntax:
<Index>:<Subindex>=<Value>
<Index>
This value corresponds to the index of the object and is interpreted as a hexadecimal number. The
value must always be specified with four digits.
<Subindex>
This value corresponds to the subindex of the object and is interpreted as a hexadecimal number.
The value must always be specified with two digits.
<Value>
The value that is to be written in the object is interpreted as a hexadecimal number. Hexadecimal
numbers are to be prefixed with "
0x
".
Example
Set object 2031
h
:00 (rated current) to the value "600" (mA):
2031:00=600
Set object 3202
h
:00 to the value "8" (activate current reduction while at a standstill in open
loop mode):
3202:00=8
Version: 2.0.1 / FIR-v1650
25