Skip to content

Commit 3d09591

Browse files
Update If-youre-having-trouble-connecting-a-device-to-PLC-IDE.md
1 parent 9a8954b commit 3d09591

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

content/Software Support/PLC IDE/If-youre-having-trouble-connecting-a-device-to-PLC-IDE.md

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,30 @@ Learn what do to do if you having an issue using your device with PLC IDE.
1010
1111
In this article:
1212

13-
- [If the PLC IDE installation fails](#if-the-plc-ide-installation-fails)
14-
- [If you can't find the serial port for your device]()
13+
- [If you can't find the serial port for your device{if-you-cant-find-the-serial-port-for-your-device}](#if-you-cant-find-the-serial-port-for-your-deviceif-you-cant-find-the-serial-port-for-your-device)
14+
- [If you don't know which port to use](#if-you-dont-know-which-port-to-use)
15+
- [If no COM port is available](#if-no-com-port-is-available)
1516
- [If you can't install the runtime](#if-you-cant-install-the-runtime)
17+
- [If nothing happens when downloading the runtime](#if-nothing-happens-when-downloading-the-runtime)
18+
- [If there is an error when installing the runtime](#if-there-is-an-error-when-installing-the-runtime)
19+
- [If you can't connect to the device](#if-you-cant-connect-to-the-device)
20+
- [If the "On-Line > Set up communications" and "On-line > Connect" options are disabled](#if-the-on-line--set-up-communications-and-on-line--connect-options-are-disabled)
21+
- [Error: “Unable to start the communication”](#error-unable-to-start-the-communication)
1622
- [If you see an error when downloading](#if-you-see-an-error-when-downloading)
23+
- [Error pop-up: "Cannot download sketch file error code: 1"](#error-pop-up-cannot-download-sketch-file-error-code-1)
24+
- [Cannot generate profile file error message: Error: Path not found](#cannot-generate-profile-file-error-message-error-path-not-found)
25+
- [Error: invalid path creating config dir](#error-invalid-path-creating-config-dir)
26+
- [“Error” in the bottom right corner on first use of the board](#error-in-the-bottom-right-corner-on-first-use-of-the-board)
1727
- [If there is an issue activating the license](#if-there-is-an-issue-activating-the-license)
1828

1929
---
2030

21-
## If the PLC IDE installation fails
31+
## If you can't find the serial port for your device
2232

2333
In this section:
2434

25-
- ["User cancelled installation"](#user-cancelled-installation)
26-
- ["Fatal error during installation"](#fatal-error-during-installation)
27-
28-
### "User cancelled installation"
29-
30-
This error occurs when the installation is interrupted before the Arduino IDE Tools Setup Wizard completes.
31-
32-
Restart the installation process and ensure you allow the Setup Wizard to finish without interruption.
33-
34-
### "Fatal error during installation"
35-
36-
This error typically appears when attempting to install the PLC IDE without an internet connection.
37-
38-
Connect to the internet and try the installation again. The installer requires an active connection to download the necessary components.
39-
40-
---
41-
42-
## If you can't find the serial port for your device{if-you-cant-find-the-serial-port-for-your-device}
35+
- [If you don't know which port to use](#if-you-dont-know-which-port-to-use)
36+
- [If no COM port is available](#if-no-com-port-is-available)
4337

4438
### If you don't know which port to use
4539

@@ -49,8 +43,13 @@ Connect to the internet and try the installation again. The installer requires a
4943

5044
Follow these steps:
5145

52-
1. Ensure your device is connected using a working data USB cable.
53-
2. Do a bootloader reset <!-- TODO -->
46+
1. Ensure your device is connected using a working data USB cable. Connect your board with a data USB cable, not a charging-only cable.
47+
1. Disconnect and reconnect your board to reset its power.
48+
1. Check for any system notifications that may prompt you to grant USB device permissions, and allow them if they appear.
49+
1. Confirm the cable is working by testing it with another device or trying a different cable.
50+
1. Connect the board directly to your computer instead of through a USB hub.
51+
1. If the board is still not detected, try a different USB port on your computer.
52+
1. Press the `RESET` button twice to put it into Bootloader mode. On the Opta, the button is located in a small hole, similar to those on a router, so you'll need a pointed object. On the PMC, it's a standard button that you can press directly.
5453

5554
---
5655

@@ -89,7 +88,6 @@ In this section:
8988
- [If the "On-Line > Set up communications" and "On-line > Connect" options are disabled](#if-the-on-line--set-up-communications-and-on-line--connect-options-are-disabled)
9089
- [Error: “Unable to start the communication”](#error-unable-to-start-the-communication)
9190

92-
9391
### If the "On-Line > Set up communications" and "On-line > Connect" options are disabled
9492

9593
These options are only available when a project is open. Select **File > New Project** to create a new project.
@@ -132,7 +130,6 @@ Solutions:
132130

133131
1. Create a new project and attempt to download the runtime again.
134132

135-
136133
### Cannot generate profile file (error message: Error: Path not found)
137134

138135
If you see this error, it means that the sketch.yaml file is missing from `C:\Users\<Profile-Name>\AppData\Local\T\sketch.yaml`.
@@ -147,8 +144,8 @@ This error can occur when the `arduino-cli.yaml` file is copied from another use
147144

148145
Do one of the following:
149146

150-
* Delete`arduino-cli.yaml` to use the standard Arduino CLI configuration.
151-
* Open `arduino-cli.yaml` in a text editor and change all paths to use your own user folder.
147+
- Delete`arduino-cli.yaml` to use the standard Arduino CLI configuration.
148+
- Open `arduino-cli.yaml` in a text editor and change all paths to use your own user folder.
152149

153150
### “Error” in the bottom right corner on first use of the board
154151

@@ -163,9 +160,9 @@ Follow these steps:
163160

164161
When activating the license you may see one of these errors:
165162

166-
* `Could not activate licenses for the following products: AIPC_Arduino_Opta`
167-
* `Error #29 activating AlPLC_Arduino_PMC: Generic parameters error`
168-
* `Could not activate licenses for the following products: AIPC_Arduino_PMC`
163+
- `Could not activate licenses for the following products: AIPC_Arduino_Opta`
164+
- `Error #29 activating AlPLC_Arduino_PMC: Generic parameters error`
165+
- `Could not activate licenses for the following products: AIPC_Arduino_PMC`
169166

170167
Try the following:
171168

0 commit comments

Comments
 (0)