Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus/customizations/manufacturing/opcua/devinstall

Installation of Papyrus OPC UA development environment

Use the Papyrus for OPC UA development environment, if you plan to extend or improve Papyrus Designer for OPC UA by contributing to its source code. In the sequel, we propose two different methods to install a suitable development environment.

Manual installation

  • Import the plugins contained in the git repository (notably in the "opcua/plugins" sub-folder) into your Eclipse installation.

Overview of plugins

The Papyrus Designer for OPC UA git is organized in the following way

 plugins/         plugin folder
 examples/        example models
 releng/          feature definition
 rcp/             RCP and update-site
 targetplatform/  target platform definitions, currently 2021-03 
 

The plugin folder has 2 subfolders

 modeling/   all profile plugins : Basic OPCUA, DI and Robotics 
 codegen/    all plugins for the code generation based on QVTo

Back to the top