-
Notifications
You must be signed in to change notification settings - Fork 140
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
New trigger interface #629
base: master
Are you sure you want to change the base?
Conversation
When starting the dummy version on Windows 10, Windows has problems with the geometry of the application window. QWindowsWindow::setGeometry: Unable to set geometry 105x86+907+483 on QWidgetWindow/'MainWindowWindow'. Resulting geometry: 120x86+907+483 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 50x86, maximum size: 16777215x16777215). |
Besides the Geometry problem by Windows 10, the dummy version seems to run without problems. |
@GRexBayer fixed the warnings by reworking the gui. Please test again. |
Found no warnings, the window is displayed with an appropriate size! |
New tool chain for sending simple digital triggers. These triggers are software timed and therefore are not recommended for time sensitive triggering.
Description
An interface was written including a dummy hardware. Also a logic and gui module were created for demonstration.
As the most common use case of triggers is automation, the triggers will probably most often be fired from a notebook and not by the gui.
Motivation and Context
Sometimes an external controller needs to be reset or a state change needs to be triggered.
How Has This Been Tested?
tested with dummy on Linux 5.9.1-1-MANJARO
Screenshots:
very simple GUI with push buttons:
Types of changes
Checklist:
documentation/changelog.md
)