当前位置:网站首页>DGIOT supports industrial equipment rental and remote control
DGIOT supports industrial equipment rental and remote control
2022-08-10 07:18:00 【DGIOT platform】
[小 迪 导读]:in industrial equipment leasing,Equipment is distributed in various regions,设备维护困难、管理困难.
dgiot方案 | 其他方案 |
---|---|
远程查看设备数据 | 现场排查 |
Manage equipment rentals remotely | On-site management of expired devices |
Remote control device status,The device state is consistent with the platform control state | The field needs to control the equipment status in time |
功能介绍
The industrial equipment leasing operation and maintenance platform is based on data、以算法为支撑、以场景为导向,Apply advanced real-time big data processing,In-depth practice of operation and maintenance packaging industry experience,Open up the information gap and management gap between the background and front-end business applications,提升业务与IT管理效能.
The integrated operation and maintenance platform for industrial equipment leasing realizes the following functions:
- Multi-tenant hierarchical management
- Device location visualization management
- Device data information is displayed on one screen
- Equipment failure warning and diagnostic alarm
- Device remote control and configuration synchronization
设备交互流程
Multi-tenant hierarchical management
设备信息采集(MQTT)
Subscribe to login messagesTopic($dg/thing/{productId}/{deviceAddr}/firmware/report)获取设备信息
Use the device number, that is, the device address, as a unique identifier
Login message test
{
"RatedPower":37,
"RatedFreq":50,
"RatedLoad":2000,
"WeightFactor":360,
"SumLayer":1,
"LearnedLayer":0,
"SelfLearned":0,
"SelfAdjust":0,
"Lon":12003.28182,
"Lat":3021.80238,
"ProtocolVersion":"1.0.1",
"CtrSoftVersion":"0.1.0",
"MDSoftVersion":"1.0.1"
}
Subscribe to periodic messagesTopic($dg/thing/{productId}/{deviceAddr}/properties/report)获取设备信息
Periodic message test(部分)
{
"UpLimit": 0,
"DownLimit": 0,
"UpDecSpdLimit": 1,
"DownDecSpdLimit": 1,
"Handheld": 0,
"HandUp": 0,
"HandDown": 0,
"HandheldStart": 0,
"ConsoleUp": 0,
"ConsoleDown": 0,
"HighSpd": 0,
"ConsoleStart": 0,
"PowerState": 1,
"PubState": 1,
"AgreementState": 0,
"UpState":0,
"DownState":0,
"HighSpdState":0,
"RunState":0,
"BrakeState":0,
"ContactorState":1,
"ConsoleComm":0,
"CurrLayer":1,
"RunLayer":0,
"AimLayer":0,
"DeadLoad":1500,
"NetWeight":164,
"PubFreq":30,
"PowerOffDelay":48,
"servicetime":2,
"idletime":3
}
平台数据处理
标识符 | 功能名称 | 数据类型 |
---|---|---|
agreementstate | 协议状态 | enum |
servicetime | 服务时间 | int |
idletime | 空闲时间 | int |
poweroffdelay | Shutdown confirmation time | int |
runstate | 运行状态 | enum |
aimlayer | 目标楼层 | int |
runlayer | 运行层 | int |
currlayer | 当前楼层 | int |
pubfreq | 发布频率控制 | int |
deadload | 自重 | float |
netweight | 净重 | float |
consolecomm | Console communication status | enum |
hmicomm | HMI 通信状态 | enum |
runphase | 运行阶段 | int |
iout | 输出电流 | float |
vout | 输出电压 | float |
busvoltage | 母线电压 | float |
runfreq | 运行频率 | float |
aimrundir | 运行方向 | enum |
contactorstate | Main contactor output | enum |
brakestate | Brake output | enum |
highspdstate | 高速 | enum |
downstate | 下行 | enum |
upstate | 上行 | enum |
pubstate | Communication service status | enum |
powerstate | 开关机状态 | enum |
consolestart | The console starts | enum |
highspd | The console is high-speed | enum |
consoledown | The console goes down | enum |
consoleup | The console goes up | enum |
handheldstart | Handheld start | enum |
handdown | Hand held down | enum |
handup | Hand held up | enum |
handheld | Handheld state | enum |
downdecspdlimit | down deceleration state | enum |
updecspdlimit | Up deceleration state | enum |
downlimit | Lower limit status | enum |
uplimit | upper limit status | enum |
skyightdoorlimit | Sunroof door status | enum |
outdoorlimit | Discharge door status | enum |
indoorlimit | Feed gate status | enum |
antifallinglimit | Fall arrester status | enum |
autoswitch | Switch by hand | enum |
brakefbkfault | Brake power feedback | enum |
inverterfault | 变频器故障 | enum |
brakerequest | Brake request | enum |
Device location visualization management
Identify on the map by obtaining latitude and longitude,Carry out macro and micro quantitative display
{
"Lon":12003.28182,
"Lat":3021.80238,
}
组态
图片背景
Configure basemap product/topo/{productid}.jpg 如果{productid} 为 ed09e37bbb, Then the complete configuration basemap file data code is product/topo/ed09e37bbb.jpg
COPY
Device data information is displayed on one screen
The data configuration screen corresponding to the object model
告警中心
Various attributes are associated for data processing,Implement an alarm center
Device remote control and configuration synchronization
Device remote control and configuration synchronization Edit the control interface of the platform with low code as the core
Low code logo
开关机控制
"name": "data.profile.PowerOnCtrl",
"label": "开关机控制:",
"value": " 1",
"inline": false,
"onText": "开机",
"option": "",
"offText": "关机",
"disabled": false,
"trueValue": 1,
"disabledOn": "",
"falseValue": " 0"
COPY
服务控制
"name": "data.profile.PubCtrl",
"label": "服务控制:",
"value": 1,
"inline": false,
"onText": "开启",
"option": "",
"offText": "关闭",
"trueValue": " 1",
"disabledOn": "",
"falseValue": " 0"
COPY
发布频率
"name": "data.profile.PubFreq",
"size": "",
"step": 1,
"label": "发布频率:",
"value": 30
COPY
Agreement terminated
"name": "data.profile.AgreementRelease",
"label": "Agreement terminated:",
"value": 0,
"onText": "解除协议",
"option": "",
"offText": "Do not cancel the agreement",
"trueValue": " 1",
"disabledOn": "",
"falseValue": " 0"
COPY
On-off delay control
"name": "data.profile.PowerOffDelay",
"size": "",
"step": 1,
"label": "Shutdown delay time:",
"value": 48
COPY
[小 迪 点评]
- dgiot远程查看设备数据,Realize convenient operation and maintenance management.
- dgiotThe platform configures the synchronous control device,In order to prevent the equipment from being turned on over the lease period.
- 在成本方面dgiot为降低用户使用成本,降低运维成本.
边栏推荐
猜你喜欢
CuteOneP is a PHP-based OneDrive multi-network disk mount program with member synchronization and other functions
自动化测试框架搭建 ---- 标记性能较差用例
Reproduce dns out-band data combined with sqlmap
一文2600字手把手教你编写性能测试用例
Add spark related dependencies and packaging plugins (sixth bullet)
自动化测试框架Pytest(一)——入门
ESP32 485风速
【Event Preview on August 9】Prometheus Summit
力扣(LeetCode)221. 最大正方形(2022.08.09)
机器人控制器编程实践指导书旧版-实践二 传感器(模拟量)
随机推荐
Complex AB experiment
BUUCTF Notes (web)
Deep understanding of the array
DGIOT三千万电表集抄压测
AFNetworking概述和4.0的实践
预测股票涨跌看什么指标,如何预测明天股票走势
【Rust指南】使用Cargo工具高效创建Rust项目 | 理解Rust特别的输入输出语句
30条实用MySQL优化法则
初使jest 单元测试
order by injection and limit injection, and wide byte injection
C# 获取PCI等设备的插槽位置信息
About MongoDb query Decimal128 to BigDecimal problem
浅谈C语言实现冒泡排序
2022 Henan Mengxin League Game (5): University of Information Engineering K - Matrix Generation
每日一题,二叉树中增加一行
2022 Henan Mengxin League No. 5: University of Information Engineering J-AC Automata
QT下载清华源配置
【愚公系列】2022年08月 Go教学课程 034-接口和多态
Introduction to C integer data storage
Basic use of Log4j2