09-23-2008 12:13 AM
Hard to say if something is wrong, without seeing the code.
Although try using two loops in parallel. One for acquiring and the other for everything else.
Use a queue to send data to the second loop, so you will not loose any data.
09-23-2008 04:47 PM
Hi Suni,
Pnt is correct - it would be easier to make a recommendation if we were to see your code. Can you take a screenshot of your block diagram and save it as a PNG file?
Thanks,
Dan Richards
09-24-2008 01:04 PM
Hi Dan
Could you teel me how to save it as PNG file. I tried and didn't work. Thanks
09-25-2008 10:08 AM
I got it. Thanks
09-25-2008 11:20 AM
Excellent, can you please post it?
Thanks 🙂
Dan Richards
09-25-2008 04:40 PM
Hi
This is my code. I removed the waveform chats from my producer while loop because it was making the delay.
09-25-2008 05:38 PM
Hi Suni,
It looks like you started using Tab Control. Tab Control can be very useful because the state of the While loop will match the Tab that is selected by the user on the Front Panel. If you need the data to be read and recorded continuously, perhaps you could use a local variable to pass data from the While loop that is continuously acquiring data to the While loop that has Tab Control.
When you've exhausted your troubleshooting ideas, write us back and let us know if/how you solved it.
Thanks,
Dan Richards