Skip to content

Commit ccbebf6

Browse files
committed
Updated temperature registers descriptions
1 parent e16db2f commit ccbebf6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

LabJack/LJM/ljm_constants.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tags": ["AIN", "CORE"],
5757
"streamable": true,
5858
"displayname": ["Analog In #"],
59-
"description": "T8 Only. Returns the temperature of the specified analog input. And saves AIN and temperature inputs for all channels."
59+
"description": "T8 Only. Returns the temperature of the specified analog input. And saves AIN and temperature inputs for all channels. For other devices, use TEMPERATURE_DEVICE_K."
6060
},
6161
{
6262
"address": 650,
@@ -78,7 +78,7 @@
7878
"tags": ["AIN", "CORE"],
7979
"streamable": true,
8080
"displayname": ["Analog In #"],
81-
"description": "T8 Only. Returns the saved temperature of the specified analog input."
81+
"description": "T8 Only. Returns the last read temperature of the specified analog input. For other devices, use TEMPERATURE_DEVICE_K."
8282
},
8383
{
8484
"address": 1000,
@@ -4433,7 +4433,8 @@
44334433
"devices": [
44344434
{
44354435
"device": "T8",
4436-
"fwmin": 1.0000
4436+
"fwmin": 0.0123,
4437+
"description": "This register is not supported on the T8, please use TEMPERATURE_DEVICE_K or TEMPERATURE#(0:7) to measure the temperature at an AIN terminal."
44374438
},
44384439
{
44394440
"device": "T7",
@@ -4457,7 +4458,8 @@
44574458
"devices": [
44584459
{
44594460
"device": "T8",
4460-
"fwmin": 1.0000
4461+
"fwmin": 1.0000,
4462+
"description": "The AIN0 temperature sensor connected to an LM94021 with GS=01 located right next to the AIN0 screw terminal."
44614463
},
44624464
{
44634465
"device": "T7",
@@ -4474,7 +4476,7 @@
44744476
"tags": ["AIN", "CORE"],
44754477
"streamable": false,
44764478
"displayname": ["Device Temperature [K]"],
4477-
"description": "Takes a reading from the internal temperature sensor using range=+/-10V and resolution=8, and applies the formula Volts*-92.6+467.6 to return kelvins."
4479+
"description": "Takes a reading from the internal temperature sensor and returns kelvins."
44784480
},
44794481
{
44804482
"address": 60091,
@@ -9131,6 +9133,7 @@
91319133
"2024.08.07.A Added a TDAC_NOT_INITIALIZED error code.",
91329134
"2024.11.11.A Updated the definitions of the _RANGE registers.",
91339135
"2024.12.04.A Fixed a grammatical issue.",
9136+
"2024.12.19.A Updated temperature register descriptions.",
91349137
"See https://github.com/labjack/ljm_constants for further comments.",
91359138
"End Of Comments"
91369139
]

0 commit comments

Comments
 (0)