07-31-2006 11:12 AM
07-31-2006 12:42 PM
07-31-2006 01:39 PM
Hi,
Thanks. That was too easy. I got carried away with indicating certain worksheets and I might have to bug you or someone else later.
I tried using a table but I don't think specific cells can be protected or have different background colors. Is that right?
Thanks,
Albert
07-31-2006 04:27 PM
Here is an addition to the same vi that shows how to do a couple of things with a table.
Also around here if you like an answer and it works for you please rate it.
08-01-2006 04:18 AM
hi Joskins,
can you pls save the VI for LV7.1 & repost it ?
Regards,
Partha.
08-01-2006 07:26 AM
08-07-2006 06:06 PM
Hi,
I'd like to have some cells be automatically updated (by Compact FieldPoint data) but this seems to disturb any manual edits that are occuring. You can see this in my modification of Jhoskins' VI where I made it so that a cell is updated every 250ms. I put my VI up at http://www.netaxs.com/~albertm/download/t/excel%20style%20spreadsheetAMM.vi
Even if I could know when manual edits are happening it might allow me to temporarily disable updates.
Thanks,
Albert
08-08-2006 07:55 AM
08-24-2006 06:01 PM
Hi,
Well, I've been having fun with my spreadsheet but now I realize that it eats up memory. A range of A1:C5 eats up about 4K per second; you can watch it in the Task Manager. I suspect that the spreadsheet is allocating memory when Value2 is read and it's never deallocating it. I'm trying to log data over a long time and after a while I can't read the spreadsheet any more and I get an out-of-memory message.
Is there a way at least to make my VI or the spreadsheet get more memory to waste so it can last longer?
Thanks,
Albert
08-24-2006 08:41 PM