Search found 6 matches

by kanth_tvs
Wed Jul 07, 2010 1:18 pm
Forum: General Software Discussions
Topic: 10x probe in picoscope6 vs labview program
Replies: 1
Views: 3515

10x probe in picoscope6 vs labview program

I am using a Pico4424 scope. And using ps4000.dll, I have created a LabVIEW program to acquire data. In the LabVIEW program, I have created probe settings for 1x and 10x, which will allow me to tell the program in which mode the probe is being used. If I have a 1x probe,the LabVIEW program will pres...
by kanth_tvs
Wed Jul 07, 2010 12:54 pm
Forum: LabVIEW
Topic: functions to verify the trigger and channel settings
Replies: 5
Views: 7252

Re: functions to verify the trigger and channel settings

Thank you for informing about this bug!
by kanth_tvs
Fri Jul 02, 2010 1:33 pm
Forum: LabVIEW
Topic: functions to verify the trigger and channel settings
Replies: 5
Views: 7252

functions to verify the trigger and channel settings

Hello, Can some one point to me whether there are functions within ps4000.dll which allow me to verify whether the picoscope has accepted the settings for trigger and the channels, after they are set. I do look at the status given by the corresponding set functions, but I would also like to double c...
by kanth_tvs
Thu Jun 24, 2010 2:14 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: ps4000_GetTimebase problem
Replies: 6
Views: 8907

Re: ps4000_GetTimebase problem

The values returned by GetTimebase(handle,timebase,samples,time_interval,1,max_samples,1)
are
(1,21,10000,0,1,0,1)


Did you try changing the last input parameter (from 1 to 0)?
by kanth_tvs
Thu Jun 24, 2010 2:07 pm
Forum: LabVIEW
Topic: Reset the PicoTech 4424
Replies: 2
Views: 4630

Re: Reset the PicoTech 4424

Thanks for the clue. "ps4000closeunit" was already included into the program, I have created. And I have connected the error wire as an input to the system. So, if there is any error in the preceeding vi's, the "closeunit" will be skipped. This is due to the fact that when there is an error in the "...
by kanth_tvs
Wed Jun 23, 2010 2:51 pm
Forum: LabVIEW
Topic: Reset the PicoTech 4424
Replies: 2
Views: 4630

Reset the PicoTech 4424

Hello, I am trying to adapt the ps4000.dll for my application in LabVIEW. To learn more about the scope, I was playing with different options to understand how the scope behaves. During this process, I have entered invalid setup/parameter as a input parameter, the driver provided me an error code in...