Skip to content

Commit 76b016d

Browse files
committed
Julian final review fixes
1 parent 862b612 commit 76b016d

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual

1 file changed

+3
-3
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ The Analog Expansion input channels can be configured for current loop instrumen
28642864
| Channels | I1, I2, I3, I4, O1, I5, I6, O2 |
28652865
| Analog input current | 0...25 mA |
28662866
| Analog input LSB value | 381.5 nA |
2867-
| Short circuit current limit (per channel) | Min: 25 mA, Max 35 mA (externally powered). |
2867+
| Short circuit current limit (per channel) | Min: 25 mA, Max 35 mA (externally powered) |
28682868
| Programmable current limit (per channel) | 0.5 mA to 24.5 mA (loop powered) |
28692869
| Accuracy | +/- 1% |
28702870
| Repeatability | +/- 1% |
@@ -3023,7 +3023,7 @@ The expansion channels are configured as **analog current inputs** using the fun
30233023
AnalogExpansion::beginChannelAsAdc(OptaController, // the expansion object
30243024
i, // the device (connected expansion index from 0 to 5)
30253025
k, // the output channel you are using (0 to 7)
3026-
OA_CURRENT_ADC, // adc type (voltage input)
3026+
OA_CURRENT_ADC, // adc type (current input)
30273027
false, // enable pull down
30283028
false, // disable rejection
30293029
false, // disable diagnostic
@@ -3770,7 +3770,7 @@ The Analog Expansion has 4x PWM output channels **(P1...P4)**. They are software
37703770
| One output writing time | ~700 µs |
37713771

37723772

3773-
![Wiring to use the PWM outputs](assets/pwm-setup.png)
3773+
![Example of wiring to use the PWM outputs using Opta power voltage as **V<sub>PWM</sub>** as voltage reference](assets/pwm-setup.png)
37743774

37753775
To configure a PWM output terminal use the built-in function `setPWM()` as shown below:
37763776

0 commit comments

Comments
 (0)