Hi,
what is the maximum count of items for the wideband/AD-Channel lookup tables?
Perhaps this information could be added to documentation.
thanks Ronny
Wideband lookup tables
Moderator: Matt
Re: Wideband lookup tables
number of entries? can be just about anything. the maximum value on the RHS column probably 65535
Re: Wideband lookup tables
hi,
i played a little bit with the lookup tables and it seems that more than 200 lines (+ first line for the Channel Tag) are not possible.
i added my test lookup table.
Max value nistune shows up is 203 for channel 1 but the AD-Unit sends 0x3FF for this channel (= 5Volt)
With the attached lookup file i expected nistune displays 300 at 5Volt Input.
It looks like Nistune ignores the rest the lines greater 201 in my file.
kind regards
Ronny
i played a little bit with the lookup tables and it seems that more than 200 lines (+ first line for the Channel Tag) are not possible.
i added my test lookup table.
Max value nistune shows up is 203 for channel 1 but the AD-Unit sends 0x3FF for this channel (= 5Volt)
With the attached lookup file i expected nistune displays 300 at 5Volt Input.
It looks like Nistune ignores the rest the lines greater 201 in my file.
kind regards
Ronny
- Attachments
-
- aux1.csv
- (2.12 KiB) Downloaded 182 times
Re: Wideband lookup tables
okay I can easily increase the lookup size to a larger number (say 1000 lines?)
Re: Wideband lookup tables
hi matt
i do not really need this big tables at the moment.
i stumbled upon this table issue by accident. (i was to lazy to make a reasonable table size)
A hint in the readme/documentation for max table size is enough.
hmmm 1000 lines? easily? just do it.
kind regards
ronny
i do not really need this big tables at the moment.
i stumbled upon this table issue by accident. (i was to lazy to make a reasonable table size)
A hint in the readme/documentation for max table size is enough.
hmmm 1000 lines? easily? just do it.
kind regards
ronny
Re: Wideband lookup tables
just wastes more memory, since I have to allocate memory for the buffer prior to loading a file into it
I've increased the buffer size and max lines to read tonight for next version
I've increased the buffer size and max lines to read tonight for next version
Re: Wideband lookup tables
was 200 lines btw but only about 4000 bytes of buffer space for the file. Dare say you ran out of buffer first when reading the file
Re: Wideband lookup tables
Now in the 0.9.14.12 build