I am utilizing the message logging vi (examples) to continually obtain an agc reading from
12 channels. It outputs to the log report correctly, however I want to be able to save all the information to an array & file for later retrieval & manipulation. (e.g. sort the agc readings by channel). I also need to modify the time input to the log report, to obtain the time from an
installed datum 635pci time and frequency board.
Every time I attempt to write to a file, it continually asks the file name - and when I attempt to open the file outside the while lloop then write to it inside the while loop, the data never gets there.