09-21-2006 05:37 PM
09-26-2006 05:53 PM - edited 09-26-2006 05:53 PM
Hi Eric,
I took a look at your VI and didn't see any major places you might be able to program more efficently. I guess my real question would be were did the data come from? Perhaps you could do a sort of initialization were you convert the values to a 16 bit number and write this to a file. Then later you could access the new file in terms of the 16 bit numbers. That may be a little quicker than having to read 8 bits and convert to 16 bits ( of course if the 8 bit data is generated new all the time this might not be useful ).
Regards,
Steve B.
Message Edited by Bassett Hound on 09-26-2006 05:54 PM
09-27-2006 11:33 AM
09-27-2006 11:39 AM