This commit is contained in:
CortexCore 2023-07-19 18:18:55 +08:00
parent 67d707e95b
commit 52571a5237
2 changed files with 2 additions and 3 deletions

View File

@ -13,6 +13,8 @@
今天,我们将模拟一个有基于标识解析监测,传感器检测到异常并报警的生产过程 今天,我们将模拟一个有基于标识解析监测,传感器检测到异常并报警的生产过程
小小的声明一下,该表示注册系统是是我们的教育平台下的一个实训模拟课程,不是真的标识解析系统
首先我们将对手动温湿度传感器进行注册, 首先我们将对手动温湿度传感器进行注册,
然后我们的基于标识解析的监测软件会对这些传感器进行实时的解析与分析 然后我们的基于标识解析的监测软件会对这些传感器进行实时的解析与分析
@ -27,8 +29,6 @@
* 输入模板名称,例如:`温湿度传感器模板`,然后点击右侧的`保存`按钮 * 输入模板名称,例如:`温湿度传感器模板`,然后点击右侧的`保存`按钮
* 接下来创建以下值 * 接下来创建以下值
* `型号` `string` `Intelli温湿度传感器` `设备参数` * `型号` `string` `Intelli温湿度传感器` `设备参数`
* `温度` `float` `42.0` `环境`
* `湿度` `float` `50.0` `环境`
* `生产厂家` `string` `Intelli工业` `出厂参数` * `生产厂家` `string` `Intelli工业` `出厂参数`
* `出厂日期` `dateTime` `2021年7月6日` `出厂参数` * `出厂日期` `dateTime` `2021年7月6日` `出厂参数`
* `购买链接` `url` `https://www.baidu.com` `出厂参数` * `购买链接` `url` `https://www.baidu.com` `出厂参数`

View File

@ -23,7 +23,6 @@ EntitiesManager="*res://Artists/Services/entities_manager.tscn"
BITApp="*res://Artists/Services/BITApp.tscn" BITApp="*res://Artists/Services/BITApp.tscn"
UXMetaService="*res://Artists/Services/UXMetaService.tscn" UXMetaService="*res://Artists/Services/UXMetaService.tscn"
UXService="*res://Artists/Services/UXService.tscn" UXService="*res://Artists/Services/UXService.tscn"
ContextMenu="*res://Artists/Services/UXContextMenu.tscn"
[display] [display]