We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Connecting an opcuaItem record to an element of another opcuaItem record crashes. Example (with UA demo server):
record(opcuaItem, "Dirk:WorkOder") { field(DTYP, "OPCUA") field(INP, "@100ms ns=2;s=Demo.Static.Scalar.WorkOrder") field(SCAN, "I/O Intr") field(TPRO, "10") field(TSE, "-2") } record(opcuaItem, "Dirk:StatusComments") { field(DTYP, "OPCUA") field(INP, "@Dirk:WorkOrder element=StatusComments") field(SCAN, "I/O Intr") field(TPRO, "10") field(TSE, "-2") }
Seems to be a problem with the parser which does not intercept the "illegal" use of item records linking to other item records.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Connecting an opcuaItem record to an element of another opcuaItem record crashes.
Example (with UA demo server):
Seems to be a problem with the parser which does not intercept the "illegal" use of item records linking to other item records.
The text was updated successfully, but these errors were encountered: