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
426795c6
Commit
426795c6
authored
17 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Added FSM graph for master state machine.
parent
b8903b90
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
documentation/graphs/Makefile
+1
-1
1 addition, 1 deletion
documentation/graphs/Makefile
documentation/graphs/fsm_master.dot
+79
-0
79 additions, 0 deletions
documentation/graphs/fsm_master.dot
with
80 additions
and
1 deletion
documentation/graphs/Makefile
+
1
−
1
View file @
426795c6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
GRAPHS
:=
fsm_slave_conf.ps fsm_pdo_mapping.ps
GRAPHS
:=
fsm_slave_conf.ps fsm_pdo_mapping.ps
fsm_master.ps
all
:
$(GRAPHS)
all
:
$(GRAPHS)
...
...
This diff is collapsed.
Click to expand it.
documentation/graphs/fsm_master.dot
0 → 100644
+
79
−
0
View file @
426795c6
digraph
master
{
size
=
"7,9"
center
=
1
ratio
=
fill
action_process_eeprom
[
shape
=
point
,
label
=
""
]
action_process_sdo
[
shape
=
point
,
label
=
""
]
action_configure
[
shape
=
point
,
label
=
""
]
action_next_slave_state
[
shape
=
point
,
label
=
""
]
action_process_states
[
shape
=
point
,
label
=
""
]
action_addresses
[
shape
=
point
,
label
=
""
]
start
->
broadcast
[
weight
=
10
]
//broadcast -> error
broadcast
->
end
broadcast
->
clear_addresses
broadcast
->
read_states
[
weight
=
10
]
action_process_eeprom
->
write_eeprom
action_process_sdo
->
sdo_request
action_configure
->
configure_slave
action_next_slave_state
->
read_states
action_next_slave_state
->
validate_vendor
action_next_slave_state
->
action_process_states
action_process_states
->
action_configure
action_process_states
->
action_process_sdo
action_process_states
->
action_process_eeprom
action_process_states
->
sdodict
action_process_states
->
end
//read_states -> error
read_states
->
action_next_slave_state
read_states
->
acknowledge
//acknowledge -> error
acknowledge
->
action_next_slave_state
//validate_vendor -> error
validate_vendor
->
validate_product
action_addresses
->
end
action_addresses
->
rewrite_addresses
//validate_product -> error
validate_product
->
validate_vendor
validate_product
->
action_addresses
//rewrite_addresses -> error
rewrite_addresses
->
end
rewrite_addresses
->
action_addresses
//clear_addresses -> error
clear_addresses
->
scan_slaves
scan_slaves
->
scan_slaves
scan_slaves
->
end
configure_slave
->
action_configure
configure_slave
->
end
//write_eeprom -> error
write_eeprom
->
end
//sdodict -> error
sdodict
->
end
//sdo_request -> error
sdo_request
->
action_process_sdo
sdo_request
->
end
//error -> start
//end -> start
}
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