This commit is contained in:
parent
e7e80c982a
commit
f380713718
|
@ -98,6 +98,7 @@ public partial class 温湿度Reader : Node
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
BIT4Log.Log<温湿度Reader>(e.Message);
|
BIT4Log.Log<温湿度Reader>(e.Message);
|
||||||
|
hintsLabel.SetTextAsync(e.Message);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
* 通过`模拟生产`手动注册标识,或自动注册标识
|
* 通过`模拟生产`手动注册标识,或自动注册标识
|
||||||
* 对温湿度传感器进行数据采集
|
* 对温湿度传感器进行数据采集
|
||||||
* 提交温湿度传感器数据到标识
|
* 提交温湿度传感器数据到标识
|
||||||
* 为温湿度传感器创建异常环境
|
* 生产环境异常模拟
|
||||||
* 标识解析检测软件检测到异常环境,并发送异常信息
|
* 标识解析检测软件检测到异常环境,并发送异常信息
|
||||||
* 回到`标识解析`页面,搜索标识并找到异常原因
|
* 回到`标识解析`页面,搜索标识并找到异常原因
|
||||||
## 🗎目录
|
## 🗎目录
|
||||||
|
|
Loading…
Reference in New Issue