There you have the underlying problem...I have no experience whatsoever
in this field. I was initially under the impression that the DAQ was
sending me only counts (from a USB6008 DAQ) counter/timer port, however
I now believe it sends me a time (in seconds since the start of the run
as the x-value) and counts as a comment. It is the count (comment)
that I am trying to isolate and and multiply by the constant. However
eventually I want it written with the output and time. I changed the
convert dynamic data to a scalar rather than a 1D array and that fixed
some of my problem. However, what I am really trying to accomplish now
is to only have 1 line written for each unique comment (count), not 1
unique x-value (time). I created a shift register in another attempt,
but that isolated time, not count. How do you pick whats being looked
at? Additionally, I need to know if there is anyway to add a third
line to the data file (i.e. a second comment)?