Skip to content

Commit

Permalink
move readme text indo slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Sep 24, 2024
1 parent 8703b2d commit ec4bc82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 32 deletions.
17 changes: 0 additions & 17 deletions 04_introduction_to_st/readme.md

This file was deleted.

25 changes: 10 additions & 15 deletions 04_introduction_to_st/slides/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ mouseWheel: true,
<h2>Prerequisites</h2>
</header>

<div class="grid-two-col-eq">
<div class="flex-col justify-center">
<div class="flex-col justify-center">
<p>
Basic SCL programming knowledge
</p>
</div>
Basic SCL programming knowledge
<br>
<br>
The target audience for this training includes beginners and those transitioning from SCL who already have basic knowledge in SCL programming and wish to expand their skills in ST programming in SIMATIC AX.
</div>

---

<header class="slide_header">
Expand All @@ -45,16 +44,12 @@ mouseWheel: true,

<div class="flex-col justify-center">
<ul>
<li>ST Program</li>
<ul>
<li>Configuration & Tasks</li>
<li>Program organization units</li>
</ul>
<li>Namespaces</li>
<li>Control structures and function/block</li>
<li>Types</li>
<li>Understand the differences between SCL and ST: The training focuses on the key differences between the two languages, including syntax, data types, control structures, and function/block creation. This enables participants to leverage their existing knowledge in SCL and smoothly transition to ST programming in Siemens environments.</li>
<li>Understand the configuration and structure of an ST program: The training explains the structure of an ST program, which consists of a configuration and one or more Program Organization Units (POUs). It also covers tasks, global variables, and their usage within a program.</li>
<li>Understand Program Organization Units (POUs): The training explains the different types of POUs, such as programs, functions, and function blocks, and how they are used in an ST program to perform specific tasks.</li>
<li>Understand the usage of namespaces and functions/function blocks: The training explains the use of namespaces to structure code into separate areas and improve reusability.</li>
</ul>
<br><br>
<br><br>
<p>
<b>Hint:</b> All topics will be covered in the exercises of this chapter.
</p>
Expand Down

0 comments on commit ec4bc82

Please sign in to comment.