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
1a4d83d2
Commit
1a4d83d2
authored
19 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Klemme Beckhoff EL2032 hinzugefügt.
parent
4b3763d2
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
master/types.c
+10
-3
10 additions, 3 deletions
master/types.c
with
10 additions
and
3 deletions
master/types.c
+
10
−
3
View file @
1a4d83d2
...
...
@@ -30,7 +30,7 @@ unsigned char sm1_multi[] = {0xF6, 0x18, 0xF6, 0x00, 0x22, 0x00, 0x01, 0x00};
unsigned
char
sm0_1014
[]
=
{
0x00
,
0x10
,
0x01
,
0x00
,
0x00
,
0x00
,
0x01
,
0x00
};
unsigned
char
sm0_20
04
[]
=
{
0x00
,
0x0F
,
0x01
,
0x00
,
0x46
,
0x00
,
0x01
,
0x00
};
unsigned
char
sm0_20
xx
[]
=
{
0x00
,
0x0F
,
0x01
,
0x00
,
0x46
,
0x00
,
0x01
,
0x00
};
unsigned
char
sm2_31xx
[]
=
{
0x00
,
0x10
,
0x04
,
0x00
,
0x24
,
0x00
,
0x00
,
0x00
};
unsigned
char
sm3_31xx
[]
=
{
0x00
,
0x11
,
0x06
,
0x00
,
0x20
,
0x00
,
0x01
,
0x00
};
...
...
@@ -60,7 +60,7 @@ unsigned char sm3_5101[] = {0x00, 0x11, 0x05, 0x00, 0x20, 0x00, 0x01, 0x00};
unsigned
char
fmmu0_1014
[]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x01
,
0x00
,
0x00
,
0x07
,
0x00
,
0x10
,
0x00
,
0x01
,
0x01
,
0x00
,
0x00
,
0x00
};
unsigned
char
fmmu0_20
04
[]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x01
,
0x00
,
0x00
,
0x07
,
unsigned
char
fmmu0_20
xx
[]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x01
,
0x00
,
0x00
,
0x07
,
0x00
,
0x0F
,
0x00
,
0x02
,
0x01
,
0x00
,
0x00
,
0x00
};
unsigned
char
fmmu0_31xx
[]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x06
,
0x00
,
0x00
,
0x07
,
...
...
@@ -100,7 +100,13 @@ ec_slave_type_t Beckhoff_EL1014 =
ec_slave_type_t
Beckhoff_EL2004
=
{
"Beckhoff"
,
"EL2004"
,
"4x Digital Output"
,
EC_SIMPLE_SLAVE
,
sm0_2004
,
NULL
,
NULL
,
NULL
,
fmmu0_2004
,
1
EC_SIMPLE_SLAVE
,
sm0_20xx
,
NULL
,
NULL
,
NULL
,
fmmu0_20xx
,
1
};
ec_slave_type_t
Beckhoff_EL2032
=
{
"Beckhoff"
,
"EL2032"
,
"2x Digital Output (2A)"
,
EC_SIMPLE_SLAVE
,
sm0_20xx
,
NULL
,
NULL
,
NULL
,
fmmu0_20xx
,
1
};
ec_slave_type_t
Beckhoff_EL3102
=
...
...
@@ -155,6 +161,7 @@ ec_slave_ident_t slave_idents[] =
{
0x00000002
,
0x044C2C52
,
&
Beckhoff_EK1100
},
{
0x00000002
,
0x04562C52
,
&
Beckhoff_EK1110
},
{
0x00000002
,
0x07D43052
,
&
Beckhoff_EL2004
},
{
0x00000002
,
0x07F03052
,
&
Beckhoff_EL2032
},
{
0x00000002
,
0x0C1E3052
,
&
Beckhoff_EL3102
},
{
0x00000002
,
0x0C5A3052
,
&
Beckhoff_EL3162
},
{
0x00000002
,
0x10063052
,
&
Beckhoff_EL4102
},
...
...
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