Skip to content

Commit 0fadd7c

Browse files
committed
Tutorial content post-update
1 parent 48c052d commit 0fadd7c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

content/software/plc-ide/tutorials/plc-programming-introduction/content.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,19 @@ Inside the **Tool window** you can drag and drop variables, or click the **Inser
106106

107107
### Library Management
108108

109-
The PLC IDE manages the library add-on and usage differently from the traditional Arduino IDE. To add the desired library, go to **Resources** tab and click the **Libraries** listed under the **Sketch**.
109+
In contrast to the conventional Arduino IDE, the PLC IDE manages the library add-on and usage differently. To add the desired library, go to **Resources** tab and click the **Libraries** listed under the **Sketch**.
110110

111111
![Adding a library to the PLC IDE Arduino Sketch](assets/plcide-library-management.gif)
112112

113113
With the 'Sketch Libraries' window open, click the **Add** option and fill out the library name. You will have to fill in the needed library version as well.
114114

115-
It is possible to find this information using the [Arduino Library List](https://www.arduinolibraries.info/) or referencing the indexed library on your development environment. The information from local library can be obtained by navigating manually to the local libraries directory and accessing the meta-data from 'library.properties'. **Please make sure that it is a publicly released library and not with a custom profile, otherwise the PLC IDE won't be able to include the desired component.**
116-
117115
For example, if you want to add the 1.1.1 version of the 'Arduino_MachineControl' library, respective information must be introduced to its fields accordingly.
118116

119-
![Sketch Libraries window with Arduino_MachineControl library added](assets/plcide-sketch-libraries-added.png)
117+
It is possible to find this information using the [Arduino Library List](https://www.arduinolibraries.info/) or referencing the indexed library on your development environment if you have downloaded it to use within Arduino IDE. By navigating manually to the local libraries directory, you can access the meta-data from the 'library.properties' of the desired library.
120118

121-
Once you have followed the previous steps, the libraries will be available for use. A library of choice can be removed by clicking on the **Remove** option within the 'Sketch Libraries' window.
119+
***Currently only publicly available libraries can be added to the PLC IDE Arduino Sketch, and you can check its availability by searching in the [Arduino Library List](https://www.arduinolibraries.info/).***
122120

123-
***Currently only publicly available libraries can be added to the PLC IDE Arduino Sketch, and you can check them by searching in the [Arduino Library List](https://www.arduinolibraries.info/).***
121+
Once you have followed the previous steps, the libraries will be available for use. A library of choice can be removed by clicking on the **Remove** option within the 'Sketch Libraries' window.
124122

125123
## Sample Program
126124

0 commit comments

Comments
 (0)