@@ -2864,7 +2864,7 @@ The Analog Expansion input channels can be configured for current loop instrumen
2864
2864
| Channels | I1, I2, I3, I4, O1, I5, I6, O2 |
2865
2865
| Analog input current | 0...25 mA |
2866
2866
| 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) |
2868
2868
| Programmable current limit (per channel) | 0.5 mA to 24.5 mA (loop powered) |
2869
2869
| Accuracy | +/- 1% |
2870
2870
| Repeatability | +/- 1% |
@@ -3023,7 +3023,7 @@ The expansion channels are configured as **analog current inputs** using the fun
3023
3023
AnalogExpansion::beginChannelAsAdc(OptaController, // the expansion object
3024
3024
i, // the device (connected expansion index from 0 to 5)
3025
3025
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)
3027
3027
false, // enable pull down
3028
3028
false, // disable rejection
3029
3029
false, // disable diagnostic
@@ -3770,7 +3770,7 @@ The Analog Expansion has 4x PWM output channels **(P1...P4)**. They are software
3770
3770
| One output writing time | ~ 700 µs |
3771
3771
3772
3772
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 )
3774
3774
3775
3775
To configure a PWM output terminal use the built-in function ` setPWM() ` as shown below:
3776
3776
0 commit comments