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
badc54d3
Commit
badc54d3
authored
7 months ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Clean the Readme
parent
e29f363e
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
+42
-14
42 additions, 14 deletions
README.adoc
with
42 additions
and
14 deletions
README.adoc
+
42
−
14
View file @
badc54d3
...
@@ -7,13 +7,10 @@ The module is packaged in sections
...
@@ -7,13 +7,10 @@ The module is packaged in sections
* FofbTool.Configuration: For application configuration
* FofbTool.Configuration: For application configuration
* FofbTool.Operation: Function to perform operation (start, stop...)
* FofbTool.Operation: Function to perform operation (start, stop...)
* FofbTool.DeviceAttributeConfiguration: contains functions to apply tango attribute configuration
* FofbTool.DeviceAttributeConfiguration: contains functions to apply tango attribute configuration
* FofbTool.Utils: Usefull function that relies on ConfigParser files and call the operation/configuration. Used by the command line tool.
There is also a Command Line Interface bin/FofbTool written in python.
There is also a Command Line Interface bin/FofbTool written in python.
To deploy on the RCM, move into dir and execute install_rcm.sh.
= Command Line Interface: Basic usages
= Command Line Interface: Basic usages
...
@@ -35,9 +32,22 @@ WARNING: PSC will receive frames upon start. Better stop the FOFB beforehand. Th
...
@@ -35,9 +32,22 @@ WARNING: PSC will receive frames upon start. Better stop the FOFB beforehand. Th
[source,console]
[source,console]
----
----
$ FofbTool --stop --config every --start
$ FofbTool --stop --conf --start
----
== Synchronize BPMs
[source,console]
----
$ FofbTool --sync
----
----
== Align Electron and LBP FA stream
[source,console]
----
$ FofbTool --align-fa cellnode-c09
----
== Configure OPCUAProxy DS
== Configure OPCUAProxy DS
...
@@ -54,16 +64,21 @@ $ FofbTool --DS-conf
...
@@ -54,16 +64,21 @@ $ FofbTool --DS-conf
[source,console]
[source,console]
----
----
usage: FofbTool [-h] [--log LOG] [--conf-file CONF_FILE] [--DS-init-opcua]
usage: FofbTool [-h] [--log LOG] [--force] [--fileconfig FILECONFIG]
[--DS-init-watcher] [--DS-conf] [--stop] [--stop-combpm]
[--DS-init-opcua] [--DS-init-watcher] [--DS-conf] [--stop]
[--stop-ccn]
[--stop-combpm] [--stop-ccn] [--stop-comlbp]
[--configure {combpm,ccn,comcorr,corr,all,every} [{combpm,ccn,comcorr,corr,all,every} ...]]
[--dump-configuration DUMP_CONFIGURATION]
[--start] [--start-combpm] [--start-ccn]
[--configure [{combpm,ccn,comcorr,corr,all}]]
[--align-fa cellnode-cXX] [--nolbp] [--start] [--start-combpm]
[--start-comlbp] [--start-ccn] [--sync]
version x.x
optional arguments:
optional arguments:
-h, --help show this help message and exit
-h, --help show this help message and exit
--log LOG Log level (error, warning, info, debug)
--log LOG Log level (error, warning, info, debug)
--conf-file CONF_FILE
--force Force operation even if FOFB is running.
--fileconfig FILECONFIG
Path to config file to apply.
Path to config file to apply.
--DS-init-opcua Run init on opcua devices.
--DS-init-opcua Run init on opcua devices.
--DS-init-watcher Run init on the Fofb-Watcher device, and then the
--DS-init-watcher Run init on the Fofb-Watcher device, and then the
...
@@ -74,14 +89,27 @@ optional arguments:
...
@@ -74,14 +89,27 @@ optional arguments:
blocks.
blocks.
--stop-combpm Stop command for the ComBPM applications blocks.
--stop-combpm Stop command for the ComBPM applications blocks.
--stop-ccn 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} ...]
--stop-comlbp Stop command for the ComLBP applications blocks.
--dump-configuration DUMP_CONFIGURATION
Dump the current configuration in a file at the giver
path.
--configure [{combpm,ccn,comcorr,corr,all}]
Configuration commands for the Fofb applications
Configuration commands for the Fofb applications
blocs. 'all' is for all com, not configuring
blocs. 'all' is for all com and corrector. Default is
corrector. 'every' configure everything.
'all'
--align-fa cellnode-cXX
Start alignement process for electron and brillance
plus FA sequence. The designation of the cellnode must
be set as argument.
--nolbp Do not start comlbp module when doing start.
--start Start command for the CCN and ComBPM applications
--start Start command for the CCN and ComBPM applications
blocks.
blocks.
--start-combpm Start command for the ComBPM applications blocks.
--start-combpm Start command for the ComBPM applications blocks.
--start-comlbp Start command for the ComLBP applications blocks.
--start-ccn Start command for the ComBPM applications blocks.
--start-ccn Start command for the ComBPM applications blocks.
--sync Start synchronization sequence for Libera Electron and
Libera Brillance Plus.
----
----
...
...
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