06-17-2020 02:12 PM
Here are a few recommendations:
1. Convert to standard DAQmx functions. It's not difficult and you don't have that dynamic data wire to contend with.
2. Read 10 data points at a time from your DAQ. This eliminates the need to have a loop to collect your 10 data points.
3. If you insist on using the DAQ Assistant as you currently are just put it in an autoindexing for loop - no need for a shift register.
4. If you need help debugging your code it is helpful to post your code - not just a picture. We can't see the settings of that DAQ Assistant, for instance.
06-17-2020 03:25 PM
I will try this tomorrow and get back to you all. Thank you.
06-29-2020 03:04 PM
I could not find any daqmx functions in the palette. They must not be included in the community version.
06-29-2020 04:22 PM
DAQmx drivers are a separate install.
Run NI Package Manager to install them after you are done installing LabVIEW.