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
7d9ec80c
Commit
7d9ec80c
authored
19 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
TO-DO und Fragen aktualisiert, kleine Schönheitskorrekturen.
parent
90c03c6c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
fragen.txt
+2
-1
2 additions, 1 deletion
fragen.txt
include/ecrt.h
+1
-0
1 addition, 0 deletions
include/ecrt.h
master/globals.h
+3
-5
3 additions, 5 deletions
master/globals.h
todo.txt
+1
-0
1 addition, 0 deletions
todo.txt
with
7 additions
and
6 deletions
fragen.txt
+
2
−
1
View file @
7d9ec80c
...
...
@@ -4,5 +4,6 @@ Offene Fragen an Beckhoff
$Id$
- Unbekannte Kategorien in Digital-IO-Slaves
- Dokumentation EL5101
- Neue Firmware fr EL5101
- SSI-Klemme geht immer noch nicht?
- Dokumentation EL6601
This diff is collapsed.
Click to expand it.
include/ecrt.h
+
1
−
0
View file @
7d9ec80c
...
...
@@ -81,6 +81,7 @@ int ecrt_domain_register_field_list(ec_domain_t *domain,
void
ecrt_domain_queue
(
ec_domain_t
*
domain
);
void
ecrt_domain_process
(
ec_domain_t
*
domain
);
int
ecrt_domain_state
(
ec_domain_t
*
domain
);
/*****************************************************************************/
...
...
This diff is collapsed.
Click to expand it.
master/globals.h
+
3
−
5
View file @
7d9ec80c
...
...
@@ -26,11 +26,9 @@
#define EC_MAX_DATA_SIZE (EC_MAX_FRAME_SIZE \
- EC_FRAME_HEADER_SIZE \
- EC_COMMAND_HEADER_SIZE \
- EC_COMMAND_FOOTER_SIZE)
/**< Maximale Datengre */
#ifndef NULL
#define NULL ((void *) 0)
/**< NULL-Define, falls noch nicht definiert. */
#endif
- EC_COMMAND_FOOTER_SIZE)
/**< Maximale Datengre
bei einem Kommando pro
Frame */
#define EC_INFO(fmt, args...) \
printk(KERN_INFO "EtherCAT: " fmt, ##args)
...
...
This diff is collapsed.
Click to expand it.
todo.txt
+
1
−
0
View file @
7d9ec80c
...
...
@@ -12,6 +12,7 @@ $Id$
- SysFS-Interface implementieren
- DLL-Link-States auslesen und Topologie berechnen
- Ethernet over EtherCAT (EoE)
- File access over EtherCAT (FoE)
- eepro100-Kartentreiber
- Master mit eigener State-Machine -> run()
- Installationsanleitung / Dokumentation
...
...
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