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 Support/PLC IDE/If-youre-having-trouble-connecting-a-device-to-PLC-IDE.md
+27-30Lines changed: 27 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,36 +10,30 @@ Learn what do to do if you having an issue using your device with PLC IDE.
10
10
11
11
In this article:
12
12
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)
15
16
-[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)
16
22
-[If you see an error when downloading](#if-you-see-an-error-when-downloading)
-["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)
43
37
44
38
### If you don't know which port to use
45
39
@@ -49,8 +43,13 @@ Connect to the internet and try the installation again. The installer requires a
49
43
50
44
Follow these steps:
51
45
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.
54
53
55
54
---
56
55
@@ -89,7 +88,6 @@ In this section:
89
88
-[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)
90
89
-[Error: “Unable to start the communication”](#error-unable-to-start-the-communication)
91
90
92
-
93
91
### If the "On-Line > Set up communications" and "On-line > Connect" options are disabled
94
92
95
93
These options are only available when a project is open. Select **File > New Project** to create a new project.
@@ -132,7 +130,6 @@ Solutions:
132
130
133
131
1. Create a new project and attempt to download the runtime again.
0 commit comments