Skip to content
Open
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
3 changes: 3 additions & 0 deletions en_US/configuration/south-devices/codesys3/codesys3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The Neuron CODESYS V3 TCP plugin enables access to PLCs and motion control syste
| timeout | Request send/receive timeout, default is 3000ms |
| username | Device username |
| password | Device password |

If the device logs in anonymously, fill in "Anonymous" as the username and leave the password blank.

## Supported Data Types
- uint8
- int8
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions zh_CN/configuration/south-devices/codesys3/codesys3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Neuron CODESYS V3 TCP 插件通过 TCP 协议访问基于 CODESYS V3 平台打
| username | 设备用户名 |
| password | 设备密码 |

设备如果是匿名登陆,用户名填写 Anonymous,密码为空。


## 支持的数据类型

Expand Down Expand Up @@ -48,6 +50,8 @@ Neuron CODESYS V3 TCP 插件通过 TCP 协议访问基于 CODESYS V3 平台打

CODESYS V3 平台导出的符号配置,即为 Nueron 的点位地址。

如果使用包含中文的 TAG NAME, 需要 CODESYS 3.5.20 以上版本,并进行相应的项目配置。


## 地址示例

Expand Down
9 changes: 8 additions & 1 deletion zh_CN/configuration/south-devices/codesys3/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,11 @@ CODESYS V3 开发环境安装程序,可以去 CODESYS 官网下载。本示例
* 进入 Neuron **数据监控** 选择对应设备与组,查看采集的数据点,如下图所示。

![data](./assets/data.png)



## CODESYS 支持中文标签配置
确保 CODESYS 3.5.20 以上版本,并且项目工程中编译选项启用以下选项:
![setting](./assets/setting.png)

数据显示如下:
![data1](./assets/data1.png)