Skip to content

Commit 09f43c6

Browse files
authored
Update ljm_constants.json
1 parent a797483 commit 09f43c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7726,7 +7726,7 @@
77267726
{
77277727
"error": 1320,
77287728
"string": "LJME_DIGITAL_AUTO_RECOVERY_ERROR_DETECTED",
7729-
"description": "During stream, the device buffer overflowed, causing auto-recovery to occur. See the digital stream information in the Stream Configs section of the LJM User's Guide."
7729+
"description": "During stream, the device buffer overflowed which caused an auto-recover condition. The stream channel configuration made it impossible to determine the excat location in the data stream where the auto-recover occurred. For more infomation, see the digital stream section of the \"LJM Stream Configs\" page."
77307730
},
77317731
{
77327732
"error": 1321,
@@ -8271,7 +8271,7 @@
82718271
{
82728272
"error": 2607,
82738273
"string": "STREAM_CHN_LIST_INVALID",
8274-
"description": "The channel list contains an unstreamable address."
8274+
"description": "An attempt was made to add a channel to the stream scan list which would have invalidated the list. There are two possible causes: 1) the channel does not support stream mode. See \"Streamable Registers\" on the \"Stream Mode\" datasheet page for more detail. 2) The scan list is full, T-Series devices support up to 128 channels in the scan list."
82758275
},
82768276
{
82778277
"error": 2608,
@@ -9144,6 +9144,7 @@
91449144
"2025.04.21.A Added deprecation notices to Lua Read registers.",
91459145
"2025.04.21.B Updated SPI pin selection registers descriptions.",
91469146
"2025.04.24.A Added some info about the delay period to SYSTEM_REBOOT.",
9147+
"2025.05.02.A Improved descriptions for errors 2607 and 1320",
91479148
"See https://github.com/labjack/ljm_constants for further comments.",
91489149
"End Of Comments"
91499150
]

0 commit comments

Comments
 (0)