186
ifm
Programming Manual ecomatController/60-1 (CR711S) Operating System V2.5.0.n
2017-12-19
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
>
CSI
CSI = Current Sinking
Current Sinking Input
In = connection of binary input n
(S) = sensor
Current Sinking Output
Qn = connection of output n
(L) = load
Binary input block diagram, plus-switching
for positive sensor signal
Input = open
Signal = Low (GND)
→ Low-Side Input (B
L
)
Output block diagram, minus-switching (B
L
)
for negative output signal
Low-Side Output (B
L
)
>
CSO
CSO = Current Sourcing
Current Sourcing Input
In = connection of binary input n
(S) = Sensor
Current Sourcing Output
Qn = connection of output n
(L) = load
Binary input block diagram, minus-switching
for negative sensor signal:
Input = open
Signal = High (Supply)
→ High-Side Input (B
H
)
Output block diagram, plus-switching
for positive output signal
High-Side Output (B
H
)
>
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.