UaModeler  1.3.2.273
 All Pages
General Description

For generating code the UaModeler uses a template based code generator. Several templates are combined to template sets which are responsible for the generated code. The current version of the UaModeler provides template sets for the Unified Automation C++ based OPC UA Server SDK, the Unified Automation ANSI C based OPC UA Server SDK and the Unified Automation .NET based OPC UA Client SDK. The generated code can be integrated into the corresponding SDKs.

You have to choose a template set in the wizard. Since each template set requires specific information, the input fields of the wizard vary depending on the selected template set (see HowTo and Short Tutorial). You can change your selection later by choosing Project → Change TemplateSet from the menu bar.

The Unified Automations UaModeler generates source code files depending on the TemplateSet you have selected with the wizard.

C++:
*.cpp and *.h files
Ansi C:
*.c and *.h files
.NET:
*.cs files

You can get more detailed information about the TemplateSets used in the UaModeler by reading the section Template Set.