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/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ Opta has dedicated terminals for power supply located in the upper part of Opta
201
201
202
202

203
203
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 "-".***
205
205
206
206
The entire sketch can be found below, copy it into your IDE and upload it to your device.
207
207
@@ -255,13 +255,13 @@ void loop() {
255
255
}
256
256
```
257
257
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.***
259
259
260
260
### Using Opta's Inputs
261
261
262
262
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:
263
263
264
-
| Physical terminal |Defenition in core |
264
+
| Physical terminal |Definition in core |
265
265
| ----------------- | ------------------ |
266
266
| I1 | A0 |
267
267
| I2 | A1 |
@@ -337,7 +337,7 @@ It is possible to use the Opta with the Arduino Cloud. To set up the Opta to the
337
337
338
338
## Conclusion
339
339
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.
0 commit comments