Skip to content

Commit 6916c48

Browse files
authored
Update ljm_constants.json
1 parent 3dc7dbd commit 6916c48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

LabJack/LJM/ljm_constants.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -2952,7 +2952,7 @@
29522952
"devices": [
29532953
{
29542954
"device": "T8",
2955-
"description": "Specify the maximum expected voltage. The T8 will select the best gain for the expected voltage. Maximum: ±11.0V, Minimum: ±0.018V"
2955+
"description": "Valid values/ranges: 0.0=Default → ±11V. 11.0 → ±11.0, 9.6 → ±9.6, 4.8 → ±4.8, 2.4 → ±2.4, 1.2 → ±1.2, 0.6 → ±0.6, 0.3 → ±0.3, 0.15 → ±0.15, 0.075 → ±0.075, 0.036 → ±0.036, and 0.018 → ±0.018"
29562956
},
29572957
{
29582958
"device": "T7",
@@ -2966,7 +2966,7 @@
29662966
"readwrite": "RW",
29672967
"default": 0,
29682968
"tags": ["AIN"],
2969-
"description": "The range/span of each analog input. Write the highest expected input voltage."
2969+
"description": "The range/span of a single analog input. Select the desired range by writing a value from the device specific list."
29702970
},
29712971
{
29722972
"address": 41000,
@@ -3119,7 +3119,7 @@
31193119
{
31203120
"device": "T8",
31213121
"fwmin": 1.0000,
3122-
"description": "Specify the maximum expected voltage. The T8 will select the best gain for the expected voltage. Maximum: ±11.0V, Minimum: ±0.018V"
3122+
"description": "Valid values/ranges: 0.0=Default → ±11V. 11.0 → ±11.0, 9.6 → ±9.6, 4.8 → ±4.8, 2.4 → ±2.4, 1.2 → ±1.2, 0.6 → ±0.6, 0.3 → ±0.3, 0.15 → ±0.15, 0.075 → ±0.075, 0.036 → ±0.036, and 0.018 → ±0.018"
31233123
},
31243124
{
31253125
"device": "T7",
@@ -3134,7 +3134,7 @@
31343134
"readwrite": "RW",
31353135
"default": 0,
31363136
"tags": ["AIN"],
3137-
"description": "A write to this global parameter affects all AIN. A read will return the correct setting if all channels are set the same, but otherwise will return -9999."
3137+
"description": "The range/span of a all analog inputs. Writing to this register will set the range for all analog inputs. Reading will return a range value if all channels are set to same range. Otherwise, -9999 will be returned."
31383138
},
31393139
{
31403140
"address": 43902,
@@ -9114,6 +9114,7 @@
91149114
"2024.07.09.A Added AIN_HEALTH register.",
91159115
"2024.07.15.A Updated STREAM_CLOCK_SOURCE to include ESS options.",
91169116
"2024.08.07.A Added a TDAC_NOT_INITIALIZED error code.",
9117+
"2024.11.11.A Updated the definitions of the _RANGE registers.",
91179118
"See https://github.com/labjack/ljm_constants for further comments.",
91189119
"End Of Comments"
91199120
]

0 commit comments

Comments
 (0)