Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After the fibre fanout is installed, configuring the Optoboards will look similar to this:

Code Block


python quick_start.py -v 1.3 -s 00000000 -G 0 -d 0

python quick_start.py -v 1.3 -s 00000000 -G 1 -d 0

python quick_start.py -v 1.3 -s 00000000 -G 2 -d 0

python quick_start.py -v 1.3 -s 00000000 -G 3 -d 0







Or ideally if separate configs are created in ~/optoboard_felix/configs:

Code Block


python quick_start.py -v 1.3 -c 2400006

python quick_start.py -v 1.3 -c 2400003

python quick_start.py -v 1.3 -c 2400007

python quick_start.py -v 1.3 -c 2400011







Note that in this case the connected FELIX fibre channel has to be set inside the configuration file as described in the readme here.

...