Added new analog input read implementation#2
Open
BenMendel wants to merge 5 commits intojrdnwrth:mainfrom
Open
Added new analog input read implementation#2BenMendel wants to merge 5 commits intojrdnwrth:mainfrom
BenMendel wants to merge 5 commits intojrdnwrth:mainfrom
Conversation
Added a bunch of doc
Configuring the testing program to work with the new objcect
Author
|
Hey @jrdnwrth! |
Owner
|
Hi @BenMendel, Sorry I missed this update! I like what you have done. There were a lot of changes. You seem to understand the library better than I do. Would you like to own the project? If so, I would change my readme.md to point to your project so newcomers know where to go. I don't know why it threw an AccessViolationException for you when trying to build as x64. I'm on Windows 10 (22H2) 64 bit. My nicaiu.dll is version 19.5.0.49152. I was not able to reproduce this issue. |
Author
|
Hi @jrdnwrth! Thanks for the complements 😄 |
Owner
|
Hi @BenMendel I updated my repo to point to yours. Enjoy! Thank you. |
- Updated solution to include "NetDaqmx.Tests" project. - Added global using directive for Xunit in GlobalUsings.cs. - Created NetDaqmx.Tests.csproj with necessary testing dependencies. - Implemented NetDaqMxTests class with WritePort0Test and AnalogInputTest methods to validate NIDAQ operations.
This file contains hidden or 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
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.
Added a bunch of doc