Skip to content

Commit 67cec98

Browse files
committed
added TDAC_NOT_INITALIZED error code
1 parent 304acfd commit 67cec98

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"header": {
33
"filename": "ljm_constants.json",
4-
"version": "2024.07.15.A",
4+
"version": "2024.08.07.A",
55
"checksum": "-1",
66
"support_url": "https://labjack.com/pages/support",
77
"tags_base_url": "https://labjack.com"
@@ -8572,6 +8572,11 @@
85728572
"string": "TDAC_NOT_FOUND",
85738573
"description": "The TDAC did not respond to communication attempts."
85748574
},
8575+
{
8576+
"error": 2765,
8577+
"string": "TDAC_NOT_INITIALIZED",
8578+
"description": "A TDAC has not been initialized, try writing to the the TDAC first with the TDAC# register."
8579+
},
85758580
{
85768581
"error": 2770,
85778582
"string": "ONEWIRE_UNSUPPORTED_FUNCTION",
@@ -9108,6 +9113,7 @@
91089113
"2024.06.21.A Added STREAM_RATE_INVALID_FOR_CJC error code that is for limiting CJC streams to 250Hz",
91099114
"2024.07.09.A Added AIN_HEALTH register.",
91109115
"2024.07.15.A Updated STREAM_CLOCK_SOURCE to include ESS options.",
9116+
"2024.08.07.A Added a TDAC_NOT_INITIALIZED error code.",
91119117
"See https://github.com/labjack/ljm_constants for further comments.",
91129118
"End Of Comments"
91139119
]

0 commit comments

Comments
 (0)