Mariusz Postol
Mariusz Postol
@eoursel working on the section [Address Space Concept Executive Summary](https://github.com/mpostol/OPC-UA-OOI/blob/master/SemanticData/UANodeSetValidation/docs/ObjectModelSpecyficatio.md#address-space-concept-executive-summary) - in a document where I try to work out a conclusion of our findings - I try to figure...
@eoursel I am not saying that something is wrong but I ony try to recover a services call sequence a client shall apply to browse to `NodeId="ns=1;i=13"`. I 100% agree...
Current trace log generated by the validation process: ```txt Test Name: eoursel510Test Test Outcome: Passed Result StandardOutput: Debug Trace: Trace: Verbose, Error Focus: Diagnostic, Identifier: P0-0003010000 Description: It is diagnostic...
@eoursel Thanks to your comments I have greatly improved the import, validation, and ModelDesign recovery process. In the previous comment, you can find a trace log generated as the result...
@eoursel - I am still improving the UANodeSet model validation process. The current log is as follows Test Name: eoursel510Test Test Outcome: Passed Result StandardOutput: Debug Trace: Trace: Verbose, Error...
@eoursel, The BuildError.Identifier provides details allowing to select of the appropriate section in the specification that has been used to derive this validation rule. The BuildError entries are preliminary and...
Hi @eoursel, I hope you are still following me. To move forward the discussion related to the errors severity level I have abstracted a [bunch of snippets referring to the...
`The BaseType reference for node TrailerType is not valid: VehicleType.` Compilation fails if the base type (`VehicleType`) is located in the `ModelDesign` file later than the derived type (`TrailerType`). Because...
@eoursel it looks like your model has circular references created using the `HasChild`. Can you confirm? From the spec: >`P03-0705 HasChild ReferenceType` - the HasChild ReferenceType is an abstract ReferenceType;...
@eoursel thanks for the feedback. Of course, my concern is not the model itself. I know that the model is just an example without any production value. My concern is...