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
b9162e51
Commit
b9162e51
authored
16 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Added attention to ecrt_slave_config_sdo().
parent
da3a24a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ecrt.h
+6
-0
6 additions, 0 deletions
include/ecrt.h
with
6 additions
and
0 deletions
include/ecrt.h
+
6
−
0
View file @
b9162e51
...
@@ -657,6 +657,12 @@ int ecrt_slave_config_reg_pdo_entry(
...
@@ -657,6 +657,12 @@ int ecrt_slave_config_reg_pdo_entry(
* master. This usually happens once on master activation, but can be repeated
* master. This usually happens once on master activation, but can be repeated
* subsequently, for example after the slave's power supply failed.
* subsequently, for example after the slave's power supply failed.
*
*
* \attention The Sdos for Pdo assignment (\p 0x1C10 - \p 0x1C2F) and Pdo
* mapping (\p 0x1600 - \p 0x17FF and \p 0x1A00 - \p 0x1BFF) should not be
* configured with this function, because they are part of the slave
* configuration done by the master. Please use ecrt_slave_config_pdos() and
* friends instead.
*
* This is the generic function for adding an Sdo configuration. Please note
* This is the generic function for adding an Sdo configuration. Please note
* that the this function does not do any endianess correction. If
* that the this function does not do any endianess correction. If
* datatype-specific functions are needed (that automatically correct the
* datatype-specific functions are needed (that automatically correct the
...
...
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