Skip to content

Commit c598b6c

Browse files
theBadTsjuergen
authored andcommitted
first set of changes
1 parent dbae603 commit c598b6c

File tree

3 files changed

+117
-131
lines changed

3 files changed

+117
-131
lines changed

00_introduction/slides/slides.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ mouseWheel: true,
1717

1818
<div class="flex-col justify-center">
1919
<p>
20-
In this introductory course you will learn everything required to get started with the new engineering environment <strong>SIMATIC AX</strong>.
21-
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.
22-
<br>
23-
<br>
24-
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.
25-
<br>
26-
<br>
27-
To exit <strong>apax present</strong> in the terminal, please use "ctrl" + "c".
20+
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.
21+
</p>
22+
</br>
23+
<p>
24+
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.
25+
<p/>
26+
</br>
27+
<p>
28+
To exit <strong>apax present</strong> in the terminal, please use "ctrl" + "c".
29+
</p>
2830
</div>
2931

3032

@@ -104,7 +106,7 @@ mouseWheel: true,
104106
</code>
105107
</pre>
106108
<br>
107-
<q><strong style="color: red">Note that this will install third party software and is done on your own risk</strong></q>
109+
<q><strong style="color: red">Note that this will install "third-party" software and is done at your own risk</strong></q>
108110
<br>
109111
<p>You can then start the presentation by navigating to the module directory (e.g. 00_introduction) in the commandline and entering:</p>
110112
<br>
@@ -143,7 +145,7 @@ mouseWheel: true,
143145
<h3>Exercises</h3>
144146
</header>
145147
<div class="flex-col justify-center">
146-
<p>Some modules contain additional training material, where you can apply the skills you learned in a hands-on.</p>
148+
<p>Some modules contain additional training materials, that allow you to apply the skills you've learned through hands-on exercises.</p>
147149
<p>You can start the exercise by opening the folder in AX Code and following the README.md</p>
148150
</div>
149151
</div>

01_introduction_to_ax_code/slides/slides.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Introduction to the AX Code IDE
2+
title: Introduction to the SIMATIC AX Code IDE
33
progress: true
44
revealOptions:
55
transition: 'fade'
@@ -11,7 +11,7 @@ mouseWheel: true,
1111
| | |
1212
| -- | ----- |
1313
| 00 | Introduction to the workshop |
14-
| **01** | **Introduction to AX Code IDE** |
14+
| **01** | **Introduction to the SIMATIC AX Code IDE** |
1515
| 02 | Get started with your first AX Project |
1616
| 03 | Loading and Debugging |
1717
| 04 | Introduction to ST Programming |
@@ -51,7 +51,7 @@ mouseWheel: true,
5151
<div class="flex-col justify-center">
5252
<p>After you completed this training section you will </p>
5353
<ul>
54-
<li>have a rough overview about the AX Code IDE</li>
54+
<li>have a rough overview about the SIMATIC AX Code IDE</li>
5555
<li>have learned about:</li>
5656
<ul>
5757
<li>using the terminal</li>
@@ -67,14 +67,14 @@ mouseWheel: true,
6767

6868
<header class="slide_header">
6969
<h2>
70-
AX Code IDE
70+
SIMATIC AX Code IDE
7171
</h2>
7272
</header>
7373

7474
<div class="grid-two-col-foc-right">
7575
<div class="flex-col justify-center">
76-
<p>AX Code is an IDE based on Visual Studio Code, an immensly popular open source IDE created by Microsoft.</p>
77-
<p>AX Code adds a lot of specific functionality, that helps you write better ST code </p>
76+
<p>SIMATIC AX Code is an IDE based on Visual Studio Code, an immensly popular open source IDE created by Microsoft.</p>
77+
<p>The IDE has been enriched with Siemens specific functionality to support the user while engineering a PLC.</p>
7878
</div>
7979
<img src="./img/axcode.png" height=500 width=auto/>
8080
</div>
@@ -89,7 +89,7 @@ mouseWheel: true,
8989

9090
<div class="grid-two-col-foc-right">
9191
<div class="flex-col justify-center">
92-
<p>There are built in extensions like the source control via git.</p>
92+
<p>SIMATIC AX Code comes with a prefabricated set of extensions. Those extensions are available natively inside the IDE, e.g. GIT source control.</p>
9393
</div>
9494
<img src="./img/built-in-extensions.png" height=auto width=auto/>
9595
</div>
@@ -104,7 +104,7 @@ mouseWheel: true,
104104

