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: content/software/plc-ide/tutorials/plc-programming-introduction/content.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,10 +107,12 @@ Inside the **Tool window** you can drag and drop variables, or click the **Inser
107
107
### Library Management
108
108
109
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**.
110
+
110
111

112
+
111
113
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.
112
114
113
-
It is possible to find this information using the [Arduino Library List](https://www.arduinolibraries.info/) or by navigating manually to the local libraries directory and obtaining meta-data from 'library.properties' as a reference if you have the released library file locally.
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.**
114
116
115
117
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.
116
118
@@ -120,7 +122,6 @@ Once you have followed the previous steps, the libraries will be available for u
120
122
121
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/).***
122
124
123
-
124
125
## Sample Program
125
126
126
127
The program will be a simple counter, increasing the count by X over time.
0 commit comments