|
|
| Author |
Message |
t-max User

Joined: 28 Sep 2005
Posts: 2
|
Posted: Wed Sep 28, 2005 4:22 pm Post subject: PicoScope Progress Dialog |
|
|
Is there a way to disable the progress dialog on the PS-3423 driver?
The software we've written opens the usb scope and collects 20+ samples and then closes the scope and we're getting the dialog opening and closing 20+ times...very annoying and slow. Its three times slower than the old scope we were using.
Thanks! |
|
| Back to top |
|
 |
Michael Guru

Joined: 07 Jul 2005
Posts: 93
Location: St Neots, Cambridgeshire
|
Posted: Thu Sep 29, 2005 8:56 am Post subject: |
|
|
Hello,
Thank you for your enquiry.
It sounds like you are opening and closing the unit for every sample taken. Try opening the unit and looping through the get_values function before closing the unit.
If you would further help, please post your code on this forum. Perhaps others can share their experiences too.
Best regards,
Michael |
|
| Back to top |
|
 |
t-max User

Joined: 28 Sep 2005
Posts: 2
|
Posted: Fri Sep 30, 2005 3:54 pm Post subject: |
|
|
Michael,
no, we're only opening the unit once.
We open the scope.
Then we call ready, run_block, and get_times_and_values 20 times.
Then close the unit and we're getting the dialog 20+ times.
Thanks!
~Paul
| Michael wrote: | Hello,
Thank you for your enquiry.
It sounds like you are opening and closing the unit for every sample taken. Try opening the unit and looping through the get_values function before closing the unit.
If you would further help, please post your code on this forum. Perhaps others can share their experiences too.
Best regards,
Michael |
|
|
| Back to top |
|
 |
Michael Guru

Joined: 07 Jul 2005
Posts: 93
Location: St Neots, Cambridgeshire
|
Posted: Mon Oct 10, 2005 10:56 am Post subject: |
|
|
Hello,
Please post this fragment of your code. This will help us to diagnose the problem. You can post this direct to us if you wish:
support@picotech.com
Best regards,
Michael |
|
| Back to top |
|
 |
|