You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 00_introduction/slides/slides.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,16 @@ mouseWheel: true,
17
17
18
18
<divclass="flex-col justify-center">
19
19
<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>
28
30
</div>
29
31
30
32
@@ -104,7 +106,7 @@ mouseWheel: true,
104
106
</code>
105
107
</pre>
106
108
<br>
107
-
<q><strong style="color: red">Note that this will install thirdparty 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>
108
110
<br>
109
111
<p>You can then start the presentation by navigating to the module directory (e.g. 00_introduction) in the commandline and entering:</p>
110
112
<br>
@@ -143,7 +145,7 @@ mouseWheel: true,
143
145
<h3>Exercises</h3>
144
146
</header>
145
147
<divclass="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>
147
149
<p>You can start the exercise by opening the folder in AX Code and following the README.md</p>
<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>
123
123
<p>Some examples for SIMATIC AX specific extensions:</p>
<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>
<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>
<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>
<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>
192
192
<p>You can also drag and drop the tab of the current editor and move it to the desired location</p>
<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>
0 commit comments