Skip to content

Commit

Permalink
update doc for 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thattil committed Aug 27, 2024
1 parent f7db5dc commit 82050d0
Show file tree
Hide file tree
Showing 33 changed files with 107 additions and 88 deletions.
3 changes: 1 addition & 2 deletions ToString.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -137,7 +137,6 @@ <h1>ToString<a class="headerlink" href="#tostring" title="Permalink to this head
<dt class="sig sig-object cpp" id="_CPPv43sls">
<span id="_CPPv33sls"></span><span id="_CPPv23sls"></span><span id="sls"></span><span class="target" id="namespacesls"></span><span class="k"><span class="pre">namespace</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">sls</span></span></span><a class="headerlink" href="#_CPPv43sls" title="Permalink to this definition"></a><br /></dt>
<dd><p>functions basic implemenation of shared memory </p>
<p>functions to open/close zmq sockets</p>
<p>creates/destroys a thread</p>
<p>creates &amp; manages a listener thread each</p>
<p>abstract for setting/getting properties of detector data</p>
Expand Down
13 changes: 12 additions & 1 deletion _sources/troubleshooting.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Common
* Check transeiver and fibers are compatible (all MMF 850nm or all SMF 1030nm)
* Check fiber
* Check fiber polarity (if short range, unplug the link anywhere, and look at the light/dark pattern: dark has to mate with light)
* For Jungfrau, check if the blue sfp light is blinking rapidly (even when it is not sending data). If so, most likely the link is down and something is wrong with the board. If it connected to a switch, then you do not see it with the ethtool command if link is down. One option is to connect it directly to a pc to see if link is down.
* With nc, try "nc -u -p 50001 -l" in receiving pc, and from another pc try "echo hallo | nc -u 10.1.2.172 50001" to send something to the recieving pc interface to see if the link is up and see if the other nc console receives the hallo.

#. Detector is not acquiring (Not Eiger)
* Take an acquisition with many images and using the following steps instead of acquire:
Expand All @@ -47,11 +49,20 @@ Common
* Ensure that the interfaces (on NIC and the switch) used in receiver pc have MTU 9000 (jumbo frames) enabled.


#. Check if 'rx_frames' counter in 'ifconfig' do not increment for interface.
#. Check if 'rx packets' counter in 'ifconfig' do not increment for interface.
* If no, check switch configuration if present. Port counters of switch can also help to identify problem.
* If yes, but receiver software does not see it:

* Check no firewall (eg. firewalld) is present or add rules

.. code-block:: bash
# Stop and disable firewall
service firewalld stop
systemctl disable firewalld
# Check status
service firewalld status
* Check that selinux is disabled ( or add rules)

#. Source UDP IP in config file (Not Eiger)
Expand Down
2 changes: 1 addition & 1 deletion commandline.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion consuming.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
3 changes: 1 addition & 2 deletions container_utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -142,7 +142,6 @@ <h1>ContainerUtils<a class="headerlink" href="#containerutils" title="Permalink
<dt class="sig sig-object cpp" id="_CPPv43sls">
<span id="_CPPv33sls"></span><span id="_CPPv23sls"></span><span id="sls"></span><span class="target" id="namespacesls"></span><span class="k"><span class="pre">namespace</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">sls</span></span></span><br /></dt>
<dd><p>functions basic implemenation of shared memory </p>
<p>functions to open/close zmq sockets</p>
<p>creates/destroys a thread</p>
<p>creates &amp; manages a listener thread each</p>
<p>abstract for setting/getting properties of detector data</p>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions detector.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -139,7 +139,7 @@ <h1>Detector<a class="headerlink" href="#detector" title="Permalink to this head
<p>Most, if not all, functions are called in parallel
and the return value is a thin std::vector wrapper
containing results from all modules. (<a class="reference internal" href="result.html#result-class"><span class="std std-ref">Result class</span></a>)</p>
<p>Here are some <a class="reference internal" href="#cplusplus-api-examples"><span class="std std-ref">examples</span></a> on how to use the API.</p>
<p>Here are some <a class="reference internal" href="examples.html#cplusplus-api-examples"><span class="std std-ref">examples</span></a> on how to use the API.</p>
<span class="target" id="cplusplus-api-examples"></span><dl class="cpp class">
<dt class="sig sig-object cpp" id="_CPPv4N3sls8DetectorE">
<span id="_CPPv3N3sls8DetectorE"></span><span id="_CPPv2N3sls8DetectorE"></span><span id="sls::Detector"></span><span class="target" id="classsls_1_1Detector"></span><span class="k"><span class="pre">class</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">Detector</span></span></span><a class="headerlink" href="#_CPPv4N3sls8DetectorE" title="Permalink to this definition"></a><br /></dt>
Expand Down
2 changes: 1 addition & 1 deletion examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion firmware.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion pydetector.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion pyenums.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion pyexamples.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion pygettingstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion quick_start_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion receiver_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion receivers.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
3 changes: 1 addition & 2 deletions result.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -137,7 +137,6 @@
<dt class="sig sig-object cpp" id="_CPPv43sls">
<span id="_CPPv33sls"></span><span id="_CPPv23sls"></span><span id="sls"></span><span class="target" id="namespacesls"></span><span class="k"><span class="pre">namespace</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">sls</span></span></span><br /></dt>
<dd><p>functions basic implemenation of shared memory </p>
<p>functions to open/close zmq sockets</p>
<p>creates/destroys a thread</p>
<p>creates &amp; manages a listener thread each</p>
<p>abstract for setting/getting properties of detector data</p>
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
slsDetectorPackage
</a>
<div class="version">
8.0.0
8.0.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit 82050d0

Please sign in to comment.