Skip to content

Commit 1245c31

Browse files
committed
Fix section anchor links
1 parent 31e6e7a commit 1245c31

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/Software Support/PLC IDE/If-PLC-IDE-isnt-working-with-your-Opta-or-Portenta-Machine-Control.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,17 @@ Follow these steps:
149149

150150
## If you see an error when programming the device {#if-you-see-an-error-when-programming-the-device}
151151

152+
153+
152154
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.
153155

154156
In this section:
155157

156-
- [Error: "Cannot download sketch file error code: 1"](#error-cannot-download-sketch-file-error-code-1)
158+
- [Error pop-up: "Cannot download sketch file error code: 1"](#error-cannot-download-sketch-file-error-code-1)
157159
- [Cannot generate profile file error message: Error: Path not found](#cannot-generate-profile-file-error-message-error-path-not-found)
158160
- [Error: invalid path creating config dir](#error-invalid-path-creating-config-dir)
159161
- [“Error” in the bottom right corner on first use of the board](#error-in-the-bottom-right-corner-on-first-use-of-the-board)
160-
- [Cannot compile Sketch file (error code: -1)](#cannot-compile-sketch-file)
162+
- [Cannot compile Sketch file error code: -1](#cannot-compile-sketch-file)
161163

162164
> [!NOTE]
163165
> 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).
@@ -171,7 +173,7 @@ In this section:
171173
> - `C:\Program Files\Arduino PLC IDE Tools`
172174
> - `%LOCALAPPDATA%\T`
173175
174-
### Error pop-up: "Cannot download sketch file (error code: 1)"
176+
### Error pop-up: "Cannot download sketch file (error code: 1)" {#error-cannot-download-sketch-file-error-code-1}
175177

176178
This error may occur when attempting to download the runtime sketch.
177179

@@ -235,7 +237,7 @@ Follow these steps:
235237
2. [Reformat the QSPI flash memory](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices).
236238
3. Reinstall the runtime and try again.
237239

238-
### Cannot compile Sketch file (error code: -1)
240+
### Cannot compile Sketch file (error code: -1) {#cannot-compile-sketch-file}
239241

240242
This means there is a syntax error in the Arduino Sketch.
241243

0 commit comments

Comments
 (0)