Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FofbTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
DG
FOFB
FofbTool
Commits
848f585d
Commit
848f585d
authored
1 year ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Add a Readme
parent
a5ba811d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.adoc
+96
-0
96 additions, 0 deletions
README.adoc
with
96 additions
and
0 deletions
README.adoc
0 → 100644
+
96
−
0
View file @
848f585d
FofbTool script
---------------
This expert script helps to configure, stop and start the communication between the FofbNodes.
Basic usages
------------
Classic: stop, config, start
~~~~~~~~~~~~~~~~~~~~~~~~~~
This stops the communication on all the nodes.
Also stops Bpm to CellNode communication blocks.
Then apply the default configuration on FPGA blocks:
* ComCellNode (Expected packets, correct MAC size...)
* ComBPM (BPM ID filter Filter for each CellNode...)
* ComCorr (Default PSCID on output...)
* Corr (Default correction filter...)
IMPORTANT: This do not configure Orbit Reference or Inv Response Matrix.
This do not start the FOFB, only the communication.
WARNING: PSC will receive frames upon start. Better stop the FOFB beforehand.
[%collapsible]
====
[source,console]
----
$ FofbTool --stop --config --start
INFO : Stopping CCN on ANS/DG/FOFB-CELLNODE-C01
INFO : Stopping ComBpm on ANS/DG/FOFB-CELLNODE-C01
INFO : Stopping CCN on ANS/DG/FOFB-CELLNODE-C06
INFO : Stopping ComBpm on ANS/DG/FOFB-CELLNODE-C06
INFO : Stopping CCN on ANS/DG/FOFB-CELLNODE-C09
INFO : Stopping ComBpm on ANS/DG/FOFB-CELLNODE-C09
INFO : Stopping CCN on ANS/DG/FOFB-CELLNODE-C14
INFO : Stopping ComBpm on ANS/DG/FOFB-CELLNODE-C14
INFO : Stopping CCN on ANS/DG/FOFB-CENTRALNODE
INFO : Configuration of ComBpm done on ANS/DG/FOFB-CELLNODE-C01.
INFO : Configuration of ComCorr done on ANS/DG/FOFB-CELLNODE-C01.
INFO : Configuration of CCN done on ANS/DG/FOFB-CELLNODE-C01.
INFO : Configuration of ComBpm done on ANS/DG/FOFB-CELLNODE-C06.
INFO : Configuration of ComCorr done on ANS/DG/FOFB-CELLNODE-C06.
INFO : Configuration of CCN done on ANS/DG/FOFB-CELLNODE-C06.
INFO : Configuration of ComBpm done on ANS/DG/FOFB-CELLNODE-C09.
INFO : Configuration of ComCorr done on ANS/DG/FOFB-CELLNODE-C09.
INFO : Configuration of CCN done on ANS/DG/FOFB-CELLNODE-C09.
INFO : Configuration of ComBpm done on ANS/DG/FOFB-CELLNODE-C14.
INFO : Configuration of ComCorr done on ANS/DG/FOFB-CELLNODE-C14.
INFO : Configuration of CCN done on ANS/DG/FOFB-CELLNODE-C14.
INFO : Configuration of CCN done on ANS/DG/FOFB-CENTRALNODE.
INFO : Configuration of Corr done on ANS/DG/FOFB-CENTRALNODE.
INFO : Starting CCN on ANS/DG/FOFB-CELLNODE-C01
INFO : Starting ComBpm on ANS/DG/FOFB-CELLNODE-C01
INFO : Ack CCN error on ANS/DG/FOFB-CELLNODE-C01
INFO : Starting CCN on ANS/DG/FOFB-CELLNODE-C06
INFO : Starting ComBpm on ANS/DG/FOFB-CELLNODE-C06
INFO : Ack CCN error on ANS/DG/FOFB-CELLNODE-C06
INFO : Starting CCN on ANS/DG/FOFB-CELLNODE-C09
INFO : Starting ComBpm on ANS/DG/FOFB-CELLNODE-C09
INFO : Ack CCN error on ANS/DG/FOFB-CELLNODE-C09
INFO : Starting CCN on ANS/DG/FOFB-CELLNODE-C14
INFO : Starting ComBpm on ANS/DG/FOFB-CELLNODE-C14
INFO : Ack CCN error on ANS/DG/FOFB-CELLNODE-C14
INFO : Starting CCN on ANS/DG/FOFB-CENTRALNODE
----
====
Configure OPCUAProxy DS
~~~~~~~~~~~~~~~~~~~~~
Upon restart of OPCUAProxy Tango DS, to reapply attribute configuration (units, alarm level, descriptions...)
[%collapsible]
====
[source,console]
----
$ FofbTool --confDS
INFO : Apply attribute configuration on device ANS/DG/FOFB-CELLNODE-C09
INFO : Apply attribute configuration on device ANS/DG/FOFB-CELLNODE-C14
INFO : Apply attribute configuration on device ANS/DG/FOFB-CENTRALNODE
INFO : Apply attribute configuration on device ANS/DG/FOFB-CELLNODE-C06
INFO : Apply attribute configuration on device ANS/DG/FOFB-CELLNODE-C01
----
====
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