Page 1 of 1

Cannot inherit from BaseVariableType in UaModeler

Posted: 22 Jun 2017, 09:22
by martenbyebye
Hi,

The OPC UA for Devices Companion Specification 1.01 wants the UIElementType as a subtype of BaseVariableType. In the UaModeler (1.5.386) it is not possible to create a subtype of BaseVariableType.

Is that only a limitation of the modeler or of the (.NET) SDK in general?

Re: Cannot inherit from BaseVariableType in UaModeler

Posted: 23 Jun 2017, 07:18
by Support Team
Hello,

The OPC UA specification for BaseVariableType needs clarification. After the clarification of the specification we will or will not update UaModeler.

However you can load the DI model, it is shipped with UaModeler. If you load the model, the UIElementType is loaded as a subtype of BaseVariableType.

Re: Cannot inherit from BaseVariableType in UaModeler

Posted: 04 Aug 2017, 09:54
by martenbyebye
Ahh, I didn't know there was this DI model... nice

So I understand that the Server can handle this.
Thanks!