02-14-2024 02:14 AM
When I use the Read N Analogue channels there are only 9 in the array. But the Mega has 16...
I looked into the sub VIs within this and changed some Unsigned 8 bit integers to 16, this didn't solve it.
Does anyone know how to expand this to include all 16 analogue channels?
This is the Linx function, I only found Hobbyist Toolkit section in the forum.
02-14-2024 09:22 AM
You'd also have to update the firmware that gets loaded to the atmega to utilize all the channels.
02-15-2024 06:49 AM
The probe view in LabVIEW shows 16 input channels. Maybe the firmware is OK to not change
02-15-2024 01:33 PM - edited 02-15-2024 01:36 PM
The firmware only publishes the number of values it was programmed to. If you edited the code on the host side telling it to allocate space for 16 values you'll see 16 values.