02-17-2006 07:42 PM
02-17-2006 10:10 PM
02-17-2006 10:21 PM
02-17-2006 11:06 PM
02-18-2006 12:15 AM - edited 02-18-2006 12:15 AM
Message Edited by hbin on 02-18-2006 12:17 AM
02-18-2006 12:23 AM
I don't quite understand what you mean by "whole screen data". In my example, the entire history buffer is saved. If you want more data, you can change the lenght of the history buffer. If you only want part of the data from the file, read it all and use the "array subset" function.
If you want to save more than the history data, you could append the new data continuously to the txt file instead of only on demand.
By default, the data is saved with three decimal digit resolution, but you can wire any suitable format to the "write to spreadsheet file" node. You can look at it in notepad to see how it looks.
02-18-2006 01:06 AM - edited 02-18-2006 01:06 AM
Message Edited by hbin on 02-18-2006 01:07 AM