> For the complete documentation index, see [llms.txt](https://wecon.gitbook.io/pistudio-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wecon.gitbook.io/pistudio-manual/11.-plc-protocols/mitsubishi-qj71e71-ethernet.md).

# 11.12 Mitsubishi QJ71E71 Ethernet

Mitsubishi QJ71E71 Ethernet communication module;

HMI settings

| **Items**       | **Settings**       | **Note**                            |
| --------------- | ------------------ | ----------------------------------- |
| Protocol        | MIT QJ71E71 MELSEC |                                     |
| Connection      | Ethernet           |                                     |
| Port No.        | 1025               | Must be the same as the PLC setting |
| PLC station No. | 0                  | Must be the same as the PLC setting |

**Address list**

| **Type** | **Device registers** | **HMI registers** | **Format** | **Range**  | **Note** |   |
| -------- | -------------------- | ----------------- | ---------- | ---------- | -------- | - |
| Bit      | X                    | X                 | X h        | 0\~1FFF    |          |   |
|          | Y                    | Y                 | Y h        | 0\~1FFF    |          |   |
|          | M                    | M                 | M d        | 0\~99999   |          |   |
|          | L                    | L                 | L d        | 0\~8191    |          |   |
|          | F                    | F                 | F d        | 0\~2047    |          |   |
|          | B                    | B                 | B h        | 0\~1FFF    |          |   |
|          | V                    | V                 | V d        | 0\~2047    |          |   |
|          | TS                   | TS                | TS d       | 0\~2047    |          |   |
|          | TC                   | TC                | TC d       | 0\~2047    |          |   |
|          | SS                   | SS                | SS d       | 0\~2047    |          |   |
|          | SC                   | SC                | SC d       | 0\~2047    |          |   |
|          | CS                   | CS                | CS d       | 0\~1023    |          |   |
|          | CC                   | CC                | CC d       | 0\~1023    |          |   |
|          | SB                   | SB                | SB h       | 0\~7FF     |          |   |
|          | S                    | S                 | S d        | 0\~8191    |          |   |
|          | DX                   | DX                | DX h       | 0\~1FFF    |          |   |
|          | DY                   | DY                | DY h       | 0\~1FFF    |          |   |
|          | SM                   | SM                | SM d       | 8000\~9999 |          |   |
| Word     | SD                   | SD                | SD d       | 0\~2047    |          |   |
|          | D                    | D                 | D d        | 0\~12287   |          |   |
|          | W                    | W                 | W h        | 0\~1FFF    |          |   |
|          | TN                   | TN                | TN d       | 0\~2047    |          |   |
|          | SN                   | SN                | SN d       | 0\~2047    |          |   |
|          | CN                   | CN                | CN d       | 0\~1023    |          |   |
|          | R                    | R                 | R d        | 0\~32767   |          |   |
|          | SW                   | SW                | SW h       | 0\~7FF     |          |   |
|          | Z                    | Z                 | Z d        | 0\~15      |          |   |
|          | ZR                   | ZR                | ZR h       | 0\~FE7FF   |          |   |

**HMI Communication Settings**

1\) Enable HMI Ethernet in \[Project Settings];

![](/files/-M3KVa4w-KEGnHLSMK2C)

2\) Set PLC IP in \[Device IP] settings;

![](/files/-M3KVa4xB63CuJ5PmHXD)

**PLC Settings(GX Works2)**

1\) Click \[Ethernet/CC IE/MELSECNET];

2\) Please select \[Ethernet] as network type;

3\)Set station I/O number according to situation (For example, 0000 means that the module is connected to PLC CPU in first order);

4\) Select \[Online] as Mode

![](/files/-M3KVa4y8T810JcXuUBM)

5\) Click \[Operation setting] to set IP;

6\) Select \[Binary Code] as \[Communication Data Code];

![](/files/-M3KVa4zXurMbnAHEaft)

7\) Set protocol: TCP;

8\) Set \[unpassive] in \[Open system];

9\) Set \[receive] in \[Fixed buffer];

10\) Set \[procedure Exist] in \[Fixed buffer communication];

11\) Disable \[Pairing open];

12\) Set \[No confirm] in \[Existence confirmation];

13\) Host station port number: 1025;

![](/files/-M3KVa5-tOHS_KtH0ZQp)

14\) Save settings;

15\) Download project into PLC and restart it

**Communication cable**

![](/files/-M3KVa50EUXlPiUFH17J)


---

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

```
GET https://wecon.gitbook.io/pistudio-manual/11.-plc-protocols/mitsubishi-qj71e71-ethernet.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.
