listbox

Forum for discussing PicoScope (version 5)
Post Reply
murraysilly
Newbie
Posts: 1
Joined: Thu Nov 23, 2006 4:28 pm

listbox

Post by murraysilly »

Hi, im trying to create a dynamic graph that will take data from the drDaq card and place it on the y axis. Ive already created the software to read in the data and its placed in a listbox concurrently displayed every second. I was hoping someone could tell me how i can "grab" the data from the listbox as its displayed and use it as my y value.

Sarah

Post by Sarah »

Hi

Thank you for your post.

You need to find how this data in the listbox is stored in your code. If it is in an array then you would read it out of there to plot it. The location of the data will depend on how you have written the code, you may find you need to tweak it to make it easier.

Best Regards

Post Reply