Dear all,
I am implementing some code on Crio 9068 hardware with NI 9242 module.
I am specifying 2kS/sec Sampling rate (40 Samples/ Cycle) for NI 9242.
In my code, I want 40 samples at a time and do the calculation. But I am getting 255 Samples which is fixed.
The problem I am facing in LabVIEW is to get the desired samples without losing data points.
I am storing data in FIFO of 1024 memory elements. Target to Host-DMA
I am attaching my VIs please suggest something.