# XML Documentation

**Element name:** REXGENCONFIG

**Description:** Root element should be REXGENCONFIG

**Sub Element:** VERSION-TYPE, CONFIG, SDINTERFACE\_LIST, USBINTERFACE\_LIST, CANINTERFACE\_LIST, CANMESSAGE\_LIST, SDMESSAGE\_LIST, USBMESSAGE\_LIST

```xml
<REXGENCONFIG xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.influxtechnology.com/xml/ReXgen ReXConfig.xsd" xmlns="http://www.influxtechnology.com/xml/ReXgen">
  <CONFIG UID="1">
    <GUID>
<InterfaceCount>
<Name>
<TimeStampSize>
<TimeStampPrecision>
<SleepMode>
    …
  </CONFIG>
  <CONFIG_FTP UID="42">
<ServerName_IP_Connection_Option>
<ServerIP>
…
  </CONFIG_FTP>
  <CONFIG_MOBILE UID="43">
<UseAPN>
<APN>
    …
  </CONFIG_MOBILE>
  <BLOCKS>
    <SDINTERFACE_LIST>
      <SDINTERFACE UID="2">
<MaxLogSize>
<MaxLogTime>
      </SDINTERFACE>
    </SDINTERFACE_LIST>
    <USBINTERFACE_LIST>
      <USBINTERFACE UID="3" />
    </USBINTERFACE_LIST>
    <CANINTERFACE_LIST>
      <CANINTERFACE UID="4">
…
      </CANINTERFACE>
      <CANINTERFACE UID="7">
        …
      </CANINTERFACE>
      <CANINTERFACE UID="10">
…
      </CANINTERFACE>
      <CANINTERFACE UID="13">
        …
      </CANINTERFACE>
    </CANINTERFACE_LIST>
    <CANMESSAGE_LIST>
      <CANMESSAGE UID="5">
<MessageIdentStart>
<MessageIdentEnd>
<Direction>
<DLC>
…
      </CANMESSAGE>
      <CANMESSAGE UID="8">
<MessageIdentStart>
…
      </CANMESSAGE>
      <CANMESSAGE UID="11">
…
      </CANMESSAGE>
      <CANMESSAGE UID="14">
…
      </CANMESSAGE>
      <CANMESSAGE UID="40">
…
      </CANMESSAGE>
      <CANMESSAGE UID="41">
…
      </CANMESSAGE>
    </CANMESSAGE_LIST>
    <CANERROR_LIST>
      <CANERROR UID="6">
<InterfaceID>
      </CANERROR>
      <CANERROR UID="9">
        …
      </CANERROR>
    </CANERROR_LIST>
    <LININTERFACE_LIST>
      <LININTERFACE UID="16">
<PhysicalNumber>
<MasterMode>
<BitRate>
…
      </LININTERFACE>
    </LININTERFACE_LIST>
    <LINMESSAGE_LIST>
      <LINMESSAGE UID="17">
<InterfaceID>
<MessageIdentStart>
<MessageIdentEnd>
…
      </LINMESSAGE>
    </LINMESSAGE_LIST>
    <DIGITAL_INPUT_LIST>
      <DIGITAL_INPUT UID="18">
<PhysicalNumber>
<SamplingRate>.
<DigitalType>.
<ActiveState>
     	 </DIGITAL_INPUT>
    </DIGITAL_INPUT_LIST>
    <ADC_LIST>
      <ADC UID="19">
<PhysicalNumber>.
<Rate>
<ParA>
<ParB>
</ADC>
</ADC_LIST>
    <ACCELEROMETER_LIST>
      <ACCELEROMETER UID="20">
<PhysicalNumber>
<Axis>
        …
      </ACCELEROMETER>
      <ACCELEROMETER UID="21">
…
      </ACCELEROMETER>
    </ACCELEROMETER_LIST>
    <GYRO_LIST>
      <GYRO UID="23">
<PhysicalNumber>
<Axis>
<SamplingRate>
        …
      </GYRO>
      <GYRO UID="24">
….
      </GYRO>
    </GYRO_LIST>
    <GNSSINTERFACE_LIST>
      <GNSSINTERFACE UID="26">
<PhysicalNumber>
<SamplingRate>
   …
    <GNSSMESSAGE_LIST>
      <GNSSMESSAGE UID="27">
….
      </GNSSMESSAGE>
    </GNSSMESSAGE_LIST>
    <SDMESSAGE_LIST>
    <SDMESSAGE UID="44">
<MessageIdentStart>
<MessageIdentEnd>
<Direction>
<DLC>
…
      </SDMESSAGE>
     	<SDMESSAGE UID="45">
<MessageIdentStart>
<MessageIdentStart>
…
      </SDMESSAGE>
  		<SDMESSAGE UID="65">
…
      		</SDMESSAGE>
   		 </SDMESSAGE_LIST>
    <USBMESSAGE_LIST>
    	<USBMESSAGE UID="74">
<MessageIdentStart>
<MessageIdentEnd>
…
      </USBMESSAGE>
     	<USBMESSAGE UID="75">
<MessageIdentStart>
…
   	<USBMESSAGE UID="103">
<MessageIdentStart>
<MessageIdentEnd>
…
      <DefaultHex>
     <InputUID>
    </USBMESSAGE>
 </USBMESSAGE_LIST>
</BLOCKS>
</REXGENCONFIG>

```


---

# Agent Instructions: 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:

```
GET https://docs.influxtechnology.com/support_guides/xml-documentation/xml-documentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
