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

Gui bugs collection #36

Closed
2 tasks done
lneuhaus opened this issue Jun 29, 2016 · 6 comments
Closed
2 tasks done

Gui bugs collection #36

lneuhaus opened this issue Jun 29, 2016 · 6 comments
Labels

Comments

@lneuhaus
Copy link
Collaborator

lneuhaus commented Jun 29, 2016

  • NA:
  • upper plot should be in logscale
  • when 'logscale' is enabled, frequency axis should be in log scale as well
@lneuhaus lneuhaus added the bug label Jun 29, 2016
@lneuhaus
Copy link
Collaborator Author

lneuhaus commented Jul 7, 2016

Scope gui: when in untriggered mode. Disabling "Channel2" or "Channel1" leads to strage behaviour:

  • trace freezes instead of disappearing
  • traces cease to the shown at all
    All depending on the order in which the Channels are (un-)selected..

====> Should be fixed now (871fcbd)

@lneuhaus
Copy link
Collaborator Author

loading gui second time after it has been open without restarting session: infinite loop

@lneuhaus
Copy link
Collaborator Author

in untriggered mode: change time to one forbidden by untriggered mode: freezes

@lneuhaus
Copy link
Collaborator Author

when 2 guis (on 2 separate redpitayas) are open in the same kernel: very slow (more than 2x reduction) -> needs some automatic reduction of update rate to avoid deadlocks

@lneuhaus
Copy link
Collaborator Author

lneuhaus commented Aug 1, 2016

Gui open. User forgets to restart the kernel and loads redpitaya and gui a second time: Infinite competition between 2 guis leads to infinite timeout error

@lneuhaus
Copy link
Collaborator Author

lneuhaus commented Aug 2, 2016

last issue: can be avoided by catching socket.error in all timer-related functionality. We should make a function decorator for all functions that are called by a timer that kills the timer if socket.error happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant