Skip to content

Commit 7701bca

Browse files
authored
Update ljm_constants.json
1 parent 6615e19 commit 7701bca

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"registers": [
3535
{
3636
"address": 0,
37-
"name": "AIN#(0:254)",
37+
"name": "AIN#(0:249)",
3838
"type": "FLOAT32",
3939
"devices": [
4040
"T8",
@@ -2994,7 +2994,7 @@
29942994
},
29952995
{
29962996
"address": 40000,
2997-
"name": "AIN#(0:254)_RANGE",
2997+
"name": "AIN#(0:249)_RANGE",
29982998
"type": "FLOAT32",
29992999
"devices": [
30003000
{
@@ -3017,7 +3017,7 @@
30173017
},
30183018
{
30193019
"address": 42500,
3020-
"name": "AIN#(0:254)_NEGATIVE_RANGE",
3020+
"name": "AIN#(0:249)_NEGATIVE_RANGE",
30213021
"type": "FLOAT32",
30223022
"devices": [
30233023
{
@@ -3035,7 +3035,7 @@
30353035
},
30363036
{
30373037
"address": 41000,
3038-
"name": "AIN#(0:254)_NEGATIVE_CH",
3038+
"name": "AIN#(0:249)_NEGATIVE_CH",
30393039
"type": "UINT16",
30403040
"devices": [
30413041
{
@@ -3057,7 +3057,7 @@
30573057
},
30583058
{
30593059
"address": 41500,
3060-
"name": "AIN#(0:254)_RESOLUTION_INDEX",
3060+
"name": "AIN#(0:249)_RESOLUTION_INDEX",
30613061
"type": "UINT16",
30623062
"devices": [
30633063
{
@@ -3080,7 +3080,7 @@
30803080
},
30813081
{
30823082
"address": 42000,
3083-
"name": "AIN#(0:254)_SETTLING_US",
3083+
"name": "AIN#(0:249)_SETTLING_US",
30843084
"type": "FLOAT32",
30853085
"devices": [
30863086
{
@@ -5226,13 +5226,13 @@
52265226
},
52275227
{
52285228
"address": 50000,
5229-
"name": "AIN#(0:254)_BINARY",
5229+
"name": "AIN#(0:249)_BINARY",
52305230
"type": "UINT32",
52315231
"devices": ["T7","T4","T8"],
52325232
"readwrite": "R",
52335233
"tags": ["AIN"],
52345234
"streamable": false,
5235-
"altnames": ["AIN#(0:254)_BIN"],
5235+
"altnames": ["AIN#(0:249)_BIN"],
52365236
"description": "Returns the 24-bit binary representation of the specified analog input. If you prefer 16-bit representation, simply divide this by 256. This is for command-response only. Stream always returns binary and LJM applies cal constants, so the LJM config flag LJM_STREAM_AIN_BINARY is used to get binary values."
52375237
},
52385238
{
@@ -9260,6 +9260,7 @@
92609260
"2025.06.13.A Added Sub Stream registers and errors.",
92619261
"2025.06.19.A Changed IO_CONFIG registers from DEFAULT to BOOTUP.",
92629262
"2025.06.19.B Added Devices section to NEGATIVE_RANGE registers.",
9263+
"2025.06.19.C Changed AIN ranges from 0-254 to 0-249.",
92639264
"See https://github.com/labjack/ljm_constants for further comments.",
92649265
"End Of Comments"
92659266
]

0 commit comments

Comments
 (0)