en-us_commands:reference:pt100read
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en-us_commands:reference:pt100read [2026/09/07 21:52] – 만듦 - 바깥 편집 127.0.0.1 | en-us_commands:reference:pt100read [2026/09/14 20:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ===== Example ===== | ===== Example ===== | ||
| + | |||
| + | This example uses MPAINO-8A8R(T) with two F input modules. Select **Temperature Input Module → F2**. CH0 on F1 is '' | ||
| <code cpp> | <code cpp> | ||
| Line 21: | Line 23: | ||
| void loop() { | void loop() { | ||
| - | int pt0 = pt100Read(0); | + | |
| - | int pt4 = pt100Read(4); | + | |
| - | + | Serial.print(F("F1 CH0: ")); | |
| - | Serial.print(" | + | Serial.println(first / 10.0F, 1); |
| - | Serial.println(pt0); | + | Serial.print(F("F2 CH0: ")); |
| - | + | Serial.println(second / 10.0F, 1); | |
| - | Serial.print(" | + | |
| - | Serial.println(pt4); | + | |
| delay(500); | delay(500); | ||
| } | } | ||
| Line 40: | Line 39: | ||
| * Verify PT100 wiring and module connection order against the product manual and schematic. | * Verify PT100 wiring and module connection order against the product manual and schematic. | ||
| * If insufficient SRAM prevents creation of the internal '' | * If insufficient SRAM prevents creation of the internal '' | ||
| + | |||
| + | ===== Built-in Commands in the Same Category ===== | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| [[: | [[: | ||
en-us_commands/reference/pt100read.1788785569.txt.gz · Last modified: by 127.0.0.1
