# 6.1.3 Word switch

**Introduction**

\[Word switch] could change value of specified PLC or HMI word address, when the switch is triggered the value will be written to specified address.

**Description**

![](/files/-Luq6Dv4TTSH_lWYnzVc)

**1) Edit**

**Read address:** Read value from specified address;

**Write address:** Write value to specified address;

Read and write address could be the same;

**2) Data format**

**Format**: It is for setting operating data format; it could support six modes;

**3) Mode**

\[Mode] is for setting operating mode for value, it could support 3 modes;

**Set value:** Set a constant value for the word address.

**Increase:** Increase the \[operand] value for each time the switch is triggered.

**Decrease:** Decrease the \[operand] value for each time the switch is triggered.

**High/Low limit:** The value will not increase/decrease when the value reaches limits.


---

# 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://wecon.gitbook.io/pistudio-manual/6.-object/6.1-buttons-switchs/6.1.3-word-switch.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.
