GithubHelp home page GithubHelp logo

Comments (5)

Pro avatar Pro commented on August 10, 2024

Ok, it wasn't this specific commit, but still StatusResult references the missing node i=25

from ua-nodeset.

Pro avatar Pro commented on August 10, 2024

Additionally, the following lines reference the missing datatype i=23 (DataValue)


  <UAVariable NodeId="i=3031" BrowseName="PerformInsertReplace" ParentNodeId="i=3006" DataType="i=11293">
    <DisplayName>PerformInsertReplace</DisplayName>
    <References>
      <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
      <Reference ReferenceType="HasModellingRule">i=78</Reference>
      <Reference ReferenceType="HasProperty" IsForward="false">i=3006</Reference>
    </References>
  </UAVariable>
  <UAVariable NodeId="i=3032" BrowseName="NewValues" ParentNodeId="i=3006" DataType="i=23" ValueRank="1">
    <DisplayName>NewValues</DisplayName>
    <References>
      <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
      <Reference ReferenceType="HasModellingRule">i=78</Reference>
      <Reference ReferenceType="HasProperty" IsForward="false">i=3006</Reference>
    </References>
  </UAVariable>

from ua-nodeset.

Pro avatar Pro commented on August 10, 2024

I'd guess that the following definitions should be added again (they have been in the .xml before):

    <UADataType NodeId="i=23" BrowseName="DataValue">
        <DisplayName>DataValue</DisplayName>
        <Description>Describes a value that is a structure containing a value, a status code and timestamps.</Description>
        <References>
            <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
        </References>
    </UADataType>
    <UADataType NodeId="i=25" BrowseName="DiagnosticInfo">
        <DisplayName>DiagnosticInfo</DisplayName>
        <Description>Describes a value that is a structure containing diagnostics associated with a StatusCode.</Description>
        <References>
            <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
        </References>
    </UADataType>

from ua-nodeset.

bjakke avatar bjakke commented on August 10, 2024

I have raised a mantis issue of this, https://opcfoundation-onlineapplications.org/mantis/view.php?id=3980 as that should be the proper channel (however note that it requires credentials).

from ua-nodeset.

Pro avatar Pro commented on August 10, 2024

Closing this in favour of the mantis issue

from ua-nodeset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.