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
ab4aefdb
Commit
ab4aefdb
authored
16 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Improved doc; removed BACKUP variables.
parent
c83b63b0
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
script/sysconfig/ethercat
+5
-11
5 additions, 11 deletions
script/sysconfig/ethercat
with
5 additions
and
11 deletions
script/sysconfig/ethercat
+
5
−
11
View file @
ab4aefdb
...
@@ -7,34 +7,28 @@
...
@@ -7,34 +7,28 @@
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
#
#
# Master device
and backup-device setting
s.
# Master devices.
#
#
# The MASTER<X>_DEVICE variable specifies the ethernet device for master 'X',
# The MASTER<X>_DEVICE variable specifies the Ethernet device for a master
# while the MASTER<X>_BACKUP variable specifies the backup ethernet device for
# with index 'X'.
# redundancy purposes.
#
#
# Specify the MAC address (hexadecimal with colons) of the Ethernet device to
# Specify the MAC address (hexadecimal with colons) of the Ethernet device to
# use. Example: "00:00:08:44:ab:66"
# use. Example: "00:00:08:44:ab:66"
#
#
# The broadcast address "ff:ff:ff:ff:ff:ff" has a special meaning: It tells
# The broadcast address "ff:ff:ff:ff:ff:ff" has a special meaning: It tells
# the master to accept the first device offered by any
e
thernet driver.
# the master to accept the first device offered by any
E
thernet driver.
#
#
# The MASTER<X>_DEVICE variables also determine, how many masters will be
# The MASTER<X>_DEVICE variables also determine, how many masters will be
# created: A non-empty variable MASTER0_DEVICE will create one master, adding
# created: A non-empty variable MASTER0_DEVICE will create one master, adding
# a non-empty variable MASTER1_DEVICE will create a second master, and so on.
# a non-empty variable MASTER1_DEVICE will create a second master, and so on.
#
#
# Note: The backup devices are not implemented, yet.
#
MASTER0_DEVICE=""
MASTER0_DEVICE=""
MASTER0_BACKUP=""
#MASTER1_DEVICE=""
#MASTER1_DEVICE=""
#MASTER1_BACKUP=""
#
#
# Ethernet driver modules to replace with EtherCAT-capable ones.
# Ethernet driver modules to replace with EtherCAT-capable ones.
#
#
# The init script will try to unload the
e
thernet driver modules in the list
# The init script will try to unload the
E
thernet driver modules in the list
# and replace them with the EtherCAT-capable ones, respectively. If a certain
# and replace them with the EtherCAT-capable ones, respectively. If a certain
# (EtherCAT-capable) driver is not found, a warning will appear.
# (EtherCAT-capable) driver is not found, a warning will appear.
#
#
...
...
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