AggregateFunctions

Questions regarding the use of UaModeler

Moderator: uamodeler

Post Reply
rkumawat
Jr. Member
Jr. Member
Posts: 3
Joined: 24 Nov 2023, 10:55

AggregateFunctions

Post by rkumawat »

Hi

I am creating a model using UaModeller and I need to add some aggregateFunctions in my server configuration. I have checked standard nodeset the nodes are present but they are not linked to the AggregateFunction folder node.

How can I add reference in AggregateFunction folder node having target node of aggregate function. Uamodeller is also not allowing to do any changes in standard namespace index 0.

Can you please help me!

Thnaks

User avatar
Support Team
Hero Member
Hero Member
Posts: 3344
Joined: 18 Mar 2011, 15:09

Re: AggregateFunctions

Post by Support Team »

Hi,

changing the standard NS0 in UaModeler is not possible, because it does not make sense. The SDK (and the resulting server implementation) typically have made a decision on which NS0 version they support, and hence have an implementation for the types (features) that come with the NS0. It makes no sense to change in modeling tool if the SDK/Server has no implementation for it.

Only if you "just create models" (e.g. Companion Specification, Custom Model) but you are not implementing them (modeling only) there might be the requirement to change/update the NS0 to some newer version to have access to some new fancy types. HHowever the UaModeler is (in first place) a code generator for the Unified Automation SDKs, and should generate code that is implementable in such SDKs and their respective servers.
Best regards
Unified Automation Support Team

Post Reply