Hi,
I am using c-DAQ9191 with NI9234 module.To store samples from c-DAQ I use Write to measurement Files function.So to skip samples , Quotient & Remainder Function is there to store every 4th sample from c-DAQ9191.If I am testing the same program with RandomNumber its working fine according to my requirement (every fourth value it is storing in file) but in c-daq its not working.Plz help me .