1
This commit is contained in:
BIN
ReadMe/工业互联网标识解析与注册/Images/image_connectToModbus.png
Normal file
BIN
ReadMe/工业互联网标识解析与注册/Images/image_connectToModbus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
ReadMe/工业互联网标识解析与注册/Images/image_createTemplate.png
Normal file
BIN
ReadMe/工业互联网标识解析与注册/Images/image_createTemplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
ReadMe/工业互联网标识解析与注册/Images/image_menu.png
Normal file
BIN
ReadMe/工业互联网标识解析与注册/Images/image_menu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 916 KiB |
BIN
ReadMe/工业互联网标识解析与注册/Images/image_register.png
Normal file
BIN
ReadMe/工业互联网标识解析与注册/Images/image_register.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
BIN
ReadMe/工业互联网标识解析与注册/Images/image_registerTH.png
Normal file
BIN
ReadMe/工业互联网标识解析与注册/Images/image_registerTH.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
BIN
ReadMe/工业互联网标识解析与注册/img.png
Normal file
BIN
ReadMe/工业互联网标识解析与注册/img.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 816 KiB |
@@ -1,4 +1,5 @@
|
||||
# 标识解析演讲稿
|
||||

|
||||
## 故事线
|
||||
在生产过程中会产生很多的标识数据,
|
||||
|
||||
@@ -24,6 +25,7 @@
|
||||
当然了,在注册温湿度传感器前,我们需要先创建一个温湿度传感器设备标识模板.才能对温湿度传感器进行标识注册
|
||||
## 执行步骤
|
||||
### 注册温湿度传感器标识
|
||||

|
||||
* 点击侧边栏的`创建标识模板`
|
||||
* 点击`创建模板`
|
||||
* 输入模板名称,例如:`温湿度传感器模板`,然后点击右侧的`保存`按钮
|
||||
@@ -38,20 +40,23 @@
|
||||
* 点击`保存`按钮
|
||||
> 很好,现在已经创建了温湿度传感器标识模板
|
||||
### 接下来,我们将基于刚刚创建的标识模板,为温湿度传感器进行标识注册
|
||||

|
||||
* 点击侧边栏的`标识注册`
|
||||
* 点击`刷新`按钮
|
||||
* 点击已创建的`温湿度传感器模板`
|
||||
* 在标识中添加温湿度记录的标识,例如:`8.123.99/th.sensor`
|
||||
* 在`标识码`中填写:`8.123.99/th.sensor`
|
||||
* 根据已定义的表单,填写需要的信息
|
||||
> 当然了,温湿度传感器的温度和湿度不需要填写,因为是基于设备自动注册的
|
||||
* 点击`注册`按钮
|
||||
> 很好,我们已经完成了温湿度传感器的标识注册,接下来我们将进行数据采集与标识更新
|
||||
### 现在,我们要开始通过Modbus连接到温湿度传感器
|
||||

|
||||
* 点击侧边栏的`温湿度传感器`
|
||||
* 在`标识码`位置,输入注册的标识码,例如:`8.123.99/th.sensor`
|
||||
* 默认的ip和端口绑定为`192.168.3.7:502`,我们需要根据情况填写正确的ip和端口
|
||||
* 点击`连接`按钮
|
||||
### 很好,我们已经成功连接到了温湿度传感器,接下来我们将进行数据采集
|
||||

|
||||
我们现在有两个选项:
|
||||
* 自动采集
|
||||
* 勾选`自动更新`即可
|
||||
|
Reference in New Issue
Block a user