My project involves designing a front end for a synchronous generator using LabVIEW.
It is actually data acquisition and display of signals in a file.
The problem I face when building a program is that:
1)the sampling rate is set to 100 samples with 1 kHz sampling frequency.These signals are generated by daq assistant and i have used merge signals to merge these signals from daq assistant as well as signals from other radio buttons and Boolean as well.
The problem is that when written on a file I am able to see only one instance of Boolean status for every 100 samples daq assistant creates.
2) now iam able to write only 0/1 as status of Boolean in the file.How will I write on /off into file?