Search found 10 matches

by Eminar1101
Tue Jul 24, 2012 8:35 am
Forum: C and C++
Topic: C program from the SDK
Replies: 7
Views: 9488

Re: C program from the SDK

OK thank you for your help.
I tried the stream function and it is working fine with a few modifications. I limited its stream to 6 seconds using the "time.h" library. and it is working properly.

Again thanks for the help and I'll ask you if I needed some help again. I hope I wont =]
by Eminar1101
Wed Jul 18, 2012 7:25 pm
Forum: C and C++
Topic: C program from the SDK
Replies: 7
Views: 9488

Re: C program from the SDK

Still not working for me! I want to collect 6000 readings in 6 seconds at sample rate 1000 sample/second from scope channel. Some of the issues: 1) Which function should I use? Collect Block Immediate, Streaming, or collect windowed block? 2) How can I set the sample and time interval in which to co...
by Eminar1101
Sat Jul 14, 2012 9:55 am
Forum: C and C++
Topic: C program from the SDK
Replies: 7
Views: 9488

Re: C program from the SDK

Hi again, I'm editing on the example program provided in the SDK and what I'm trying to do is to get 6 seconds of readings at 1000 samples/second from the scope channel. This is what I come up to so far: /************************************************************************** * * Filename: USBDrD...
by Eminar1101
Thu Jul 05, 2012 6:41 am
Forum: C and C++
Topic: C program from the SDK
Replies: 7
Views: 9488

Re: C program from the SDK

Thanks. I copied the dll file to the debug directory and now its working. But I have already installed Picoscope and it didn't work. Anyhow, now it is! thank you =]
by Eminar1101
Thu Jul 05, 2012 6:26 am
Forum: C and C++
Topic: C program from the SDK
Replies: 7
Views: 9488

C program from the SDK

Hi all, I'm trying to run the C program on visual studio 2008 and 2010 provided in the sdk but it is not working. What I'm doing is: I'm creating a new visual C++ Win32 Console Application empty project. then I'm adding the 2 header files: PicoStatus.h and UsbDrDaqApi.h to the header files directory...
by Eminar1101
Fri Apr 20, 2012 12:22 pm
Forum: VB and VBA (Excel, Access)
Topic: USB DrDAQ VBA issue -excel-
Replies: 1
Views: 5004

USB DrDAQ VBA issue -excel-

Hi, I'm using the excel example given in the SDK with the DrDAQ. However, I want to remove the "GetData" button and make it on load, because i'm using another sub that is considered to be a timer that calls the GetData sub after a certain amount of time. Anyhow, I cant find where the button is defin...
by Eminar1101
Mon Apr 16, 2012 7:39 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Exporting data from PicoScope 6 to Vb.net?
Replies: 7
Views: 12038

Re: Exporting data from PicoScope 6 to Vb.net?

Can you give some more detail about exactly what you are trying to achieve, which scope your are using, and if you actually need to be running Picoscope 6 or would be able to control the scope from within a VB.Net application. I will be running Picoscope 6 and exporting the data from the Picoscope ...
by Eminar1101
Mon Apr 16, 2012 7:26 pm
Forum: C and C++
Topic: C++ Example Files
Replies: 12
Views: 19967

Re: C++ Example Files

Hi, If you are building the console application in MS Visual C++ 2010 Express, please ensure the following files are added to your project in the locations specified below: Header files - picoStatus.h & UsbPt104Api.h Resource files - UsbPt104.lib Source files - USBPT104con.c This should build succe...
by Eminar1101
Sun Mar 11, 2012 5:52 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Exporting data from PicoScope 6 to Vb.net?
Replies: 7
Views: 12038

Exporting data from PicoScope 6 to Vb.net?

Hi all,
Can I use PicoScope 6 to export data, or rather "stream" data, from PicoScope to VB.net and if possible, can u please give me a hint or how to do that?
Thanks
by Eminar1101
Mon Mar 05, 2012 8:23 am
Forum: Getting Started
Topic: USB DrDAQ Driver issue-URGENT-
Replies: 2
Views: 5000

USB DrDAQ Driver issue-URGENT-

Hi all, I got a USB DrDAQ and I'm having a problem starting with it. After installing the PicoLog and PicoScope, I connected the device and then a "driver wizard" show up to search for the driver and a red led lights on the DrDAQ. It does the search but it cant find the driver. And when I open picos...