Skip to content

Commit ab5c326

Browse files
committed
RTD section started
1 parent a8daabc commit ab5c326

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
192 KB
Loading

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3401,6 +3401,34 @@ Setting DAC output to 11 V on expansion n. 0
34013401

34023402
#### Analog RTD Input Mode
34033403

3404+
The Analog Expansion input channels can be used for temperature metering with **PT100** or **PT1000** RTDs.
3405+
3406+
| Characteristics | Details |
3407+
|-----------------|----------|
3408+
| Input range | 0...1 MΩ |
3409+
| Bias voltage | 2.5 V |
3410+
3411+
***2 wires RTDs can be connected to any of the eight channels.***
3412+
3413+
**3 Wires RTD Connection**
3414+
3415+
RTD with 3 wires has generally two wires with the same color.
3416+
3417+
- Connect the two wires with the same color to the - and the ICx screw terminals respectively.
3418+
- Connect the wire with a different color to the + screw terminal.
3419+
3420+
***3 wires RTD can only be measured by channels __I1__ and __I2__.***
3421+
3422+
![3 Wires RTD connection example](assets/rtd-3wires.png)
3423+
3424+
To perform measurements of an input terminal configured as RTD use built-in function `pinCurrent()` as shown below:
3425+
3426+
```arduino
3427+
float value = exp.pinCurrent(<input>);
3428+
```
3429+
3430+
The following example will let you measure the current in all the analog inputs of every expansion connected at once, this sketch is based on the built-in example found in **File > Examples > Arduino_Opta_Blueprint > Analog > ADC**:
3431+
34043432
### Programmable Outputs
34053433

34063434
#### Analog Voltage Output Mode

0 commit comments

Comments
 (0)