-
Notifications
You must be signed in to change notification settings - Fork 14
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
Failures with release 7.2 under 4.7.2 and 4.8 #2
Comments
Update: Downgrading the Kelary.ivi.visa package to version 5.11.3422 solves this problem. |
Hi, @ATECoder, |
Thank you, @vnau. This seems to beg a few questions: On another note, if I may, given the esteemed membership of the IVI foundation I had hoped for some time to see VISA.Net open sourced becoming independent of vendor specific implementations. That would have entailed implementations of XDR, ONC-RPC and VXI-11, which has been open sourced. As far as I can tell Ivi.Visa needs not reference the Vendors' VISA.Net libraries had the Foundation unified the resource data source format. As it stands. each vendor relies or its own proprietary data source (e.g., Also, it seems that the Foundation does not require all members to fully adhere to the VISA specifications. For example, I was disappointed to find that Rohde Schwarz RS.Visa, which I like for its small footprint, does not support addressing a |
Dear @vnau. I find your kelary.ivi.visa simply brilliant. Thank you. I used, I believe, a previous release (5.?) but it seems that the 7.2 release somehow blocks access to the resource manager.
I was getting the following error when running the IviVisaNetSample under .NET Framework 4.8:
To explore this further, I compiled a program to query the instrument identity and added a resource lookup using the IVI.Visa global resource manager. I then compared the results using the current 7.2 release of the Kelay.ivi.visa package versus using a direct reference to IVI.Visa (5.11).
While using ivi.visa directly works, I am getting the failure to parse error when referencing the package.
Here are my results:
Failure running
IviVisaSentSample
(I added the name of the running framework).Success running
IviVisaSentSample
under .NET 8.0:Getting an error under v4.8 using Kelary 7.2
I added the resource lookup here as a way to check the resource manager without having to use an explicit resource name.
Success running under 4.7.2 using direct reference to IVI.Visa.
Success running under 4.8 using direct reference to IVI.Visa.
The text was updated successfully, but these errors were encountered: