LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

my program doesn't graph

hey

 

I'm trying to have continuous acquisition from the Daq and as its getting coordinates, its supposed to be graphing. I'm not been able to graph any of the coordinates that are acquired. 

Any help would be appreciated

 

Thanks

0 Kudos
Message 1 of 49
(3,766 Views)

Try it without resetting the Build XY Graph each time you call it.

 

I think this was mentioned before in one of your other posts.

0 Kudos
Message 2 of 49
(3,756 Views)
i don't have the reset input connected. How is it resetting?
0 Kudos
Message 3 of 49
(3,747 Views)
Right click on it and select properties. See the 'Clear Data on each call'? Reset true is the default.
0 Kudos
Message 4 of 49
(3,743 Views)
I tried that now and it still doesn't graph. Also, for the first execution it runs perfect but for the second execution the daq gets an error saying something about the buffer size being too small and there isn't any samples left. Does that have anything to do with it?
0 Kudos
Message 5 of 49
(3,736 Views)

Oli Oli Oxin Free wrote: 
Does that have anything to do with it?

Yes, it is very difficult to graph samples if they are not available. 😄

Message 6 of 49
(3,715 Views)
On the upside, they don't take up much memory.  🙂
-Matt Bradley

************ kudos always appreciated, but only when deserved **************************




0 Kudos
Message 7 of 49
(3,702 Views)
what do you mean Matt?
0 Kudos
Message 8 of 49
(3,663 Views)

Oli Oli Oxin Free wrote:
what do you mean Matt?

 

It's called a joke.

 

Try switching from continuous sampling to N Samples. You will often get the error when your processing time is lengthy and you cannot flush the DAQ buffer fast enough.

0 Kudos
Message 9 of 49
(3,654 Views)

Hey altenback

 

The audio samples that I have to graph are confidential and I'm not allowed to release them. If you don't mind just adding in random corridantes generator to do the job that would be great.

 

thanks

 

Moe

0 Kudos
Message 10 of 49
(3,643 Views)