> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/dialog-user-guide/dialog-software-manual/introduction/software-versions.md).

# Software Versions

DiaLog is available in several software versions, supporting different levels of functionality. The features supported and their relevant sections in this document are summarised below:

<table data-header-hidden data-full-width="true"><thead><tr><th width="443"></th><th width="94"></th><th width="135"></th><th width="107"></th><th></th></tr></thead><tbody><tr><td></td><td><strong>Remote</strong></td><td><strong>Configurator</strong></td><td><strong>Standard</strong></td><td><strong>Plus</strong></td></tr><tr><td><strong>Industry standards</strong></td><td></td><td></td><td></td><td></td></tr><tr><td>Import ASAM A2L</td><td> </td><td> </td><td> </td><td>X</td></tr><tr><td>Import CAN and CAN FD DBC</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>Import LIN LDF</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>Import Diagnostic Data Files ODX, GDX, MDX</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>Import Fibex (required for FlexRay)</td><td> </td><td> </td><td> </td><td>X</td></tr><tr><td>Import IVS (Influx Configuration File)</td><td>X</td><td>X</td><td>X</td><td>X</td></tr><tr><td>DBC Editor</td><td> </td><td> </td><td>X</td><td>X</td></tr><tr><td>ODX Editor</td><td> </td><td> </td><td>X</td><td>X</td></tr><tr><td><strong>Export data formats</strong></td><td></td><td></td><td></td><td></td></tr><tr><td>Vector ™MDF</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>Vector BLF (CAN trace)</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>ASAM MDF4</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>Vector ASC (CAN trace)</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>Matlab™ Mat</td><td> </td><td> </td><td>X</td><td>X</td></tr><tr><td>NCode™ S3</td><td> </td><td> </td><td>X</td><td>X</td></tr><tr><td>Microsoft™ Excel</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>National Instruments ™ TDM</td><td> </td><td> </td><td>X</td><td>X</td></tr><tr><td>GPS data (kml)</td><td> </td><td> </td><td>X</td><td>X</td></tr><tr><td><strong>Network Protocols</strong></td><td></td><td></td><td></td><td></td></tr><tr><td>OBD II (ISO 15765)</td><td>n/a</td><td>X</td><td>X</td><td>X</td></tr><tr><td>CCP/xCP (CAN and FlexRay)</td><td>n/a</td><td> </td><td> </td><td>X</td></tr><tr><td>Extended ISO14229 (UDS)</td><td>n/a</td><td>X</td><td>X</td><td>X</td></tr><tr><td>CAN/CAN FD (x4 CAN Buses)</td><td>n/a</td><td>X</td><td>X</td><td>X</td></tr><tr><td>CAN/CAN FD (x7 CAN Buses)</td><td>n/a</td><td> </td><td> </td><td>X</td></tr><tr><td>FlexRay</td><td>n/a</td><td> </td><td> </td><td>X</td></tr><tr><td>J1939</td><td>n/a</td><td>X</td><td>X</td><td>X</td></tr><tr><td>K-LINE</td><td>n/a</td><td> </td><td>X</td><td>X</td></tr><tr><td>LIN</td><td>n/a</td><td> </td><td>X</td><td>X</td></tr><tr><td><strong>Advanced Network Functions</strong></td><td></td><td></td><td></td><td></td></tr><tr><td>Create Tx periodic CAN Frames (Works with the Rebel Dash)</td><td> </td><td> </td><td>X</td><td>X</td></tr><tr><td>Create a CAN message for periodic transmission or on a trigger event.</td><td> </td><td> </td><td> </td><td>X</td></tr><tr><td>Create one-shot data lists for data to be acquired on the event only.</td><td> </td><td> </td><td> </td><td>X</td></tr><tr><td>Create/edit simple triggers (Start/Stop/Mark event)</td><td> </td><td>X</td><td>X</td><td>X</td></tr><tr><td>Create/edit advanced triggers (Read DTC, Read OBD, Run Custom (Event)</td><td> </td><td> </td><td> </td><td>X</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.influxtechnology.com/support_guides/dialog-user-guide/dialog-software-manual/introduction/software-versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
