Skip to content

Commit a478b48

Browse files
authored
Update ljm_constants.json
1 parent c99f93d commit a478b48

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2971,6 +2971,15 @@
29712971
"tags": ["AIN"],
29722972
"description": "The range/span of a single analog input. Select the desired range by writing a value from the device specific list."
29732973
},
2974+
{
2975+
"address": 42500,
2976+
"name": "AIN#(0:254)_NEGATIVE_RANGE",
2977+
"type": "FLOAT32",
2978+
"readwrite": "RW",
2979+
"default": 0,
2980+
"tags": ["AIN"],
2981+
"description": "Write 0: If the analog input supports a unipolar range which corresponds to the currently select range, then it will be set to unipolar. If unipoler is not supported, AIN_RANGE_INVALID will be returned. Reads will return the negative extent of the currently selected range."
2982+
},
29742983
{
29752984
"address": 41000,
29762985
"name": "AIN#(0:254)_NEGATIVE_CH",
@@ -3138,6 +3147,15 @@
31383147
"default": 0,
31393148
"tags": ["AIN"],
31403149
"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."
3150+
},
3151+
{
3152+
"address": 43900,
3153+
"name": "AIN_ALL_NEGATIVE_RANGE",
3154+
"type": "FLOAT32",
3155+
"readwrite": "RW",
3156+
"default": 0,
3157+
"tags": ["AIN"],
3158+
"description": "If all analog inputs are configured to the same range, then the negative extent of that range will be returned. Otherwise, -9999 will be returned."
31413159
},
31423160
{
31433161
"address": 43902,
@@ -9151,6 +9169,7 @@
91519169
"2025.04.24.A Added some info about the delay period to SYSTEM_REBOOT.",
91529170
"2025.05.02.A Improved descriptions for errors 2607 and 1320",
91539171
"2025.05.06.A Added error code for SYSTEM_VS_TOO_LOW",
9172+
"2025.06.06.A Added registers for negative range.",
91549173
"See https://github.com/labjack/ljm_constants for further comments.",
91559174
"End Of Comments"
91569175
]

0 commit comments

Comments
 (0)