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

an error occurred while querying system information #55

Closed
Andreas-strg opened this issue Oct 17, 2023 · 2 comments
Closed

an error occurred while querying system information #55

Andreas-strg opened this issue Oct 17, 2023 · 2 comments
Labels
question Further information is requested

Comments

@Andreas-strg
Copy link

Hello,

I only use Fletransver for my programming and don't need any DNC or monitor functions, but I still get error messages (iTNC530 and TNC640)
The data transfer then works as desired

Can I deactivate the other logins somehow or what could be the problem?

con = pyLSV2.LSV2("172.29.48.126")
con.connect()
con.login(login=pyLSV2.Login.FILETRANSFER)

Console:

received unexpected response RSP.T_BD
an error occurred while querying system information on turbo mode
received unexpected response RSP.T_BD
an error occurred while querying system information on dnc mode
an error occurred while querying system information on axes samling rate

Thanks alot

@drunsinn
Copy link
Owner

These log messages are normal. During the setup phase all known info items are queried to check the capabilities of the control. The queries are handled by the same code as everything else, this is why you see these messages. There is no easy way to get rid of these log messages besides changing the log level of your application to "ERROR".

@drunsinn drunsinn added the question Further information is requested label Oct 20, 2023
@Andreas-strg
Copy link
Author

Andreas-strg commented Oct 21, 2023

Thank you for the information, now I know that it's not a problem for me

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

No branches or pull requests

2 participants