Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
auke.klazema
dt_ctrl
Commits
8712e3f6
Commit
8712e3f6
authored
Sep 30, 2013
by
Jeroen Vreeken
Browse files
New style ethercat block creation based on bus
parent
a42ef4ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/corso2013/corso2013_backup.ctrl
View file @
8712e3f6
...
...
@@ -2,10 +2,10 @@ frequency 1000
blocks {
{ "ec", "ethercat", "eth0", 6, 0 }
{ "beckhoff_el2xxx", "output_top", "EL2008"
, 1
}
{ "beckhoff_el2xxx", "output_low", "EL2008"
, 2
}
{ "beckhoff_el1xxx", "inputblock1", "EL1008"
, 4
}
{ "beckhoff_el3xxx", "analog_in", "EL3102"
, 5
}
{ "beckhoff_el2xxx", "output_top",
"ethercat", 1,
"EL2008" }
{ "beckhoff_el2xxx", "output_low",
"ethercat", 2,
"EL2008" }
{ "beckhoff_el1xxx", "inputblock1",
"ethercat", 4,
"EL1008" }
{ "beckhoff_el3xxx", "analog_in",
"ethercat", 5,
"EL3102" }
{ "value_bool", "false" }
{ "value_bool", "true" }
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment