Skip to content
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

[BUG] - Trace Live Data Overflow error #103

Open
zdomke opened this issue Feb 25, 2025 · 0 comments
Open

[BUG] - Trace Live Data Overflow error #103

zdomke opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@zdomke
Copy link
Collaborator

zdomke commented Feb 25, 2025

Describe the bug

The leftmost data in the live data buffer is deleted and the curve just draws a direct line from the archive data to the live data.

Expected behavior

When a trace’s live data overflows, it should not be deleted. Instead it should be appended to the rightmost side of the archive data buffer, keeping it available for the user.

Steps to Reproduce

  1. Pick a PV that triggers very often
  2. Plot it on trace
  3. Notice that very quickly, the live data buffer will start to disappear

Possible solution (optional)

No response

My platform

No response

Additional context

Image

@zdomke zdomke added the bug Something isn't working label Feb 25, 2025
@zdomke zdomke added this to the Trace 1.5 milestone Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant