Skip to content

Commit 7be72bc

Browse files
committed
typos
1 parent b53f5e5 commit 7be72bc

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/18.opta-analog-expansion-plc-ide

1 file changed

+2
-2
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/18.opta-analog-expansion-plc-ide/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ The Opta™ Analog Expansion has **8x analog programmable outputs** accessible t
245245
| Analog output voltage | 0...11 V |
246246
| Analog output current | 0...25 mA |
247247

248-
***Due to power dissipation limitations, it is recommended to have up to 2 channels set at output at the same time. At 25°C of ambient temperature, all the 8x channels set as outputs have been tested at the same time while outputting more than 24 mA at 10 V each (>0.24W per channel).***
248+
***Due to power dissipation limitations, it is recommended to have up to 2 channels set at output at the same time. At 25°C of ambient temperature, all the 8x channels set as outputs have been tested at the same time while outputting more than 24 mA at 10 V each (>0.24 W per channel).***
249249

250250
### Analog Voltage Output Mode
251251

@@ -282,7 +282,7 @@ To set up an output in current mode, navigate to **Programmable Channels** under
282282

283283
Now you can easily control this output current in your program. For example in a **Structured Text** program:
284284

285-
- In the main code editor use the following sketch to set the output current, it will increase from 0 to 25 mA and then go back to 0 V.
285+
- In the main code editor use the following sketch to set the output current, it will increase from 0 to 25 mA and then go back to 0 mA.
286286

287287
```
288288
OUT1 := OUT1 + 10;

0 commit comments

Comments
 (0)