Search found 7 matches

by verter
Thu Aug 09, 2018 12:02 pm
Forum: PicoScope 6 for Windows
Topic: Block mode does not work correctly, what's wrong?
Replies: 3
Views: 4179

Re: Block mode does not work correctly, what's wrong?

Thanks, everything works on labview. And where can I get a similar working code in C #? The one that is in the distribution kit, one in one, does not start.
by verter
Tue May 29, 2018 6:08 am
Forum: PicoScope 6 for Windows
Topic: Block mode does not work correctly, what's wrong?
Replies: 3
Views: 4179

Block mode does not work correctly, what's wrong?

Hello! У меня осциллограф Differential PicoScope 3425, быстрый потоковый режим работает хорошо, а вот блочный режим на LabView работает странно, подскажите пожалуйста в чем может быть ошибка? На вход подаю с генератора на два канала A and B, два сигнала прямоугольной формы, вот картинка на входе. Мн...
by verter
Sat Jul 23, 2016 6:00 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: How to get the information from the driver ps3000 c#?
Replies: 1
Views: 5224

How to get the information from the driver ps3000 c#?

private void button1_Click(object sender, EventArgs e) { textBox1.Text = "-1"; _handle = ps3000_open_unit(); textBox1.Text = _handle.ToString(); GetInfo(A); ps3000_close_unit(_handle); textBox3.Text = A.ToString(); } private string GetInfo(InfoType info) { StringBuilder s = new StringBuilder(_NUM_U...
by verter
Sun Jan 25, 2015 7:44 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# ps3000_fastStreaming
Replies: 2
Views: 4815

Re: C# ps3000_fastStreaming

Thank you for your reply, I'll send it immediatly.
by verter
Tue Jan 20, 2015 8:40 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# ps3000_fastStreaming
Replies: 2
Views: 4815

C# ps3000_fastStreaming

Dear Sir or Madam, I write to ask you about some troubles with your explain in SDK. In your knee-type explain writing in C# language for PicoScore 3425 there is not entry instruction to program “main()”. Moreover, some functions in one are absent too. I have corrected this code, and have eliminated ...
by verter
Wed Nov 26, 2014 6:36 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: not running .Net C # - copy the code on Labview.
Replies: 1
Views: 3435

Re: not running .Net C # - copy the code on Labview.

solution static void Main(string[] args) { short handle = ps3000_open_unit(); ps3000_set_channel(handle, Channel.ChannelA, true, Coupling.AC, Range.Range1V); ps3000_set_trigger2(handle, Channel.ChannelA, 0, TriggerThresholdDirection.Rising, 0, 0); ps3000_set_ets(handle, EtsMode.Off, 0, 0); ps3000_ru...
by verter
Tue Nov 25, 2014 12:20 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: not running .Net C # - copy the code on Labview.
Replies: 1
Views: 3435

not running .Net C # - copy the code on Labview.

computer translation not running .Net C # - copy the code on Labview. digital oscilloscope (PicoScope 3425). There are 2 examples from the developer, 1st driver - for LV, 2nd - C #. In LV everything works well, try to test this same driver in C #, the three functions are successful, the 4th shut up,...