Skip to content
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

初始版本 #1

Open
Xanliang opened this issue Oct 1, 2021 · 3 comments
Open

初始版本 #1

Xanliang opened this issue Oct 1, 2021 · 3 comments

Comments

@Xanliang
Copy link
Owner

Xanliang commented Oct 1, 2021

希望大家共同完善

@ATECoder
Copy link

I am unable to communicate with a Keithley 7510 instrument when running the TestClient in debug or executable.
When sending the *IDN?, the instrument reports two errors:
-363 input buffer overrun: too many characters were sent in one line.
-420 Query Unterminated (from VXI-11): the instrument was asked to send information but there was nothing to send,

thereafter the test client times out with Read Error Code 15

The TestClient works okay with the TestServer returning 'PhaseLock Technology,EXXX0A'

I am able to send the *IDN? command using other programs.

It seems to me that the instrument is not receiving the commands. To test this, I sent the "SYST.CLE" command, which should have cleared the error log but nothing happened. This would explain the query unterminated error, I verified ending the command with the new line character and even added a carriage return (CRLF is acceptable for this instrument). I also tried adding an extra new line character.

Environment:
Visual Studio Community 2022 edition current version 17.4.326.54890
.NET: 4.8

@Xanliang
Copy link
Owner Author

Xanliang commented Apr 3, 2023

@ATECoder do you resolve this problem?

@ATECoder
Copy link

ATECoder commented Apr 8, 2023

Yes, thank you. There was an issue with the Flags, which I discovered using Wireshark and comparing with Keysight VISA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants