Allowed Characters in NodeId

Questions regarding the use of UaModeler

Moderator: uamodeler

Post Reply
JonLor
Hero Member
Hero Member
Posts: 48
Joined: 30 Jan 2014, 11:05

Allowed Characters in NodeId

Post by JonLor »

Hello,

Using UaModeler, what characters are allowed for name of nodes and NodeIDs? It seems only letters, digits and '_' are supported? Is there any way to get around this and use characters like +? Is there a good reason for not using these characters?

Cheers,
Jonas

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

Re: Allowed Characters in NodeId

Post by Support Team »

Hello,

The name of a node is the SymbolicName. This SymbolicName is used for code generation. The described restriction to letters, digits and '_' for the SymbolicName ensures that the generated code compiles.

You can use special characters like '+' for DisplayName and BrowseName. You have to edit them manually.

Best regards
Support Team

Post Reply