How to configure ODX service
Via drag'n drop you can add the service from the ODX services window to the editor, here you can edit service requests. In principle it's a view to that database and you can configure these service requests with combo boxes, radio buttons or text fields.

Several service requests can be added in a sequence in a so-called Flow. In a Flow you can manage easily your test cases,
for example to test OBD services, to get diagnosic trouble codes and other diagnostic tasks.
As well flows for reprogramming can be edited and configured here.
How to evaluate the response

If a diagnostic services is applied, the author can see the CAN raw data in the CAN watch window. Furthermore the interpretation of these CAN data in the Output window. The interpretation is defined in the ODX database.
The Flow
Create a diagnostic sequence
If you create a new flow, for example a diagnostic test, the editor is blank.
Then you add your elements to the editor via drag'n drop.

Creation of a flow with variables FlowVariable allows you to store essential value. The value stored in the FlowVariable can be used later by BusFish Command such as Branch Job, Loop Job, or even by your specialized BusFish Plugin.
To add FlowVariable, you can simply open FlowVariable window, write down the name for your FlowVariable, and select type of value you wish to store. You can also configure many things from this FlowVariable window.


Store value into FlowVariable can be done in many ways. The simplest way is to use “Simple Expression” BusFish Plugin Command. Just refer to your FlowVariable by using its name, then assign your preferred value to it. The assigned value can be both the value itself or the name of another FlowVariable which containing the assigned value.

You can use the value stored in the FlowVariable by referring its name. For example, In addition, FlowVariable can also be used for passing value between caller Flow and Sub Flow

PlugIn Interface
You can write your PlugIn with C#.
When you use BusFish, you are not limited to what we regularly provide in our application. With our BusFish Plugin Interface, you can full-fill your need indefinitely. BusFish Plugin Interface allows you to create your own BusFish Command by yourself (required Microsoft Visual C# Express or Microsoft Visaul Basic Express). We have provided well-documented API for Plugin developer, so you can easily create your own Plugin.We also offer service for creating Plugin according to your requirements. Please contact us for more detailed information, send E-mail to info@BusFish.com


