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
37277832
Commit
37277832
authored
18 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Added FEATURES file.
parent
ff953519
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
FEATURES
+66
-0
66 additions, 0 deletions
FEATURES
README
+1
-1
1 addition, 1 deletion
README
with
67 additions
and
1 deletion
FEATURES
0 → 100644
+
66
−
0
View file @
37277832
-------------------------------------------------------------------------------
This is the FEATURES file of the IgH EtherCAT Master.
$Id$
-------------------------------------------------------------------------------
General Features:
* Runs as kernel module for Linux 2.6.
* Comes with EtherCAT-capable network driver for RTL8139 and compatible
network interface cards.
- Interrupt-less network driver operation.
- Easy implementation of additional network drivers through common device
interface of the master.
- Runs even with PCMCIA cards.
* Supports multiple EtherCAT masters on one machine.
* Supports any realtime extension through independent architecture.
- RTAI, IPIPE, ADEOS, etc.
- Runs well even without realtime extensions.
* Common kernel interface, for realtime modules using EtherCAT functionality.
- Synchronous and asynchronous sending and receiving of frames.
- Avoidance of unnecessary copy operations for process data.
* Separating slave groups through domains.
- Handling of multiple slave groups with different sampling rates.
- Automatic calculation of process data mapping, FMMU- and sync manager
configuration within the domains.
* Master finite state machine (FSM). Thus:
- Bus monitoring during realtime operation.
- Automatic reconfiguration of slaves on bus power failure during realtime
operation.
- Controlling of slave states during realtime operation.
* Free-Run mode, if master is idle.
- Automatic scanning of slaves upon topology changes.
- Bus visualisation and EoE processing without realtime process connected.
* Implements the CANopen-over-EtherCAT (CoE) protocol.
- Configuration of CoE-capable slaves via SDO interface.
- SDO dictionary listing.
* Implements the Ethernet-over-EtherCAT (EoE) protocol.
- Creates virtual network devices that are automatically coupled to
EoE-capable slaves.
- Thus natively supports either a switched or a routed EoE network
architecture.
* User space interface via the System Filesystem (SysFS).
- User space tool for bus visualisation.
- Slave E²PROM image reading and writing.
* Seamless integration in your favourite Linux distibution.
- Master and network device configuration via sysconfig files.
- UnitedLinux compatible init script for master control.
* Virtual read-only network interface for debugging purposes and for
"sniffing" the EtherCAT traffic (through Ethereal, or others).
-------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
README
+
1
−
1
View file @
37277832
...
...
@@ -18,7 +18,7 @@ Contents:
This is an Open-Source EtherCAT master implementation for Linux 2.6.
For more information, see
See the FEATURES file for a list of features.
For more information, see
http://etherlab.org
...
...
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