LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

open graphs in pop up window

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.

Message 11 of 17
(1,267 Views)

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

Dan Richards
Certified LabVIEW Developer
Message 12 of 17
(1,252 Views)

Hi Dan

 

Could you teel me how to save it as PNG file. I tried and didn't work. Thanks

0 Kudos
Message 13 of 17
(1,220 Views)

I got it. Thanks

 

0 Kudos
Message 14 of 17
(1,207 Views)

Excellent, can you please post it?

 

Thanks 🙂

 

Dan Richards

Dan Richards
Certified LabVIEW Developer
0 Kudos
Message 15 of 17
(1,198 Views)

Hi

This is my code. I removed the waveform chats from my producer while loop because it was making the delay.

0 Kudos
Message 16 of 17
(1,185 Views)

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

Dan Richards
Certified LabVIEW Developer
0 Kudos
Message 17 of 17
(1,176 Views)