Search found 189 matches

by Karunen
Fri Sep 26, 2014 8:30 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: No support of the AWG...
Replies: 6
Views: 11267

Re: No support of the AWG...

Hi Harald, I did a mistake in imports it shouldn't have ref short[] arbitaryWaveform, it should just be short[] arbitaryWaveform, I have also updated the C# console to use the AWG and the in built signal generator functions and I have sent you an email where you can download this example. Please not...
by Karunen
Tue Sep 23, 2014 1:01 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: No support of the AWG...
Replies: 6
Views: 11267

Re: No support of the AWG...

Hi Harald, In the PS2000AImports.cs file you will want to copy and paste the following into the 'Driver enums' region public enum IndexMode : int { PS2000A_SINGLE, PS2000A_DUAL, PS2000A_QUAD, PS2000A_MAX_INDEX_MODES } public enum WaveType : int { PS2000A_SINE, PS2000A_SQUARE, PS2000A_TRIANGLE, PS200...
by Karunen
Thu Sep 18, 2014 12:09 pm
Forum: LabVIEW
Topic: Using Pico Technology Products with NI LabVIEW FAQs and Tips
Replies: 2
Views: 41973

Re: Using Pico Technology Products with NI LabVIEW FAQs and

Hi all, Some of you may have noticed that if you trying to call two VIs simultaneously they will actually run one after the other. Now if you open the VI and go to File > VI properties. If you change the drop down 'Category' from 'General' to 'Execution' you should something similar to the image bel...
by Karunen
Thu Sep 18, 2014 11:53 am
Forum: LabVIEW
Topic: Streaming and real time evaluation with PicoScope 4262
Replies: 3
Views: 6247

Re: Streaming and real time evaluation with PicoScope 4262

Hi Emanuel, We normally have a wait as this puts less strain on the PC and gives the device some time to collect the values. But you should be able to remove the wait and ask the driver for new values as soon as you have copied you have copied the values out. Please note sometimes you may not get an...
by Karunen
Thu Sep 18, 2014 10:28 am
Forum: LabVIEW
Topic: how do I record data with multiple devices simultaneously?
Replies: 1
Views: 3699

Re: how do I record data with multiple devices simultaneousl

Hi Tobi,

I looks like you are only controlling one device at a time.

You need to call each function twice and especially the open unit function which will give you a handle value for each device.

You need that handle value to control each individual device.

Kind Regards,
by Karunen
Tue Sep 16, 2014 2:21 pm
Forum: LabVIEW
Topic: Labview VI for serial decoding
Replies: 1
Views: 4020

Re: Labview VI for serial decoding

Hi Axel,

Unfortunately as we are not LabVIEW experts we do not know how to do this.

You might find a solution if you use the national instruments labVIEW forum.

If you do so please post a link on this thread for other customers that would like a similar application.

Kind Regards,
by Karunen
Tue Sep 16, 2014 2:15 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: PicoScope 4824 - which mode should I use
Replies: 7
Views: 8966

Re: PicoScope 4824 - which mode should I use

Hi, You CallBack needs to use private void StreamCallback(short handle, int noOfSamples, uint startIndex, short overflow, uint triggerAt, short triggered, short autoStop, IntPtr pVoid) { // used for streaming _sampleCount = noOfSamples; _startIndex = startIndex; // flag to say done reading data _rea...
by Karunen
Mon Sep 15, 2014 10:58 am
Forum: LabVIEW
Topic: LabVIEW driver & examples for 2203, 2204, 2205
Replies: 11
Views: 19751

Re: LabVIEW driver & examples for 2203, 2204, 2205

Hi Antonio, Sometimes the 64 bit version version of LabVIEW does not pull in the dlls and they need to call again from the Call library Function block. Please have a look at http://www.picotech.com/support/topic12601.html . Does the device connect in PicoScope 6? What do you mean when you say "don't...
by Karunen
Wed Sep 10, 2014 9:03 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: PicoScope 4824 - which mode should I use
Replies: 7
Views: 8966

Re: PicoScope 4824 - which mode should I use

Hi, This looks like you need to be using streaming mode. As streaming mode can be limited by the USB transfer rate, the maximum transfer rate that was measured by my PC was around 30 MS/s for USB 2 and around 80 MS/s for USB 3. So you should not have any issues using streaming mode, with 5 MHz Sampl...
by Karunen
Tue Sep 09, 2014 10:57 am
Forum: General Software Discussions
Topic: 2206A Trigger Problems
Replies: 9
Views: 10488

Re: 2206A Trigger Problems

Hi Cwebster,

I have answered your email and look forward to helping you resolve this issue.

Kind Regards,
by Karunen
Fri Sep 05, 2014 10:52 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: PicoScope 4824 - which mode should I use
Replies: 7
Views: 8966

Re: PicoScope 4824 - which mode should I use

Hi, You may have to have a look at http://www.picotech.com/education/oscilloscopes/data-acquisition-modes.html . Also before we can recommend a mode can you please tell us how many channels you will have enabled? Also you mentioned 5MHz frequency is that the frequency you want to sample at or the fr...
by Karunen
Fri Sep 05, 2014 9:51 am
Forum: General Software Discussions
Topic: 2206A Streaming Mode Help
Replies: 1
Views: 3852

Re: 2206A Streaming Mode Help

Hi Cwebster, Streaming can be a bit confusing. You may want to have a look at http://www.picotech.com/education/oscilloscopes/data-acquisition-modes.html Once you have set up the driver buffer you do not have to set them up again. But we use an application buffer to hold the values as the driver buf...
by Karunen
Thu Sep 04, 2014 8:13 am
Forum: General Software Discussions
Topic: Data types
Replies: 1
Views: 16699

Data types

Hi All, As some of you many have noticed the data types have changed in the Software Development Kits for our products from version 10.5.0.32 to use data types defined in the stdint.h header file. This is because the drivers now are created in compliance for 64-bit operating systems. To make thing c...
by Karunen
Wed Sep 03, 2014 10:53 am
Forum: USB PC Oscilloscopes
Topic: Can we see the AWG output on the screen ?
Replies: 4
Views: 6349

Re: Can we see the AWG output on the screen ?

Hi all,

After some further discussion with development,
we discovered if implemented it would take up as much bandwidth as sampling a channel.

So unfortunately this feature is not justifiable.

Kind Regards,
by Karunen
Tue Sep 02, 2014 1:29 pm
Forum: PicoScope 6 for Windows
Topic: Comma as decimal point
Replies: 12
Views: 32071

Comma as decimal point

Hi all, If you are using a operating system with a language that uses a comma “,” as a decimal point “.” (French, German, Swedish, Italian, etc.), then you will find that then using maths channels with decimal points you will have some issues. This is because the software uses the operating system t...