187
ifm
Programming Manual ecomatController/60-1 (CR711S) Operating System V2.5.0.n
2017-12-19
Glossary of Terms
>
D
Data type
Depending on the data type, values of different sizes can be stored.
Data type
min. value
max. value
size in the memory
BOOL
FALSE
TRUE
8 bits = 1 byte
BYTE
0
255
8 bits = 1 byte
WORD
0
65 535
16 bits = 2 bytes
DWORD
0
4 294 967 295
32 bits = 4 bytes
SINT
-128
127
8 bits = 1 byte
USINT
0
255
8 bits = 1 byte
INT
-32 768
32 767
16 bits = 2 bytes
UINT
0
65 535
16 bits = 2 bytes
DINT
-2 147 483 648
2 147 483 647
32 bits = 4 bytes
UDINT
0
4 294 967 295
32 bits = 4 bytes
REAL
-3.402823466 • 10
38
3.402823466 • 10
38
32 bits = 4 bytes
ULINT
0
18 446 744 073 709 551 615
64 Bit = 8 Bytes
STRING
number of char. + 1
>
DC
D
irect
C
urrent
>
Diagnosis
During the diagnosis, the "state of health" of the device is checked. It is to be found out if and what
→faults are given in the device.
Depending on the device, the inputs and outputs can also be monitored for their correct function.
- wire break,
- short circuit,
- value outside range.
For diagnosis, configuration and log data can be used, created during the "normal" operation of the
device.
The correct start of the system components is monitored during the initialisation and start phase.
Errors are recorded in the log file.
For further diagnosis, self-tests can also be carried out.
>
Dither
Dither is a component of the
→PWM signals to control hydraulic valves. It has shown for
electromagnetic drives of hydraulic valves that it is much easier for controlling the valves if the control
signal (PWM pulse) is superimposed by a certain frequency of the PWM frequency. This dither
frequency must be an integer part of the PWM frequency.
>
DLC
D
ata
L
ength
C
ode = in CANopen the number of the data bytes in a message.
For
→SDO: DLC = 8
>