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

Communication via OPC UA #976

Open
BrunoNascimentoGomes opened this issue Jan 20, 2025 · 3 comments
Open

Communication via OPC UA #976

BrunoNascimentoGomes opened this issue Jan 20, 2025 · 3 comments

Comments

@BrunoNascimentoGomes
Copy link

BrunoNascimentoGomes commented Jan 20, 2025

I got an error "ERROR: T#18446743277741810407: [OPC UA ACTION]: In FB CLIENT_1: Remote action WRITE is only allowed using a Client FB, the amount of BrowseName,NodeId pairs should match the number of SDs and must have no RDs" when using the Publish FB to write new values at a variables, so I tried using an client FB, but there is no Client without RDs. So how can I create a new client FB?

I tried to search for the creation of the FBs from the lib net, but I dont find it

Image

Image

@azoitl
Copy link
Contributor

azoitl commented Jan 20, 2025

The best is you take the CLIENT_1 block copy it to a CLIENT_1_0 and delete the RD_1 output. 4diac IDE and 4diac FORTE will know what to do. You do not need to export C++ ocde.

@BrunoNascimentoGomes
Copy link
Author

So I have to create a new type from the existing CLIENT_1, but how can I do that?

@azoitl
Copy link
Contributor

azoitl commented Jan 20, 2025

As I have written. Just by copy pasting

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