You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LabJack/LJM/ljm_constants.json
+8-5
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
"tags": ["AIN", "CORE"],
57
57
"streamable": true,
58
58
"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."
60
60
},
61
61
{
62
62
"address": 650,
@@ -78,7 +78,7 @@
78
78
"tags": ["AIN", "CORE"],
79
79
"streamable": true,
80
80
"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."
82
82
},
83
83
{
84
84
"address": 1000,
@@ -4433,7 +4433,8 @@
4433
4433
"devices": [
4434
4434
{
4435
4435
"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."
4437
4438
},
4438
4439
{
4439
4440
"device": "T7",
@@ -4457,7 +4458,8 @@
4457
4458
"devices": [
4458
4459
{
4459
4460
"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."
4461
4463
},
4462
4464
{
4463
4465
"device": "T7",
@@ -4474,7 +4476,7 @@
4474
4476
"tags": ["AIN", "CORE"],
4475
4477
"streamable": false,
4476
4478
"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."
4478
4480
},
4479
4481
{
4480
4482
"address": 60091,
@@ -9131,6 +9133,7 @@
9131
9133
"2024.08.07.A Added a TDAC_NOT_INITIALIZED error code.",
9132
9134
"2024.11.11.A Updated the definitions of the _RANGE registers.",
9133
9135
"2024.12.04.A Fixed a grammatical issue.",
9136
+
"2024.12.19.A Updated temperature register descriptions.",
9134
9137
"See https://github.com/labjack/ljm_constants for further comments.",
0 commit comments