Skip to content

Commit f06451b

Browse files
committed
Content updated
1 parent eb9461a commit f06451b

File tree

1 file changed

+2
-4
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/plc-ide-setup-license

1 file changed

+2
-4
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/plc-ide-setup-license/content.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The first one will install all the required drivers, libraries and cores that yo
5050

5151
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.
5252

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.
5454

5555
***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**
5656

@@ -114,7 +114,7 @@ After you click the **Activate** button, it will use the license and attach it t
114114

115115
![Activation succeed](assets/connectedAndActivated.png)
116116

117-
### 7. Getting the Hardware-ID of your device
117+
### 7. Getting the Hardware-ID of your Device
118118

119119
Once the board has been activated, it is recommended to get the **Hardware-ID** of your device. To do it follow the next steps:
120120
- 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
135135

136136
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.
137137

138-
TODO: ADD SCREEN SHOT(check folder) or GIF animation
139-
140138
Select the **Watch** window and click on the **Start/Stop watch button** unless the value of the variable is already getting updated.
141139

142140
## Conclusions

0 commit comments

Comments
 (0)