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
055d3aac
Commit
055d3aac
authored
Nov 11, 2025
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 传送带 ip 和 端口号维护
2 上料 下料时 判断 传送带 是否有东西
parent
72c63261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
RobotArmCommandServiceImpl.java
...ehong/system/service/impl/RobotArmCommandServiceImpl.java
+1
-1
No files found.
zhmes-agecal-system/src/main/java/com/zehong/system/service/impl/RobotArmCommandServiceImpl.java
View file @
055d3aac
...
...
@@ -111,7 +111,7 @@ public class RobotArmCommandServiceImpl implements IRobotArmCommandService
// 1. 处理待执行的上料指令
List
<
RobotArmCommand
>
loadingCommands
=
robotArmCommandMapper
.
selectPendingLoadingCommands
();
if
(!
loadingCommands
.
isEmpty
()
&&
"
priority
"
.
equals
(
priority
))
{
if
(!
loadingCommands
.
isEmpty
()
&&
"
loading
"
.
equals
(
priority
))
{
// 传送带检测先去掉
boolean
[]
roboticArmEntryConveyorData
=
Modbus4jUtils
.
getRoboticArmExitConveyorData
(
feedIp
,
feedPort
);
...
...
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