06-05-2024 05:17 AM - edited 06-05-2024 05:19 AM
For context, I was running a simple LabView routine to acquire data from a device in real time. Upon getting an error message, I accidently pressed "clear chart" on the output waveform graph. It appears this cleared all my data up to that point from the output file. Does anyone know if there any chance the previous data can be recovered from app cache or is it definitevely lost?
06-05-2024 05:50 AM - edited 06-05-2024 05:51 AM
Hi mafaldamoreira,
@mafaldamoreira wrote:
Upon getting an error message, I accidently pressed "clear chart" on the output waveform graph.
You cannot "clear a chart" when you have a waveform graph…
@mafaldamoreira wrote:
It appears this cleared all my data up to that point from the output file.
Clearing a chart (or graph?) cannot "clear data from the output file" - because a chart/graph is only an indicator (aka data sink) and an "output file" should also be just a data sink. (THINK DATAFLOW!)
@mafaldamoreira wrote:
Does anyone know if there any chance the previous data can be recovered from app cache or is it definitevely lost?
How can we suggest anything about your VI when we don't know your VI?
Usually when you clear data inside your VI before it gets saved to a file then the data is lost…
@mafaldamoreira wrote:
For context, I was running a simple LabView routine
For even more context you should attach that simple routine…