Skip to content

Commit c619718

Browse files
Update ljm_constants.json
1 parent d01c6f3 commit c619718

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

LabJack/LJM/ljm_constants.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"header": {
33
"filename": "ljm_constants.json",
4-
"version": "2025.03.11.A",
4+
"version": "2025.03.12.A",
55
"checksum": "-1",
66
"support_url": "https://labjack.com/pages/support",
77
"tags_base_url": "https://labjack.com"
@@ -878,21 +878,24 @@
878878
"devices": [
879879
{
880880
"device": "T8",
881-
"fwmin": 1.0000
881+
"fwmin": 1.0000,
882+
"description": "Max Size: 32768"
882883
},
883884
{
884885
"device": "T7",
885-
"fwmin": 0.93
886+
"fwmin": 0.93,
887+
"description": "Max Size: 16384"
886888
},
887889
{
888-
"device": "T4"
890+
"device": "T4",
891+
"description": "Max Size: 16384"
889892
}
890893
],
891894
"readwrite": "RW",
892895
"default": 0,
893896
"tags": ["STREAM"],
894897
"altnames": ["STREAM_OUT#(0:3)_BUFFER_SIZE"],
895-
"description": "Size of the buffer in bytes as a power of 2. Should be at least twice the size of updates that will be written and no less than 32. The usable buffer size will be equal to the value of this register minus 2 bytes (one 16-bit sample). Before writing data to _BUFFER_###, you must write to _BUFFER_ALLOCATE_NUM_BYTES to allocate RAM for the data. Max is 16384."
898+
"description": "Size of the buffer in bytes as a power of 2. Should be at least twice the size of updates that will be written and no less than 32. The usable buffer size will be equal to the value of this register minus 2 bytes (one 16-bit sample). Before writing data to _BUFFER_###, you must write to _BUFFER_ALLOCATE_NUM_BYTES to allocate RAM for the data."
896899
},
897900
{
898901
"address": 4060,
@@ -9136,6 +9139,7 @@
91369139
"2024.12.04.A Fixed a grammatical issue.",
91379140
"2024.12.19.A Updated temperature register descriptions.",
91389141
"2025.03.11.A Added description to STREAM_OUT_BUFF_TOO_BIG.",
9142+
"2025.03.12.A Added device specific size limits for STREAM_OUT#(0:3)_BUFFER_ALLOCATE_NUM_BYTES.",
91399143
"See https://github.com/labjack/ljm_constants for further comments.",
91409144
"End Of Comments"
91419145
]

0 commit comments

Comments
 (0)