Hello Soeren,

if I understand correctly:
Currently libsigrok soft-trigger module is used in some logic analyzer
drivers for prebuffering samples and waiting for trigger event (multi
channel condition). I think this type of trigger mode is called single
trigger.

I would like the capture session to continue running and keep checking for
trigger events.
Oscilloscope like trigger mode is called: repeat
https://www.youtube.com/watch?v=XcnClLHvm44

End result: pulseview  (zoomed in on trigger event) would show latest
trigger event until new arrives.
Example: I2C communication, start condition

-Ziga

I have an idea how to do that on saleae logic clone, will try to implement
it tomorrow.
Didn't use sigrok-cli yet  so I can't comment on its use.

V V tor., 10. apr. 2018 ob 16:37 je oseba <soe...@apelpie.net> napisala:

> Hello Ziga,
>
> what do you mean by "software re-triggering on specified trigger
> conditions"?
>
> -Soeren
>
>
>
>
> On 2018-04-10 09:04, Žiga Stegu wrote:
>
> > Hello everyone,
> >
> > Had a need to implement software re-triggering on specified trigger
> > conditions.
> >
> > As a learning experience I modified hardware/demo to support only logic
> > channels (simplification) and ported soft-trigger functionality used in
> > hardware/saleae-logic16
> >
> > https://github.com/luftek/libsigrok/tree/dev_demo_logic_only
> >
> > Will look into pulseview code next. I used gdb to debug during dev.
> >
> > By sending multiple SR_DF_TRIGGER packets I see multiple blue vertical
> > lines in pulseview.
> >
> > Any suggestions how to approach next steps?
> >
> > Kind regards, Ziga
> >
> ------------------------------------------------------------------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > sigrok-devel mailing list
> > sigrok-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/sigrok-devel
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to