Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhmes-agecal
Commits
e6f58e8e
Commit
e6f58e8e
authored
Sep 23, 2025
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 测试 上电后通信 和 最终完成 定时任务功能
parent
daa59df2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AllCommandHandler.java
...c/main/java/com/zehong/system/task/AllCommandHandler.java
+1
-1
No files found.
zhmes-agecal-system/src/main/java/com/zehong/system/task/AllCommandHandler.java
View file @
e6f58e8e
...
@@ -80,7 +80,7 @@ public class AllCommandHandler {
...
@@ -80,7 +80,7 @@ public class AllCommandHandler {
deviceTaskScheduler
.
scheduleDeviceMonitoring
(
tStoreyInfo
.
getfStoreyId
(),
fip
,
fport
);
deviceTaskScheduler
.
scheduleDeviceMonitoring
(
tStoreyInfo
.
getfStoreyId
(),
fip
,
fport
);
}
}
}
catch
(
ModbusInitException
|
ModbusTransportException
|
ErrorResponseException
|
SchedulerException
e
)
{
}
catch
(
ModbusInitException
|
ModbusTransportException
|
ErrorResponseException
e
)
{
// 记录异常
// 记录异常
TEquipmentAlarmData
alarmData
=
new
TEquipmentAlarmData
();
TEquipmentAlarmData
alarmData
=
new
TEquipmentAlarmData
();
alarmData
.
setfAlarmType
(
"03"
);
// 老化层
alarmData
.
setfAlarmType
(
"03"
);
// 老化层
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment