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

[Integration] The SeRoNetSDK do not work with the Tooling #7

Open
Kantiran91 opened this issue Dec 19, 2018 · 3 comments
Open

[Integration] The SeRoNetSDK do not work with the Tooling #7

Kantiran91 opened this issue Dec 19, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Kantiran91
Copy link

The Examples generated by the SmartSoft /SeRoNet Tooling do not work. I think the "user code" will not be triggered.

@alex-lotz Could you test the behavior?

@Kantiran91 Kantiran91 added the bug Something isn't working label Dec 19, 2018
@alex-lotz
Copy link
Contributor

I have tested the last commit 83ff659. It is an improvement: now the PushClient gets notified from a PushServer (so the method notify_input is triggered). However, now I have the following issues:

  • The PushServer blocks its method put at a strange frequency of about 1Hz (it should not block but send the data as fast as possible and release the put method immediately)
  • The PushClient receives the data at the same update frequency but there is a delay of about 0.5 seconds (just estimated visually)

@ccvca and @Kantiran91 Do you have an idea what is going on there?

@Kantiran91
Copy link
Author

That is really strange.

In the put method ist no blocking method call and the OPC UA Server is running as fast as possible. I test it on Monday.

@ccvca Can the problem be related to the PublishInterval or SamplingInterval?

@ccvca
Copy link
Contributor

ccvca commented Jan 21, 2019

Hallo,
wir können das Phänomen mit den 1Hz bei put nicht nachvollziehen.
Dieser Testfall hier läuft auf Windows und Linux in< 2.5s durch:
https://github.com/seronet-project/SeRoNetSDK/blob/master/tests/Test_Push.cpp#L172-#L196
(Wird nur gebaut, wenn SERONETSDK_ENABLE_TESTS gesetzt ist)

@Kantiran91 Kantiran91 removed their assignment Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants