Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Commits
8e2d6e7d
Commit
8e2d6e7d
authored
19 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Better outputs concerning responding slaves.
parent
2c3f752b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
master/domain.c
+2
-2
2 additions, 2 deletions
master/domain.c
master/master.c
+2
-2
2 additions, 2 deletions
master/master.c
with
4 additions
and
4 deletions
master/domain.c
+
2
−
2
View file @
8e2d6e7d
...
@@ -241,8 +241,8 @@ void ec_domain_response_count(ec_domain_t *domain, /**< Dom
...
@@ -241,8 +241,8 @@ void ec_domain_response_count(ec_domain_t *domain, /**< Dom
{
{
if
(
count
!=
domain
->
response_count
)
{
if
(
count
!=
domain
->
response_count
)
{
domain
->
response_count
=
count
;
domain
->
response_count
=
count
;
EC_INFO
(
"Domain %08X
sta
te change
-
%i
slave%s responding.
\n
"
,
EC_INFO
(
"Domain
0x
%08X
working coun
te
r
change
:
%i
\n
"
,
(
u32
)
domain
,
count
,
count
==
1
?
""
:
"s"
);
(
u32
)
domain
,
count
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
master/master.c
+
2
−
2
View file @
8e2d6e7d
...
@@ -956,8 +956,8 @@ int ecrt_master_activate(ec_master_t *master /**< EtherCAT-Master */)
...
@@ -956,8 +956,8 @@ int ecrt_master_activate(ec_master_t *master /**< EtherCAT-Master */)
return
-
1
;
return
-
1
;
}
}
master
->
slaves_responding
=
master
->
slave_count
;
master
->
slaves_responding
=
0
;
master
->
slave_states
=
EC_SLAVE_STATE_
OP
;
master
->
slave_states
=
EC_SLAVE_STATE_
INIT
;
return
0
;
return
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment