I use JS220 with Joulescope UI (1.0.31).
I take my measurements and press the pause button. But if I unplug the Joulescope, my measurements disappear (see picture below). This can be annoying when the Joulescope is accidentally unplugged.
Thanks
I use JS220 with Joulescope UI (1.0.31).
I take my measurements and press the pause button. But if I unplug the Joulescope, my measurements disappear (see picture below). This can be annoying when the Joulescope is accidentally unplugged.
Thanks
Hi @nano1 and welcome to the Joulescope forum! Thank you for taking the time to provide feedback.
With the current implementation, the fact that the Waveform widget continues to display the summary waveform at the top after removal is inconsistent. To be consistent, the Waveform widget should also clear the summary waveform on Joulesocpe removal.
When a Joulescope is removed, all live-streaming data becomes stale. Displaying stale, old data that could be perceived as current data is very bad. We intentionally error on the side of only displaying the most recent data. At one time long ago, we accidentally persisted old data in the multimeter widget when the Joulescope was removed, and we received the exact opposite critique!
If you have already paused the live streaming sample data, I can see why you might want to preserve the memory buffer on device removal. This has some severe software implications as the software internals are advertising data from a device that is no longer present. While this could happen, it would be a fair amount of work.
If you really care about the data capture, I recommend recording to a file. No matter what happens, you can later load the file.
I have a few questions to better understand why this is occurring and help find an acceptable workaround:
See issue #226 on GitHub.