Skip to content

Latest commit

 

History

History
96 lines (84 loc) · 6.2 KB

basic_operation.md

File metadata and controls

96 lines (84 loc) · 6.2 KB

Basic Operation

Add container

Right click and move to Add item. Wait to choose container want to add.
image
Whole path of container with required subcontainers are add.
image
Required paramters in required container are also created.
image

Delete option container

Right click the container and click Delete item.
image
The container want to delete is deleted.
image

Add option parameter

These disable TextBox is option parameter in container. Right clck it and click Create Parameter item.
image
The parameter is enabled with default value. image Change it is also possible with candidate value.
image

Delete option parameter

Enabled parameter can be deleted. Right click parameter and click Delete Parameter item.
image
Parameter back to disabled status.
image It is not possible to deleta a required parameter.
image

Add reference

Here is a CAN controller and a CanIf CanIfCtrlCanCtrlRef container with CanIfCtrlCanCtrlRef reference to connect
these two container. image Right click and choose Create Paraemter item. image A form with candidate items is popup and choose CAN controller want to link and double click. image The reference link is created. image

Delete reference

If reference can be deleted, right click on reference and click Delete Paremeter item.
image
The reference can be deleted.
image

Find referenced parameter or container

On a reference, right click and choose Find Reference item.
image
Then focus will navigate to the referenced parameter or container.
image

Find Usage of container

On node of container, right click and choose Usage item.
image
Then focus will navigate to the container reference the first container.
image

Save changes

Click File menu and choose Save item to save configurations in arxml.
image

Reload UI

Click File menu and choose Reload item to reload ui.
image

Run Script and get result

Click Script menu and choose the script you want to execute.
image
After execution of the script. Result will be shown in Console.
image
If the script contains validation result, the wrong container and parameter will shown as red color.
image
Hover on the red node or parameter, validtion result will be shown.
Parameter validation result
image
Container validation result
image
The validation result are summarized in Validation windown.
The summary is based on module.
image
Right click on each item can get Navigate and Solve item.
image
Click Navigate item will focus to the validated container.
image
Click Solve item will call script to solve the problem.
image
The container will also turn to black to show the problem is fixed.
image


Customize bswmd arxml to create custom Autosar module