> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-gateway.md).

# VehicleScape DAQ: Gateway

The [VehicleScape DAQ](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq.md) Gateway tab allows you to configure either a standard gateway or a logging gateway. Data to be gated is selected on the [Channels tab](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-channels-tab.md). VehicleScape DAQ will package the selected data into messages and transmit them on the gateway network.

The generation of the gateway is based on the functionality and setup options defined under [Standalone Logging](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab.md), which are used to generate the necessary transmit messages and function blocks. The gateway will generate a DBC file in your data directory that you can use to decode the transmit messages.

The Gateway Tab is divided into two sections, **Periodic Gateway Setup** and **Generate**, as shown in Figure 1.

![Figure 1: The VehicleScape DAQ Gateway Tab.](/files/HjmU78AcIxteLhmnifvH)

### Periodic Gateway Setup

The top half of the tab is where the main gateway parameters are defined:

* **Gateway Network:** Choose the network to which you would like the gateway to transmit messages.
* **ArbID:** The starting ArbID in hex format. Check **extended (29bit)** to use extended arbitration IDs.
* **Transmit Rate:** The rate, in milliseconds, that the gateway messages should be sent. This is relevant to non-polling-type channels.

### Generate

The primary option here is the type of gateway you wish to create:

* **Gateway Logger:** Vehicle Spy will create a gateway logger using all of the logger settings defined under [Standalone Logging](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab.md).
* **Standard Gateway:** Only a gateway will be defined, without logging functions.

The remaining options and settings in this area, including those accessed through the **Advanced Options...** button, are the same as those found in the [VehicleScape DAQ Standalone Logging Generate section](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab/standalone-logging-generation-options.md). All of these options are enabled for a gateway logger, while those relevant to logging are grayed out if a standard gateway is selected.


---

# 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.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-gateway.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.
