OPCFoundation / UA-Nodeset

UA Nodeset
218 stars 149 forks source link

Missing MachineVision XML file conformant with ModelDesign.xsd #53

Closed eoursel closed 4 years ago

eoursel commented 4 years ago

Hi guys,

In MachineVisionn, the description of the model does not contain the XML representation compatible with ModelDesign.xsd which is mandatory for using the ModelCompiler.

Or perhaps someone has already a tool to convert NodeSet2 to ModelDesign format?

Regards

opcfoundation-org commented 4 years ago

Companion specifications are only required to provide a file compliant with UANodeSet.xsd. If the ModelDesign.xsd compliant inputs exist they will be added to the ModelCompiler project.

If it does not exist then someone who wants the ModelDesign.xsd compliant input needs to create it themselves.

Adding support for UANodeSet.xsd => ModelDesign.xsd conversion is an open feature request. We are waiting for someone that wants it enough to do the work and contribute it back to the shared codebase.