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
* Title change
* Expand troubleshooting for connection error
* Update filename to match title
* Add section for compilation error
* Add tip about antivirus
* Add heading ids to fix TOC
Copy file name to clipboardexpand all lines: content/Software Support/PLC IDE/If-PLC-IDE-isnt-working-with-your-Opta-or-Portenta-Machine-Control.md
+42-14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "If PLC IDE isn't working with your device"
2
+
title: "If PLC IDE isn't working with your Opta or Portenta Machine Control"
3
3
id: 8824551178780
4
4
---
5
5
@@ -18,7 +18,7 @@ In this article:
18
18
19
19
---
20
20
21
-
## If you can't find the serial port for your device
21
+
## If you can't find the serial port for your device {#if-you-cant-find-the-serial-port-for-your-device}
22
22
23
23
In this section:
24
24
@@ -58,7 +58,7 @@ Try these steps in order. Refresh the list of ports after each step by selecting
58
58
59
59
---
60
60
61
-
## If there's an issue when you install the runtime
61
+
## If there's an issue when you install the runtime {#if-theres-an-issue-when-you-install-the-runtime}
62
62
63
63
In this section:
64
64
@@ -86,7 +86,7 @@ Follow these steps:
86
86
87
87
---
88
88
89
-
## If there's an issue when you connect to the device
89
+
## If there's an issue when you connect to the device {#if-theres-an-issue-when-you-connect-to-the-device}
90
90
91
91
Learn what to do if you are unable to connect to the device.
92
92
@@ -109,15 +109,27 @@ Unable to start the communication
109
109
Choose 'On-line / Set up communication' to configure it
110
110
```
111
111
112
-
Follow these steps:
112
+
Try again after each step:
113
113
114
-
1. Ensure the correct port is configured for the Modbus protocol:
115
-
1. Select **On-line > Set up communication**.
116
-
1. Click on **Properties** to open the Modbus configuration.
117
-
1. Under Communication, ensure the right **Port** is selected.
118
-
1. See the [If you can't find the serial port for your device](#if-you-cant-find-the-serial-port-for-your-device) section for help finding the right port.
119
-
1. Close other applications that may be using the port of your PLC device, such as the Serial Monitor in Arduino IDE.
120
-
1. Restart your computer.
114
+
1. Close other applications that may be using the port of your PLC device, such as the Serial Monitor in Arduino IDE. Alternatively, try restarting your computer.
115
+
1. Ensure the correct port is configured for the Modbus protocol.
116
+
117
+
Do one of the following:
118
+
119
+
- Reinstall the runtime in bootloader mode to automatically configure the port:
120
+
1. Double-press the RESET button.
121
+
1. If a green LED is pulsing, the device is now in bootloader mode.
122
+
1. Find the panel “<Devicename> Configuration” panel for your device:
123
+
1. If necessary, scroll down inside the configuration panel until you see the “Other” section.
124
+
1. Open the Port menu and select **Automatic (bootloader)**.
125
+
1. Click on **Download**.
126
+
1. The process is complete when a line like this appears in the **Resources tab** of the **Output** panel:
1. Click on **Properties** to open the Modbus configuration.
131
+
1. Under Communication, ensure the right **Port** is selected.
132
+
1. See the [If you can't find the serial port for your device](#if-you-cant-find-the-serial-port-for-your-device) section for help finding the right port.
121
133
122
134
### If PLC IDE becomes unresponsive when connecting to the device
123
135
@@ -135,7 +147,7 @@ Follow these steps:
135
147
136
148
---
137
149
138
-
## If you see an error when programming the device
150
+
## If you see an error when programming the device {#if-you-see-an-error-when-programming-the-device}
139
151
140
152
When there is an issue installing the runtime or downloading your code to the device, error messages may appear in the **Resources** tab of the **Output** console.
141
153
@@ -145,10 +157,20 @@ In this section:
145
157
-[Cannot generate profile file error message: Error: Path not found](#cannot-generate-profile-file-error-message-error-path-not-found)
> If you see a **dfu-util** warning or error that's not in this list, see [dfu-util errors when uploading (exit status 74)](https://support.arduino.cc/hc/en-us/articles/11011849739804-dfu-util-errors-when-uploading-exit-status-74).
151
164
165
+
<!-- Prevent MD028 linter rule from triggering -->
166
+
167
+
> [!IMPORTANT]
168
+
> Verify that the following paths are allowed by your antivirus software:
0 commit comments