04-28-2006 09:16 AM
04-28-2006 10:21 AM
05-01-2006 07:41 AM
Thanks for the advice. I'll have a look at the link and see what I can do.
Cheers,
BD
05-01-2006 07:47 AM
If you have LV 8.0 use Shared Variables. Much better than globals and they have many advantages over globals including FIFOing of data.
Matt
05-01-2006 08:59 AM
05-01-2006 09:11 AM
Good Point! i did not have time to review the code. Wouldn't using a Shared Variable with FIFO enable help fix the issue? If the FIFO was empty then it would be known that the write and read data was out of sync.
Matt
05-01-2006 09:31 AM
05-01-2006 11:01 AM
Thanks for the help. Will try your suggestions and hopefully get something working.
Cheers
BD