105105
<div class="grid-two-col-foc-right">
106106
<div class="flex-col justify-center">
107-
<p>Furthermore you have access to the VSIX marketplace and can add your favorite extensions like GitLens.</p>
107+
<p>Furthermore you have access to the Open VSIX marketplace and may add your favorite extensions like GitLens.</p>
108108
</div>
109109
<img src="./img/marketplace.png" height=auto width=auto/>
110110
</div>
@@ -119,7 +119,7 @@ mouseWheel: true,
119119

120120
<div class="grid-two-col-foc-right">
121121
<div class="flex-col justify-center">
122-
<p>Beside the custom extensions there are AX specific extensions. Those are installed via the extension manager which is integrated into AX Code. The extension manager can also update the installed extensions automatically (optionally).</p>
122+
<p>Besides third-party extensions, there are also SIMATIC AX specific extensions. Those extensions are installed via the extension manager, which is integrated into SIMATIC AX Code. The extension manager can also update the installed extensions automatically (optionally).</p>
123123
<p>Some examples for SIMATIC AX specific extensions:</p>
124124
<ul>
125125
<li>ST (according IEC61131-3) syntax highlighting</li>
@@ -135,14 +135,14 @@ mouseWheel: true,
135135

136136
<header class="slide_header">
137137
<h2>
138-
Call functions in AX code
138+
Execute functionality in SIMATIC AX Code
139139
</h2>
140140
</header>
141141

142142
<div class="grid-two-col-foc-right">
143143
<div class="flex-col justify-center">
144-
<p>Press <code>F1</code> or <code>Ctrl + Shift + P</code> for quick access to nearly all functionalities of the AX IDE.</p>
145-
<p>Here you can search for the functionality you require</p>
144+
<p>While some of the functionalities of the extensions are accessible via the UI, you may access a more extended set of the functionalities via the command palette. To access them press <code>F1</code> or <code>Ctrl + Shift + P</code></p>
145+
<p>Here you can search for the functionality you require.</p>
146146
</div>
147147
<img src="./img/f1command.png" height=auto width=auto/>
148148
</div>
@@ -157,7 +157,7 @@ mouseWheel: true,
157157

158158
<div class="grid-two-col-foc-right">
159159
<div class="flex-col justify-center">
160-
<p>You can open a new terminal via the top bar: "Terminal" > "New Terminal". </p>
160+
<p>The IDE provides a built-in terminal that lets you access the file system and execute CLI commands and scripts inside. You can open a new terminal via the top bar: "Terminal" > "New Terminal". </p>
161161
</div>
162162
<img src="./img/apax-build.png" height=auto width=auto/>
163163
</div>
@@ -172,8 +172,8 @@ mouseWheel: true,
172172

173173
<div class="grid-two-col-foc-right">
174174
<div class="flex-col justify-center">
175-
<p>In the output window ou can take a look at outputs of various integrated tools. </p>
176-
<p>Note that the output is always specific to the tools and can be switched using the drop down menu on the right.</p>
175+
<p>To support the user in debugging extension specific behavior and errors, an output panel is available. In the output panel you can take a look at outputs of various integrated extensions. </p>
176+
<p>Note that the output panel is always specific to the extension selected and can be switched using the drop down menu on the right.</p>
177177
</div>
178178
<img src="./img/output.png" height=auto width=auto/>
179179
</div>
@@ -182,13 +182,13 @@ mouseWheel: true,
182182

183183
<header class="slide_header">
184184
<h2>
185-
Window Arrangement
185+
Window layout
186186
</h2>
187187
</header>
188188

189189
<div class="grid-two-col-foc-right">
190190
<div class="flex-col justify-center">
191-
<p>On the top right of AX Code you have the possibility to fully customize the layout of the windows.</p>
191+
<p>You may change the current layout of the IDE to your liking. On the top right inside of SIMATIC AX Code you have the possibility to fully customize the layout of the windows.</p>
192192
<p>You can also drag and drop the tab of the current editor and move it to the desired location</p>
193193
</div>
194194
<img src="./img/window-customization.PNG" height=150 width=auto/>
@@ -198,14 +198,14 @@ mouseWheel: true,
198198

199199
<header class="slide_header">
200200
<h2>
201-
Auto Safe
201+
Autosaving changes
202202
</h2>
203203
</header>
204204

205205
<div class="grid-two-col-foc-right">
206206
<div class="flex-col justify-center">
207-
<p>Recommendation: enable auto save.</p>
208-
<p>By default this option will be turned off and you have to manually safe the file every time you modify it. Files with unsafed modifications will be
207+
<p>When editing files inside the IDE, changes are not immediately mirrored back to your file system. Unsaved changes in a file won't be considered while executing any of the functionalities inside the IDE.</p>
208+
<p>Hence, we recommend to always enable auto save</p>
209209
</div>
210210
<img src="./img/autosave.png" height=60% width=auto/>
211211
</div>

0 commit comments

Comments
 (0)