This commit is contained in:
CortexCore
2023-08-18 11:03:06 +08:00
parent 0cee02523b
commit 003fff50fa
16 changed files with 36 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 KiB

View File

@@ -1,4 +1,5 @@
# 标识解析演讲稿
![image](Images/image_menu.png)
## 故事线
在生产过程中会产生很多的标识数据,
@@ -24,6 +25,7 @@
当然了,在注册温湿度传感器前,我们需要先创建一个温湿度传感器设备标识模板.才能对温湿度传感器进行标识注册
## 执行步骤
### 注册温湿度传感器标识
![image_createTemplate.png](Images%2Fimage_createTemplate.png)
* 点击侧边栏的`创建标识模板`
* 点击`创建模板`
* 输入模板名称,例如:`温湿度传感器模板`,然后点击右侧的`保存`按钮
@@ -38,20 +40,23 @@
* 点击`保存`按钮
> 很好,现在已经创建了温湿度传感器标识模板
### 接下来,我们将基于刚刚创建的标识模板,为温湿度传感器进行标识注册
![image_register.png](Images%2Fimage_register.png)
* 点击侧边栏的`标识注册`
* 点击`刷新`按钮
* 点击已创建的`温湿度传感器模板`
*标识中添加温湿度记录的标识,例如:`8.123.99/th.sensor`
*`标识码`中填写:`8.123.99/th.sensor`
* 根据已定义的表单,填写需要的信息
> 当然了,温湿度传感器的温度和湿度不需要填写,因为是基于设备自动注册的
* 点击`注册`按钮
> 很好,我们已经完成了温湿度传感器的标识注册,接下来我们将进行数据采集与标识更新
### 现在,我们要开始通过Modbus连接到温湿度传感器
![image_connectToModbus.png](Images%2Fimage_connectToModbus.png)
* 点击侧边栏的`温湿度传感器`
*`标识码`位置,输入注册的标识码,例如:`8.123.99/th.sensor`
* 默认的ip和端口绑定为`192.168.3.7:502`,我们需要根据情况填写正确的ip和端口
* 点击`连接`按钮
### 很好,我们已经成功连接到了温湿度传感器,接下来我们将进行数据采集
![image_registerTH.png](Images%2Fimage_registerTH.png)
我们现在有两个选项:
* 自动采集
* 勾选`自动更新`即可