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/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/plc-ide-setup-license/content.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The first one will install all the required drivers, libraries and cores that yo
50
50
51
51
Before installing the Arduino PLC IDE you need to install all the required tools to make it work on your computer. Once you have downloaded the Arduino PLC IDE Tools executable, double-click on it and follow the installation instructions.
52
52
53
-
Once the installation is finished, all the required drivers, libraries and arduino cores will be installed and ready to be used. Your computer is now ready to install the Arduino PLC IDE.
53
+
Once the installation is finished, all the required drivers, libraries and Arduino cores will be installed and ready to be used. Your computer is now ready to install the Arduino PLC IDE.
54
54
55
55
***It is possible that during the installation some windows terminals will be opened and closed by the installation program. Do not worry about it, those windows are required by the program to install all the tools that your computer needs**
56
56
@@ -114,7 +114,7 @@ After you click the **Activate** button, it will use the license and attach it t
Once the board has been activated, it is recommended to get the **Hardware-ID** of your device. To do it follow the next steps:
120
120
- Be sure that your device is disconnected from the Arduino PLC IDE.
@@ -135,8 +135,6 @@ Open the **Watch** window by clicking on "View > Tool Windows > Watch", it will
135
135
136
136
To add a new variable to be watched you can click the **Insert new item** button inside the window, it will open a popup window, on the name label insert "cnt", and on the location "main", click OK and it will add the variable `cnt` from the `main` program on the table or drag and drop the `cnt` variable from the **Project** tree or from the **Main** program.
137
137
138
-
TODO: ADD SCREEN SHOT(check folder) or GIF animation
139
-
140
138
Select the **Watch** window and click on the **Start/Stop watch button** unless the value of the variable is already getting updated.
0 commit comments