-
Notifications
You must be signed in to change notification settings - Fork 62
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
++spoll compatibility problem #32
Comments
Thank you for the report. I will investigate. |
There was a bug in the spoll_h function. The attached should now work. Please let me know whether it works with your KE5FX VNA tool setup. If it does then I will publish an updated release. |
Hi, the spoll problem seems to be solved, many thanks! ++ver ...here it gets stuck, no more response. It should read much more data lines. When I repeat manually i.e. slowly, there is no such problem. Also auto-read seems much more efficient to obtain the data. Best regards, |
Thank you for reporting back. I have pushed an update to the repository. I am not sure regarding your other issue. Will perhaps need to have a further look at that. Maybe the auto read loop is getting ahead of the instrument before it is ready to send the next reading. BTW, does the output data problem happen with the Prologix as well, or just the AR488? |
Hi,
I think I have detected an incompatibility between the AR488 and the Prologix adapter that seems to cause an issue with the KE5FX VNA toolbox.
The issue is with the ++spoll command. The KE5FX software issues it with an address, i.e. ++spoll 16, where 16 is the primary GPIB address of the polled instrument.
Here is the command sequence that works successful with the Prologix adapter in combination with the HP8510B VNA:
++addr
16
++spoll
1
++spoll 16
1
For better visibility I have indented the adapter responses. So far so good.
Now, here is the same sequence using the AR488:
++ver real
AR488 GPIB controller, ver. 0.51.09, 20/06/2022
++addr
16
++spoll
1
++spoll 16
=> no response from the AR488 which causes the KE5FX VNA tool to lock up.
Have I misunderstood something or can there be done something about this problem?
Thanks and best regards,
Tom DG8SAQ
The text was updated successfully, but these errors were encountered: