09-03-2010 04:36 PM
i am receiving a digital signal from my daq assistant and displaying the current value on the front panel of the VI as an rpm value. i want to log the value of the digital signal to a write to spreadsheet file continuously creating a list of the changing values in the spreadsheet file as only the most recent value is being displayed at the moment in the write to spreadsheet file but i want to record the digital signal value in the spreadsheet continuously so i can see how the value varies over time
09-08-2010 05:52 AM
Hey 4268!!
Again, I think you may have posted on the wrong forum. I would suggest this was a LabVIEW question - plain and simple. You would get faster responses there. However, as you have already posted several times, please allow me to help you here.
Could you post you labview VI here, so we can take a look. To view the historic data, you need to record your data by appending measurements to a single file, rather than overwriting the file each time you record your data.
Also, which version of LabVIEW are you using??
09-08-2010 06:36 AM
i