193
ifm
Programming Manual
ecomatmobile
CabinetController (CR0301) Runtime System V05
2016-04-21
Glossary of Terms
>
CODESYS
CODESYS
®
is a registered trademark of 3S – Smart Software Solutions GmbH, Germany.
'CODESYS for Automation Alliance' associates companies of the automation industry whose hardware
devices are all programmed with the widely used IEC 61131-3 development tool CODESYS
®
.
Homepage
>
CSV file
CSV =
C
omma
S
eparated
V
alues (also:
C
haracter
S
eparated
V
alues)
A CSV file is a text file for storing or exchanging simply structured data.
The file extension is
.csv
.
Example:
Source table with numerical values:
value 1.0
value 1.1
value 1.2
value 1.3
value 2.0
value 2.1
value 2.2
value 2.3
value 3.0
value 3.1
value 3.2
value 3.3
This results in the following CSV file:
value 1.0;value 1.1;value 1.2;value 1.3
value 2.0;value 2.1;value 2.2;value 2.3
value 3.0;value 3.1;value 3.2;value 3.3
.
>
Cycle time
This is the time for a cycle. The PLC program performs one complete run.
Depending on event-controlled branchings in the program this can take longer or shorter.
>
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
Summary of Contents for Ecomat 100 Mobile CR0301
Page 212: ......