Search found 48 matches

by shop
Thu Sep 27, 2018 7:11 pm
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

Hi there. I finally got into my hands DSO112. I've already commit some changes to github code. Stay tuned for more info. And as always, feel free to review code on github and make your own changes,
by shop
Wed Sep 12, 2018 5:10 am
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

That's strange. Please try restore default settings to DSO068. I observed that there are some bugs in DSO068 (or maybe in my app) that may cause to froze scope. And in that situation received frames are corrupted. I'm also curious if this app works more reliable with DSO112A.
by shop
Wed Sep 05, 2018 6:47 pm
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

New update! Many changes underhood. Now data is scaled: ((rawData - (128)) * (_voltPerDiv / ScopeConfig.PointsPerDiv)); I tried use v = (V - (VPos + VPosOfs)) * (volt/point) but maybe I'm lost something. I understand that (VPos + VPosOfs) is for calculating correct voltage while trace is moved away ...
by shop
Tue Sep 04, 2018 6:51 pm
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

Hello, I have simple question. How is the correct way to retrieve correct voltage level from raw data in buffer? In original jyeLab i found : Dup0 = osc->oscCh[0].BufDupA; Dup1 = osc->oscCh[1].BufDupA; // tmp2 = osc->oscCh[0].VPosOfs; // tmp3 = osc->oscCh[1].VPosOfs; tmp2 = osc->oscCh[0].Reference; ...
by shop
Tue Sep 04, 2018 11:46 am
Forum: DSO 068
Topic: Beta version of c# scope app.
Replies: 4
Views: 11407

Re: Pre alpha version of c# scope app.

New update is posted here. Feel free to test this release. The more testers, the more reliable this software will be.
by shop
Fri Aug 31, 2018 9:10 pm
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

Hello. Thank you for reply. I must admit that timebase is changeable. Blank timebase is only because there is a bug in this app causing possibly infinity loop while connecting with scope. So to avoid this, first state is set to none. After connection you can freely change timebase with limitation de...
by shop
Fri Aug 31, 2018 10:12 am
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

No, I haven't DSO 112A. I have only DSO068. It would be very pleased If you will send me a dso112a. :)
by shop
Tue Aug 28, 2018 8:33 pm
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

I noticed that dso112a uses different offsets in config and parameters data frames. So it will be not work at this moment with dso112a (no ability to change settings or retrieve config) I will post here a version that will support DSO112. It will be much easier to do testing on real device. It's a s...
by shop
Mon Aug 27, 2018 8:00 pm
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

Thanks for reply. Tommorow I will try to adress issues described in this paper. I think that your colleague used very first version of app (I assume this from fact that label trigg is not showing any value, only text "trigg"). Version currently attached to this thread is showing current bu...
by shop
Fri Aug 24, 2018 6:35 am
Forum: jyeLab
Topic: Beta version of c# scope app.
Replies: 25
Views: 43781

Re: Pre alpha version of c# scope app.

Yes, I'm using dso112a documentation. Here is GitHub page in which I will commit all updates to this. This is very work in progress.
https://github.com/nrmtmt/DSO