# Test Station Setting

## Test Station Basics

The Test station defines the hardware interface for a specific test sequence. It includes

* Connected devices (used plugins)
* IO and Test Point Mapping

## Test Station Setting

To access the test station setting go to **admin > project and test station > click on edit under the test stations**

<figure><img src="/files/q1AF0FtF2e8EIg2sIPeK" alt=""><figcaption></figcaption></figure>

In this window, you can:

* **View a list of test stations**.
* **Add** of new test station, rename of existing test station, and remove the existing test station.&#x20;
* **Save** – after making changes it must be saved to changes take effect.&#x20;
* **Name** of selected test station. Under the name of the test station is an option to add picture to the test station

### Device tab

<figure><img src="/files/H4gRLvlZdubDYVwPGWVl" alt=""><figcaption></figcaption></figure>

In this window you can:

* **Load devices** - it is used to load all devices. First, device must be configured in plug-in manager and then it can be loaded to this list.
* **Move devices down or up.**&#x20;
* **Configuration** - configuration for selected device will be shown in separate window.&#x20;
* **Console** – separate window of console will be shown. In this window it is possible to communicate with selected device. You can communicate with devices using commands, which are available in manuals for this devices. Often used command is: \*idn? . Device will answer its identification data (if this command is supported by the device).<br>

  <figure><img src="/files/coRf8WuZSob6m3ndxCU8" alt=""><figcaption></figcaption></figure>
* **Button for save changes.**

#### Settings of devices

<figure><img src="/files/zq90tAiLQlcZrGJD46U8" alt=""><figcaption></figcaption></figure>

* **Enabled** – enable or disable device - according to this, the device will be initialized or not during the start of the test
* **Alias** – alias is used in the test program (if you want to send a command to the device in a test sequence)
* **Name** – physical name of the device.
* **Type** – device type
* **Serial number** - serial number of the device.

### IO and MX Mapping Tabs

<figure><img src="/files/bbddN1nX2o4amjOPvAh8" alt=""><figcaption></figcaption></figure>

Here you can set IO and MX mapping aliases that you can use in your test sequence. Learn how to use IO in [Digital I/O](/funtest-documentation/creating-test-sequence/funtest-commands/digital-i-o.md)and Test Points in [Test Point Control](/funtest-documentation/creating-test-sequence/test-point-control.md)


---

# 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://funtest-1.gitbook.io/funtest-documentation/test-station/test-station-setting.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.
