Engineering via SICAM WEB
240
SICAM RTUs, User Manual SICAM CMIC
DC8-001-2.09, Edition 08.2016
5.2.1
Creating an Instruction List (IL)
The creation of an instruction list is only possible independently from the target device. For the
programming is an ASCII-Editor (for instance
Microsoft Notepad ®
) required.
Example
The instruction list must be stored as file type
.plc
.
For loading the program code into the target device please follow the instruction in section
You find the general specification of the programming language (IL) in the manual
SICAM
RTUs Common Functions System and Basic System Elements, chapter "Automation", section
"Restricted Open-/Closed-Loop Control Function", "Application Program", "Instruction List"
.
5.2.1.1 Structure of the Instruction List
The instruction list consists of 3 parts (in the following sequence):
•
Startup (
PLC_RESET
)
The startup part is run through once after a startup. Here all variables can be initialized,
that are required directly
after
startup and before the current initial image.
•
Initialization (
PLC_INIT
)
The initialization part is run through once after a startup. Here all variables can be initial-
ized, that are required directly
after
the current initial image and
before
the execution of
the cycle part.
•
Cycle (
PLC_START
)
The cycle part is run through cyclically (SICAM CMIC provides 1 task). The cycle time is
definable by means of a system variable.
Содержание SICAM CMIC
Страница 8: ...Preface 8 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 10: ...Open Source Software Used in SICAM CMIC 10 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 20: ...Table of Contents 20 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 Glossary 405 ...
Страница 46: ...Installation 46 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 62: ...Interfaces and Circuitry 62 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 102: ...Preparing the Engineering 102 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 130: ...Engineering via SICAM TOOLBOX II 130 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 334: ...Error Handling 334 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 386: ...Set Up Dial Up Connection via PPP 386 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 394: ...Install Security Certificate 394 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 404: ...Use Cases 404 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Страница 414: ...Glossary 414 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 X Z ...