Skip to content

Commit ce82a31

Browse files
committed
New article: Install the PLC runtime (HC-1638)
1 parent fea5e87 commit ce82a31

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Install the PLC runtime"
3+
---
4+
5+
The **PLC runtime** runs on your PLC device and enables the Arduino PLC IDE to communicate with it. Learn how to install the PLC runtime on your device.
6+
7+
---
8+
9+
> [!TIP]
10+
> Arduino PLC IDE lists only the COM port number for each connected device. Disconnect any unused USB devices and restart Arduino PLC IDE to make it easier to select the right port.
11+
12+
Follow these steps:
13+
14+
1. Create or open a project in PLC IDE.
15+
16+
1. Find the **Device configuration** panel:
17+
18+
![The Device configuration panel in Arduino PLC IDE.](img/plc-ide-configuration-panel-location.png)
19+
20+
1. If necessary, scroll down inside the configuration panel until you see the “**Other**” section:
21+
22+
![The Device configuration panel in Arduino PLC IDE. Scrolling down has revealed the "Other" section.](img/plc-ide-new-project-other.png)
23+
24+
1. Select the serial port for your device.
25+
26+
- If mulitple ports are available, try the one with the lower COM port number first.
27+
28+
- If you need help, see [Identify the serial ports of your PLC device](https://support.arduino.cc/hc/en-us/articles/16724283965596-Identify-the-serial-ports-of-your-PLC-device).
29+
30+
1. Click the **Download** button.
31+
32+
1. The runtime will be compiled and uploaded to the target device.
33+
34+
1. The process is complete when a line like this appears in the Resources tab of the **Output** panel:
35+
36+
```
37+
C:\Users\regular_user\Documents\TestProjectOpta\LLSketch\LLSketch.ino: sketch file downloaded
38+
```
225 KB
Loading
386 KB
Loading

0 commit comments

Comments
 (0)