You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use a basic test server (examples/server_example.py) for testing purposes with OPC Foundations Compliance Test Tool (CTT), but am unable to get the server connected to the CTT. I am able to connect python clients to the server, and am also able to connect to the server with UAExpert.
I believe the issue is the lifetime of OpenSecureChannel is set by default to 0 ms by the server. UAExpert and python clients set a non-zero value for the lifetime when connecting, but the CTT does not because it is testing for compliance.
Is it possible to set the default lifetime to a non-zero value on the server side?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to use a basic test server (examples/server_example.py) for testing purposes with OPC Foundations Compliance Test Tool (CTT), but am unable to get the server connected to the CTT. I am able to connect python clients to the server, and am also able to connect to the server with UAExpert.
I believe the issue is the lifetime of OpenSecureChannel is set by default to 0 ms by the server. UAExpert and python clients set a non-zero value for the lifetime when connecting, but the CTT does not because it is testing for compliance.
Is it possible to set the default lifetime to a non-zero value on the server side?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions