azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/glscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<azonenberg> @DanielG: You mean MSO? Tek MSO5 series?
<d1b2> <DanielG> Yes that’s right.
<azonenberg> @louis has done a lot of stability work recently on the Tek driver, mostly targeting MSO6 but the two are using a common sfotware architecture
<azonenberg> so bugs and fixes from one likely affect the other
<azonenberg> I believe those issues are all fixed and the manual is lagging behind the code
<azonenberg> (this fix was from like 1-2 weeks ago)
<d1b2> <DanielG> That’s what I assumed. Thank you for confirming. Does that apply to MSO 5 series B and A?
<azonenberg> I wrote the original driver on a borrowed MSO64, then turned it over to @louis who has access to both MSO6 and MSO5 series hardware, unsure of exact models
<azonenberg> but i belive the original and B are all the same command set
<azonenberg> He's the primary maintainer for the driver though
<azonenberg> those 4 commits from the 24th are the ones in question
<azonenberg> @louis: please confirm this fixes all known issues w/ MSO5/6 deep memory and, if so, update the tek driver docs as appropriate
<azonenberg> (Louis is probably off for the holiday weekend, i'm not expecting him to reply until tomorrow)
<d1b2> <DanielG> No rush at all. Thanks a lot
<azonenberg> In general if you find any issues w/ the mso5/6 driver pelase report to him as he's the primary maintainer
<azonenberg> stability or functionality issues will probably be a big priority for him as he's maintaining the driver on behalf of work and they use a lot of tek scopes there
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 255 seconds]
Degi_ is now known as Degi
bvernoux has quit [Quit: Leaving]
bvernoux has joined #scopehal
bgamari_ is now known as bgamari
<d1b2> <dale6998> is there a way to connect scopehal to a rigol ds1104z over LAN and not have it start triggering right away? the gui hangs until i can get it to register a "stop triggering" button click
<azonenberg> @dale6998: You can comment out the ArmTrigger() call in OscilloscopeWindow.cpp:106. but there is no UI setting for that
<azonenberg> is it blocking on a waveform download or what?
<azonenberg> I'll have a look at the Rigol driver and see if there's anything i can do performance wise shortly. as a mininum, it looks like we can probably switch it over to the queued command API to have less blocking in the GUI thread
<d1b2> <dale6998> i can...i downloaded this from the aur, so i will have to figure out how to recompile the package
<azonenberg> Ok. I'm busy at work now but will take a look at the rigol driver later today and see about converting to the queued command API
<azonenberg> see if that helps
<_whitenotifier-e> [scopehal-apps] azonenberg opened issue #429: TriggerPropertiesDialog: update live when settings are changed - https://github.com/glscopeclient/scopehal-apps/issues/429
bvernoux has quit [Quit: Leaving]
<_whitenotifier-e> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±4] https://github.com/glscopeclient/scopehal/compare/c62250229686...12f25c04a765
<_whitenotifier-e> [scopehal] azonenberg 12f25c0 - CDRTrigger: added method to check lock status
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±2] https://github.com/glscopeclient/scopehal-apps/compare/1a2fb746f795...5fe6768de37b
<_whitenotifier-e> [scopehal-apps] azonenberg 5fe6768 - TriggerPropertiesDialog: push updates live as settings change. Fixes #429.
<_whitenotifier-e> [scopehal-apps] azonenberg closed issue #429: TriggerPropertiesDialog: update live when settings are changed - https://github.com/glscopeclient/scopehal-apps/issues/429
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±4] https://github.com/glscopeclient/scopehal-apps/compare/5fe6768de37b...adb4f0110d8e
<_whitenotifier-e> [scopehal-apps] azonenberg adb4f01 - Trigger properties dialog is now modeless. Fixes #171.
<_whitenotifier-e> [scopehal-apps] azonenberg closed issue #171: Make trigger properties dialog modeless - https://github.com/glscopeclient/scopehal-apps/issues/171
<_whitenotifier-e> [scopehal-apps] azonenberg edited issue #171: Make trigger properties dialog modeless - https://github.com/glscopeclient/scopehal-apps/issues/171
<_whitenotifier-e> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal/compare/12f25c04a765...a3217d8f4302
<_whitenotifier-e> [scopehal] azonenberg a3217d8 - ClockRecoveryFilter: do not allow target symbol rate to exceed Nyquist frequency of input
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±3] https://github.com/glscopeclient/scopehal-apps/compare/adb4f0110d8e...ed783d40a927
<_whitenotifier-e> [scopehal-apps] azonenberg ed783d4 - FilterDialog: disconnect timer signal when destroying row