Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mtconnect:update setting param #460

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions en_US/configuration/south-devices/mtconnect/mtconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ The Neuron MTConnect plugin accesses devices installed with MTConnect Agent thro

## Parameter Configuration

| Parameter | Description |
| --------- | ------------------------------------------------ |
| host | Target Device IP address or binding IP address |
| port | Target Device port or binding port, default 5000 |
| ns_prefix | namespace prefix |
| ns_uri | namespace uri |
| Parameter | Description |
| --------- | -------------------------------- |
| host | Target Device IP address |
| port | Target Device port, default 5000 |
| ns_prefix | namespace prefix |
| ns_uri | namespace uri |



Expand Down
12 changes: 6 additions & 6 deletions zh_CN/configuration/south-devices/mtconnect/mtconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Neuron MTConnect 插件通过 HTTP 协议访问安装有 MTConnect Agent 的设

## 设备设置

| 字段 | 说明 |
| --------- | ------------------------------- |
| host | 设备 IP 地址或者绑定地址 |
| port | 设备端口或者绑定端口, 默认 5000 |
| ns_prefix | 命名空间前缀 |
| ns_uri | 命名空间标识 |
| 字段 | 说明 |
| --------- | ------------------- |
| host | 设备 IP 地址 |
| port | 设备端口, 默认 5000 |
| ns_prefix | 命名空间前缀 |
| ns_uri | 命名空间标识 |

## 支持的数据类型

Expand Down