jetperch / pyjoulescope_ui

Joulescope graphical user interface
https://www.joulescope.com
Apache License 2.0
87 stars 26 forks source link

Waveform not working with two Joulescopes #262

Closed foofel closed 8 months ago

foofel commented 8 months ago

Joulescope model

JS220

UI version

1.0.58

What OS are you seeing the problem on?

Linux Ubuntu amd64 (PC), Other (describe below)

What happened?

When i connect a second Joulescope i can see it under settings/devices and also read it with e.g. multiple multimeter views. But when using the Waveform i only see the options "default", "off", "off" and "off" while the joulescope is actually running. image

What was expected?

Show two joulescopes in the waveform widget.

How to reproduce?

Connect two joulescopes and try to get them both to show in the waveform widget.

Extra information

No response

mliberty1 commented 8 months ago

Hi @foofel - In order to select the instrument for each trace, you have to right-click on the Waveform source, like this:

image

Note that left-clicking selects the active source, which is used for the right-hand side statistics and marker statistics.

Does this work for you?

foofel commented 8 months ago

Awesome, thanks!