DD-Silence / Arxml-Editor

Similar to Artop editor example. View, add and delete element in arxml.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArxmlEditor

Similar to Artop editor example. A Viewer which can view create, modify and delete element in arxml. image

  • With help of Vector AUTOSAR Scripting Engine, it is easy to handle arxml for all kind of version from R4.0 to R20-11.
  • View arxml in a matter of Treeview with expandable style.
  • Add child is possible.
  • Delete child is also possible.

This repository is a kind of experimental and latter may use this technology in Autosar Configurator repository.

Usage

Add arxml file(s)

File -> Load
image
Multiple files can be picked at same time.
image
image
If you want more file open at same time. Repeat File Load.

Save arxml file(s)

File -> Save
image

Reload opened arxml file(s)

File -> Reload
image

Create new arxml file

File -> New
image Choose arxml version
image
Input filename and save
image

Close opened arxml file(s)

image

View

When mouse hover over am item, a short summary will appear.
image

Expand treeview can get more child element.
image

Click on element, properties can be shown.
image

Add

Right click on node can add child element.
image

Delete

It is also possilbe to delete element.
image

Edit

Single property can be modified.
image

Not required property can be deleted.
image

Not required property can be added.
image image

Property with enumerate value can be choosen.
image

Multiple property can be modified.
image

Multiple property can be deleted and added.
image

Reference in opened arxml can be list to choosen.
image

About

Similar to Artop editor example. View, add and delete element in arxml.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%