IFM Electronic CR0403 Programming Manual page 214

Hide thumbs Also See for CR0403:
Table of Contents

Advertisement

ifm
Programming Manual
ecomatmobile
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 →
www.codesys.com
>
CSV file
CSV = Comma Separated Values (also: Character Separated Values)
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 2.0
value 2.1
value 3.0
value 3.1
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
BOOL
FALSE
BYTE
WORD
DWORD
SINT
-128
USINT
INT
-32 768
UINT
DINT
-2 147 483 648
UDINT
REAL
-3.402823466 • 10
ULINT
STRING
>
DC
Direct Current
BasicController (CR0403) Runtime System V03.02
value 1.2
value 2.2
value 3.2
max. value
TRUE
0
255
0
65 535
0
4 294 967 295
127
0
255
32 767
0
65 535
2 147 483 647
0
4 294 967 295
3.402823466 • 10
38
0
18 446 744 073 709 551 615
value 1.3
value 2.3
value 3.3
size in the memory
8 bits = 1 byte
8 bits = 1 byte
16 bits = 2 bytes
32 bits = 4 bytes
8 bits = 1 byte
8 bits = 1 byte
16 bits = 2 bytes
16 bits = 2 bytes
32 bits = 4 bytes
32 bits = 4 bytes
32 bits = 4 bytes
38
64 Bit = 8 Bytes
number of char. + 1
214
2015-04-01
.
®

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents