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
a7a977c0
Commit
a7a977c0
authored
1 year ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
b0e3902a
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
+36
-53
36 additions, 53 deletions
README.adoc
with
36 additions
and
53 deletions
README.adoc
+
36
−
53
View file @
a7a977c0
...
...
@@ -15,7 +15,7 @@ To deploy on the RCM, move into dir and execute install_rcm.sh.
= Basic usages
=
Command Line Interface:
Basic usages
== Classic: stop, config, start
...
...
@@ -33,73 +33,56 @@ This do not start the FOFB, only the communication.
WARNING: PSC will receive frames upon start. Better stop the FOFB beforehand. The CLI won't let you do that.
[%collapsible%open]
====
[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
$ FofbTool --stop --config every --start
----
====
== Configure OPCUAProxy DS
Upon restart of OPCUAProxy Tango DS, to reapply attribute configuration (units, alarm level, descriptions...)
[%collapsible%open]
====
[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
----
$ FofbTool --DS-conf
====
----
== More help
[source,console]
----
usage: FofbTool [-h] [--log LOG] [--conf-file CONF_FILE] [--DS-init-opcua]
[--DS-init-watcher] [--DS-conf] [--stop] [--stop-combpm]
[--stop-ccn]
[--configure {combpm,ccn,comcorr,corr,all,every} [{combpm,ccn,comcorr,corr,all,every} ...]]
[--start] [--start-combpm] [--start-ccn]
optional arguments:
-h, --help show this help message and exit
--log LOG Log level (error, warning, info, debug)
--conf-file CONF_FILE
Path to config file to apply.
--DS-init-opcua Run init on opcua devices.
--DS-init-watcher Run init on the Fofb-Watcher device, and then the
Fofb-Command.
--DS-conf Applying attribute configuration on Tango Device
Servers. This is required after restart of devices.
--stop Stop command for the CCN and ComBPM applications
blocks.
--stop-combpm Stop command for the ComBPM applications blocks.
--stop-ccn Stop command for the ComBPM applications blocks.
--configure {combpm,ccn,comcorr,corr,all,every} [{combpm,ccn,comcorr,corr,all,every} ...]
Configuration commands for the Fofb applications
blocs. 'all' is for all com, not configuring
corrector. 'every' configure everything.
--start Start command for the CCN and ComBPM applications
blocks.
--start-combpm Start command for the ComBPM applications blocks.
--start-ccn Start command for the ComBPM applications blocks.
----
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