Skip to content

Commit 764269f

Browse files
committed
add AIN_ALL_RESOLUTION_INDEX_ACTUAL
1 parent c12f16d commit 764269f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3035,6 +3035,20 @@
30353035
"tags": ["AIN"],
30363036
"description": "T8 Only. This register is a bitmask representing the enable states of the analog inputs."
30373037
},
3038+
{
3039+
"address": 43702,
3040+
"name": "AIN_ALL_RESOLUTION_INDEX_ACTUAL",
3041+
"type": "UINT32",
3042+
"devices": [
3043+
{
3044+
"device": "T8",
3045+
"fwmin": 0.0123
3046+
}
3047+
],
3048+
"readwrite": "R",
3049+
"tags": ["AIN"],
3050+
"description": "T8 Only. Returns the AIN system's actual resolution index"
3051+
},
30383052
{
30393053
"address": 43710,
30403054
"name": "AIN_SAMPLING_RATE_HZ",
@@ -7906,6 +7920,11 @@
79067920
"string": "AIN_RATE_INVALID",
79077921
"description": "The selected AIN rate configuration is invalid for the desired resolution index or vise-versa."
79087922
},
7923+
{
7924+
"error": 2377,
7925+
"string": "AIN_CHN_DISABLED",
7926+
"description": "The AIN channel has been disabled"
7927+
},
79097928
{
79107929
"error": 2380,
79117930
"string": "LUA_VM_STATE_NO_CHANGE"
@@ -9097,6 +9116,7 @@
90979116
"2022.02.14.A Updated AIN_EF description.",
90989117
"2023.03.08.A Added and improved some error code descriptions.",
90999118
"2023.07.03.A Removed <br>, updated tag links.",
9119+
"2023.10.11.A Added T8 AIN_ALL_RESOLUTION_INDEX_ACTUAL register.",
91009120
"See https://github.com/labjack/ljm_constants for further comments.",
91019121
"End Of Comments"
91029122
]

0 commit comments

Comments
 (0)