Skip to content

Commit

Permalink
Merge pull request #1 from simatic-ax/chore/clean_readme_files
Browse files Browse the repository at this point in the history
remove empty readme
  • Loading branch information
sjuergen authored Nov 26, 2024
2 parents 0f5294f + 7347845 commit 55c2367
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 36 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/.apax
**/node_modules
/.vs
**/node_modules
Empty file removed 00_introduction/README.md
Empty file.
18 changes: 15 additions & 3 deletions 00_introduction/slides/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,21 @@ mouseWheel: true,

---

# Overview
In this introductory course you will learn everything required to get started with the new engineering environment **SIMATIC AX**.
Regardless if you are coming from TIA Portal or are starting new in the SIMATIC environment, this learning path will guide you through the journey.
<h1>Overview</h1>


<div class="flex-col justify-center">
<p>
In this introductory course you will learn everything required to get started with the new engineering environment <strong>SIMATIC AX</strong>.
Regardless if you are coming from TIA Portal or are starting new in the SIMATIC environment, this learning path will guide you through the journey.
<br>
<br>
To navigate between chapters (pages), please use the left/right arrows. To see more chapter content, use the up/down arrows when available. For a detailed overview of the controls, press F1 at any time of the presenation.
<br>
<br>
To exit <strong>apax present</strong> in the terminal, please use "ctrl" + "c".
</div>


---

Expand Down
Empty file.
Empty file removed 02_first_ax_project/README.md
Empty file.
Empty file removed 03_loading_and_debugging/README.md
Empty file.
17 changes: 0 additions & 17 deletions 04_introduction_to_st/readme.md

This file was deleted.

24 changes: 9 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,11 @@ 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 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
Empty file removed 05_oop_in_st/README.md
Empty file.
Empty file removed 06_unit_testing/README.md
Empty file.
Empty file.
Empty file removed 08_package_management/README.md
Empty file.

0 comments on commit 55c2367

Please sign in to comment.