当前位置:网站首页>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为降低用户使用成本,降低运维成本.
边栏推荐
- 【机器学习】神经网络中的优化器
- Ladies and gentlemen, oracle11g, cdc2.2, flink1.13.6, single-table incremental synchronization.Without adding data
- 每日一题,二叉树中增加一行
- Quickly grasp game resources in one hour and remote hot update
- 英国国家卫生服务遭受攻击,系统出现大面积故障
- MySQL's InnoDB engine (6)
- WooCommerce installation and rest api usage
- MySQL事务隔离级别
- 复现dns外带数据结合sqlmap
- .NET-7.WPF learning experience summary
猜你喜欢
CuteOneP is a PHP-based OneDrive multi-network disk mount program with member synchronization and other functions
Introduction to the delta method
初使jest 单元测试
金融证券 初级 招股书 要求 黑话1刷数 黑话2底稿 黑话3董监高
PLSQL学习第四天
人工神经网络工作原理,神经网络的工作原理
每日一题,二叉树中增加一行
Reproduce dns out-band data combined with sqlmap
BUUCTF Notes (web)
Chapter 11 Database Design Specifications [2. Index and Tuning] [MySQL Advanced]
随机推荐
initramfs与initrd的区别
复现dns外带数据结合sqlmap
3.1-3.3 读书笔记
杭州公积金修改手机号信息
神经网络可视化有3D版本了,美到沦陷 已开源
Elementary Structure
裸辞—躺平—刷题—大厂(Android面试的几大技巧)
QT下载清华源配置
JS中初始化对象为null和空对象的区别
神经网络样本太少怎么办,神经网络训练样本太少
All articles summary directory
[Reinforcement Learning] "Easy RL" - Q-learning - CliffWalking (cliff walking) code interpretation
模糊查询除了like+ % 还能用什么方式
The constraints of the database learning table
关于MongoDb查询Decimal128转BigDecimal问题
高级测试:如何使用Flink对Strom任务的逻辑功能进行复现测试?
mysql数据库月增长量问题
I would like to ask you guys, when FLink SQL reads the source, specify the time field of the watermark. If the specified field is in the grid
大佬,oracle单表增量同步时候源库服务器额外占用内存近2g,这不正常吧
进程管理(动态的)