Skip to content

Commit ad51d39

Browse files
Revisions from review
1 parent b6bd683 commit ad51d39

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started

1 file changed

+4
-4
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Opta has dedicated terminals for power supply located in the upper part of Opta
201201

202202
![Connect these pins to drive the relays on the Opta](assets/opta-voltage-pins.png)
203203

204-
*** These terminals are polarized, it is therefore mandatory to strictly respect the power supply polarity by connecting the positive connector of the power supply to "+" and the negative to "-". ***
204+
***These terminals are polarized, it is therefore mandatory to strictly respect the power supply polarity by connecting the positive connector of the power supply to "+" and the negative to "-".***
205205

206206
The entire sketch can be found below, copy it into your IDE and upload it to your device.
207207

@@ -255,13 +255,13 @@ void loop() {
255255
}
256256
```
257257

258-
*** Important: It is not possible to program the Opta while it is being powered with the power pins. You would need to disconnect the power supply, upload the program and then connect the power again. ***
258+
***Important: It is not possible to program the Opta while it is being powered with the power pins. You would need to disconnect the power supply, upload the program and then connect the power again.***
259259

260260
### Using Opta's Inputs
261261

262262
Opta has 8 input pins that can be programmed to be used as analog or digital. The mapping between the marking on the Opta physical terminals (I1 to I8) and their definition in the core can be found below:
263263

264-
| Physical terminal | Defenition in core |
264+
| Physical terminal | Definition in core |
265265
| ----------------- | ------------------ |
266266
| I1 | A0 |
267267
| I2 | A1 |
@@ -337,7 +337,7 @@ It is possible to use the Opta with the Arduino Cloud. To set up the Opta to the
337337

338338
## Conclusion
339339

340-
This tutorial went through the basics of the Opta. Now you should know how to program the LEDs on the board. We also showed how to program the programmable button on the device. The analog inputs and the out relays were also covered. After going through this tutorial you should be ready to go into the other Opta tutorials and learn more about the device and its features.
340+
This tutorial went through the basics of the Opta device. Now you know how to program the LEDs of the PLC, use the user-programmable button to create additional modes and features, and program the relays and digital and analog inputs. With the additional connection of the Opta to the Arduino Cloud, Opta can be programmed online, create HMI interfaces accessible on any device, and even be updated through an OTA using professional encryption security.
341341

342342
### Next Steps
343343

0 commit comments

Comments
 (0)