-
Notifications
You must be signed in to change notification settings - Fork 167
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
plugin: Add ADMT Plugin for ADMT4000 #1878
Open
JJuanill
wants to merge
98
commits into
analogdevicesinc:dev
Choose a base branch
from
JJuanill:dev_admt
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: John Lloyd Juanillo <[email protected]>
…ed library to plugins folder Signed-off-by: John Lloyd Juanillo <[email protected]>
…ironment Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Added logic for compatible - Changed Harmonic Calibration icon - Changed plugin description Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Reverted C++ standard from 20 to 17 Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Changed data graph color to defined method - Removed redundant plot direction declaration Signed-off-by: John Lloyd Juanillo <[email protected]>
- Created method for calibration widget - Removed initial plot and data for acquisition tab Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Renamed acquisition labels Signed-off-by: John Lloyd Juanillo <[email protected]>
- Added custom spinbox widget - Styled line edits and combo boxes Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Connected horizontal spinbox to stepper motor control - Added conversions for real world values to stepper motor attributes - Added FFT plot for magnitude and phase calibration values Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Added tabs for raw and calibrated graphs - Converted real-world values to motor values and vice versa - Moved raw data list to static vector Signed-off-by: John Lloyd Juanillo <[email protected]>
- Removed Sismograph Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Changed register block widget to include CNVPAGE Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: dpineda2 <[email protected]>
Signed-off-by: dpineda2 <[email protected]>
- Initialized acquisition graph axes Signed-off-by: dpineda2 <[email protected]>
Signed-off-by: dpineda2 <[email protected]>
- Updated import sample behavior - Changed calibration UI timer rate Signed-off-by: dpineda2 <[email protected]>
Signed-off-by: dpineda2 <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Adjusted graph behavior for acquisition tab - Adjusted layout for calibration Signed-off-by: John Lloyd Juanillo <[email protected]>
- Added guards for controller methods - Added color map to ADMTStyleHelper Signed-off-by: John Lloyd Juanillo <[email protected]>
- Set static value updates to 300ms - Variable graph update interval - Set acquisition to 16ms - Added layout for fault register widget Signed-off-by: John Lloyd Juanillo <[email protected]>
- Added disconnect method for separate threads Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
- Included input and output for GPIO and disable function based on hardware - Fixed sequence section not updating on switch tabs - Added initialize for ADMT DIGIOEN register Signed-off-by: John Lloyd Juanillo <[email protected]>
- Applied new style method Signed-off-by: John Lloyd Juanillo <[email protected]>
Signed-off-by: John Lloyd Juanillo <[email protected]>
AlexandraTrifan
requested review from
adisuciu,
AlexandraTrifan and
andrei47w
January 17, 2025 10:40
- Adjusted calibration tab UI elements Signed-off-by: John Lloyd Juanillo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding implementation of ADMT4000 Harmonic Calibration plugin to Scopy