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
883d2434
Commit
883d2434
authored
16 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
VoE handlers.
parent
c1701c38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/ethercat_doc.tex
+31
-11
31 additions, 11 deletions
documentation/ethercat_doc.tex
with
31 additions
and
11 deletions
documentation/ethercat_doc.tex
+
31
−
11
View file @
883d2434
...
@@ -571,7 +571,6 @@ physical memory to logical process data images.
...
@@ -571,7 +571,6 @@ physical memory to logical process data images.
% Pdo entry registration
% Pdo entry registration
% Sdo configuration
% Sdo configuration
% Sdo access
% Sdo access
% VoE handlers
The application interface provides functions and data structures for
The application interface provides functions and data structures for
applications to access an EtherCAT master. The complete documentation of the
applications to access an EtherCAT master. The complete documentation of the
...
@@ -710,6 +709,35 @@ frames.
...
@@ -710,6 +709,35 @@ frames.
%------------------------------------------------------------------------------
%------------------------------------------------------------------------------
\section
{
VoE Handlers
}
\label
{
sec:api
-
voe
}
During the configuration phase, the application can create handlers for the
VoE mailbox protocol described in sec.~
\ref
{
sec:voe
}
. One VoE handler always
belongs to a certain slave configuration, so the creation function is a method
of the slave configuration.
A VoE handler manages the VoE data and the datagram used to transmit and
receive VoE messages. Is contains the state machine necessary to transfer VoE
messages.
The VoE state machine can only process one operation at a time. As a result,
either a read or write operation may be issued at a time
\footnote
{
If
simultaneous sending and receiving is desired, two VoE handlers can be created
for the slave configuration.
}
. After the operation is initiated, the handler
must be executed cyclically until it is finished. After that, the results of
the operation can be retrieved.
A VoE handler has an own datagram structure, that is marked for exchange after
each execution step. So the application can decide, how many handlers to
execute before sending the corresponding EtherCAT frame
(
s
)
.
For more information about the use of VoE handlers see the documentation of
the application interface functions and the example applications provided in
the
\textit
{
examples
/
}
directory.
%------------------------------------------------------------------------------
\section
{
Concurrent Master Access
}
\section
{
Concurrent Master Access
}
\label
{
sec:concurr
}
\label
{
sec:concurr
}
\index
{
Concurrency
}
\index
{
Concurrency
}
...
@@ -1969,17 +1997,9 @@ constraints regarding this protocol.
...
@@ -1969,17 +1997,9 @@ constraints regarding this protocol.
The EtherCAT master allows to create multiple VoE handlers per slave
The EtherCAT master allows to create multiple VoE handlers per slave
configuration via the application interface
(
see chap.~
\ref
{
chap:api
}
)
. These
configuration via the application interface
(
see chap.~
\ref
{
chap:api
}
)
. These
handlers contain the state machine necessary for the communication via VoE.
handlers contain the state machine necessary for the communication via VoE.
One read or write operation may be issued at a time. After the operation is
initiated, the handler must be executed cyclically until it is finished. After
that, the results of the operation can be retrieved.
A VoE handler has an own datagram structure, that is marked for exchange after
each execution step. So the application can decide, how many handlers to
execute before sending the corresponding EtherCAT frame
(
s
)
.
For more information about using VoE handlers, see the application interface
For more information about using VoE handlers, see sec.~
\ref
{
sec:api
-
voe
}
or
documentation
(
chap.~
\ref
{
chap:api
}
)
or the example applications provided in
the example applications provided in the
\textit
{
examples
/
}
subdirectory.
the
\textit
{
examples
/
}
subdirectory.
%------------------------------------------------------------------------------
%------------------------------------------------------------------------------
...
...
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