generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed of values being displayed may be not realistic? #160
Labels
Milestone
Comments
nicolaskolbenschlag
changed the title
Speed of value display maybe not correct?!
Speed of values being displayed may be not correct?!
Jan 11, 2023
nicolaskolbenschlag
changed the title
Speed of values being displayed may be not correct?!
Speed of values being displayed may be not realistic?
Jan 11, 2023
dev3225
moved this from Product Backlog
to Sprint Backlog
in amos2022ws03-feature-board
Jan 11, 2023
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 12, 2023
Signed-off-by: nicolaskolbenschlag <[email protected]>
sjelodari
moved this from Sprint Backlog
to Product Backlog
in amos2022ws03-feature-board
Jan 18, 2023
sjelodari
moved this from Product Backlog
to Sprint Backlog
in amos2022ws03-feature-board
Jan 18, 2023
Leon and me compared our ideas and agreed on how to proceed:
|
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 19, 2023
…weep computation to seperate helper so that it can be reused by slider's display-value Signed-off-by: nicolaskolbenschlag <[email protected]>
leon-juenemann
moved this from Sprint Backlog
to In Progress
in amos2022ws03-feature-board
Jan 25, 2023
dev3225
moved this from Product Backlog
to Sprint Backlog
in amos2022ws03-feature-board
Jan 25, 2023
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 25, 2023
Signed-off-by: nicolaskolbenschlag <[email protected]>
Closed
Current display speed computation:
|
nicolaskolbenschlag
moved this from Sprint Backlog
to In Progress
in amos2022ws03-feature-board
Jan 25, 2023
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 29, 2023
Signed-off-by: nicolaskolbenschlag <[email protected]>
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 29, 2023
…om/amosproj/amos2022ws03-software-oscilloscope into bugfix/#160-display-speed-constant
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 29, 2023
Signed-off-by: nicolaskolbenschlag <[email protected]>
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 29, 2023
…om/amosproj/amos2022ws03-software-oscilloscope into bugfix/#160-display-speed-constant
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 29, 2023
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 29, 2023
nicolaskolbenschlag
added a commit
that referenced
this issue
Jan 29, 2023
…ant-merge Merge with this PR the same changes as #183 which was reviewed. I created this branch+PR because of merge conflicts
nicolaskolbenschlag
moved this from In Progress
to Awaiting Review
in amos2022ws03-feature-board
Jan 29, 2023
This was referenced Feb 1, 2023
sjelodari
moved this from Awaiting Review
to Feature Archive
in amos2022ws03-feature-board
Feb 1, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual behavior
This came up when considering the unit of the time-sweep indicator (#151). But is has to do with time-sweep only indirectly. If this is an issue, it does not come from the time-sweep itseld but more from the overall way of how data is processed and displayed in the frontend.
Expected behavior
Other oscilloscopes might (as I understood) display new data in their own speed, meaning a new div (pixel, respectively) in a fixed amount of time (unit: [time/div]). Also, Wieland said that our time-sweep should be unit time/div. But currently that is not what our oscilloscopse (and by this also our time-sweep) does.
Additional context
Changing this would require changing the whole way of how data is processed in the frontend (I guess).
The text was updated successfully, but these errors were encountered: