You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Joulescope UI 1.0 uses UTC time throughout. UTC is great for comparing events across a larger system.
With the 1.0 UI, the actual wall-clock time for an x-axis location is the base time plus the offset. Let's take an example:
xaxis.mp4
00:01 Press Play to start streaming
00:01 Initial base time is 2023-08-31T11:20:31+00:00, offset in ms, 200 to 700
00:02 Base time stays 2023-08-31T11:20:31+00:00, offset in s, 0.2 to 1
00:11 Base time now 2023-08-31T11:20:00+00:00, offset in s, 32 to 42
01:11 Base time now 2023-08-31T11:21:00+00:00, offset in s, 10 to 40
In the case where you zoom in, the base time adjusts so that the x-axis offset maintains sufficient display precision without taking up far too many characters.
This "jumping around" as streaming starts can be disconcerting for some users. Also, some users want to measure a known process. For this case, UTC time is much less meaningful than elapsed time. The Joulescope UI 0.10 supported elapsed time when viewing JLS views. It also supported relative time, relative to the oldest possible sample, while in sample streaming mode. The Joulescope UI 1.0 no longer supports these modes.
I propose the following improvements:
A new Waveform widget setting, x_time_mode. with the following options:
a. utc - Use a UTC time base with offset, like done currently
b. relative - Use the first available sample as zero. The time base text should omit the data and time zone offset.
A sample streaming option that completely fills the buffer with empty data at the start. This allows for the same right-to-left growth at startup that the Joulescope UI 0.10 had. It also will keep the base time and time offsets from "jumping around" as the initial data grows.
Does your idea concern a specific OS?
No - applies to all
The text was updated successfully, but these errors were encountered:
Joulescope model
JS220, JS110
UI version
1.0.29
Your idea
The Joulescope UI 1.0 uses UTC time throughout. UTC is great for comparing events across a larger system.
With the 1.0 UI, the actual wall-clock time for an x-axis location is the base time plus the offset. Let's take an example:
xaxis.mp4
In the case where you zoom in, the base time adjusts so that the x-axis offset maintains sufficient display precision without taking up far too many characters.
This "jumping around" as streaming starts can be disconcerting for some users. Also, some users want to measure a known process. For this case, UTC time is much less meaningful than elapsed time. The Joulescope UI 0.10 supported elapsed time when viewing JLS views. It also supported relative time, relative to the oldest possible sample, while in sample streaming mode. The Joulescope UI 1.0 no longer supports these modes.
I propose the following improvements:
A new Waveform widget setting, x_time_mode. with the following options:
a. utc - Use a UTC time base with offset, like done currently
b. relative - Use the first available sample as zero. The time base text should omit the data and time zone offset.
A sample streaming option that completely fills the buffer with empty data at the start. This allows for the same right-to-left growth at startup that the Joulescope UI 0.10 had. It also will keep the base time and time offsets from "jumping around" as the initial data grows.
Does your idea concern a specific OS?
No - applies to all
The text was updated successfully, but these errors were encountered: