08-12-2005 06:57 AM
08-12-2005 07:12 AM
You're right in principle the updating controls and indicators can be a heavy burden on LV, but why do you need a string with thousands of lines? I would expect that the users wouldn't be able to do anything with it anyway. If you want, you can easily hold the entire string in the wire (LV has no more problem with that than C does with variables) and only display part of the string.
I'm not sure how much a string with thousands of line cause delays, but it sounds reasonable that under certain conditions it will. Do you have a wait in the loop? If you don't, it will eat up all the CPU time.
08-12-2005 07:48 AM
08-12-2005 07:57 AM
08-12-2005 08:02 AM - edited 08-12-2005 08:02 AM
Message Edited by rolfk on 08-12-2005 08:04 AM
08-12-2005 11:52 AM