Commit 35df16cb authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Improved description


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@854 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent 1abef5fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -63,8 +63,8 @@ DefaultNetworkCode IV # Default network code where in 'Channe
                                         # It is preferable, inside the section Datastream of
                                         # It is preferable, inside the section Datastream of
                                         # the file Naqs.ini, setting DataBufferLength to a high
                                         # the file Naqs.ini, setting DataBufferLength to a high
                                         # value, than using 'MaxDataToRetrieve'.
                                         # value, than using 'MaxDataToRetrieve'.
                                         # It slows down execution but it allows to retrieve
                                         # It allows to retrieve much more data of the past when
                                         # much more data of the past when the program restarts.
                                         # the program restarts but it slows down the execution.
                                         # It is extremely harmful when declare a lot of channels.
                                         # It is extremely harmful when declare a lot of channels.




+19 −5
Original line number Original line Diff line number Diff line
@@ -183,8 +183,16 @@ stdout and stderr is suppressed.
<hr><!-- command name as anchor inside quotes -->
<hr><!-- command name as anchor inside quotes -->
<pre><a name="MaxDataToRetrieve"><b>MaxDataToRetrieve <font color="red">seconds</font>                                  ReadConfig              nmxptool parameters<br></b><!-- command args ... -->           <br></a></pre>
<pre><a name="MaxDataToRetrieve"><b>MaxDataToRetrieve <font color="red">seconds</font>                                  ReadConfig              nmxptool parameters<br></b><!-- command args ... -->           <br></a></pre>
<blockquote><!-- command description goes here --> Max amount of data of the past to retrieve from the DataServer when program restarts.  0 to disable connection to DataServer.
<blockquote><!-- command description goes here --> Max amount of data of the past to retrieve from the DataServer when program restarts.  0 to disable connection to DataServer.
    If this parameter is zero and <a href="#ChannelFile">ChannelFile</a> is used, only data buffered by NaqsServer will be retrieved. Range is [0..86400].
    If this parameter is zero and <a href="#ChannelFile">ChannelFile</a> is used, only data buffered by NaqsServer will be retrieved.
  <pre><!-- Default and example go here   --><br>Default:  0<br>Example:  MaxDataToRetrieve  180</pre>
    It is preferable, inside the section Datastream of
    the file Naqs.ini, setting DataBufferLength to a high
    value, than using <a href="#MaxDataToRetrieve">MaxDataToRetrieve</a>.
    It allows to retrieve
    much more data of the past when the program restarts but
    it slows down the execution.
    It is extremely harmful when declare a lot of channels.
    Range is [0..86400].
  <pre><!-- Default and example go here   --><br>Default:  0<br>Example:  MaxDataToRetrieve  3600</pre>
</blockquote>
</blockquote>


<hr><!-- command name as anchor inside quotes -->
<hr><!-- command name as anchor inside quotes -->
@@ -249,7 +257,7 @@ memory region.
<blockquote><!-- command description goes here --> Specifies the <b><font
<blockquote><!-- command description goes here --> Specifies the <b><font
	    color="red">level</font></b> of logging verbosity.
	    color="red">level</font></b> of logging verbosity.
    Verbosity is a bitmap:<br>
    Verbosity is a bitmap:<br>
    1 Packet, 2 Channel, 4 Raw Stream, 8 CRC32, 16 Connection flow, 32 Packet Management, 64 Extra, 128 Date, 256 Gap, 512 DOD, 1023 All messages.
    1 Channel State, 2 Channel, 4 Raw Stream, 8 CRC32, 16 Connection flow, 32 Packet Management, 64 Extra, 128 Date, 256 Gap, 512 DOD, 1023 All messages.
  <pre><!-- Default and example go here   --><br>Default:  0<br>Example:  Verbosity 80		# 16 Connection flow + 64 Extra</pre>
  <pre><!-- Default and example go here   --><br>Default:  0<br>Example:  Verbosity 80		# 16 Connection flow + 64 Extra</pre>
</blockquote>
</blockquote>


@@ -323,12 +331,19 @@ DefaultNetworkCode IV # Default network code where in 'Channe
                                         # stations with HH channels will have network to N2.
                                         # stations with HH channels will have network to N2.
                                         # Station MMM will have default network defined by 'DefaultNetworkCode'.
                                         # Station MMM will have default network defined by 'DefaultNetworkCode'.


#MaxDataToRetrieve    180                # Max amount of data of the past to retrieve from the
#MaxDataToRetrieve    3600               # Max amount of data of the past to retrieve from the
                                         # DataServer when program restarts (default 0) [0..86400].
                                         # DataServer when program restarts (default 0) [0..86400].
                                         # 0 to disable connection to DataServer.
                                         # 0 to disable connection to DataServer.
                                         # It is equivalent to the option -A. Related to 'ChannelFile'.
                                         # It is equivalent to the option -A. Related to 'ChannelFile'.
                                         # If 'MaxDataToRetrieve' is zero and 'ChannelFile' is used,
                                         # If 'MaxDataToRetrieve' is zero and 'ChannelFile' is used,
                                         # only data buffered by NaqsServer will be retrieved.
                                         # only data buffered by NaqsServer will be retrieved.
                                         # It is preferable, inside the section Datastream of
                                         # the file Naqs.ini, setting DataBufferLength to a high
                                         # value, than using 'MaxDataToRetrieve'.
                                         # It allows to retrieve much more data of the past when
                                         # the program restarts but it slows down the execution.
                                         # It is extremely harmful when declare a lot of channels.



ChannelFile   /home/ew/naqs1a.list.txt   # List of channel patterns like 'Channel'. One for each line.
ChannelFile   /home/ew/naqs1a.list.txt   # List of channel patterns like 'Channel'. One for each line.
                                         # This file will not be modified by nmxptool.
                                         # This file will not be modified by nmxptool.
@@ -352,7 +367,6 @@ ChannelFile /home/ew/naqs1a.list.txt # List of channel patterns like 'Channe


# Please, for other details about parameters, refer to the command line "nmxptool -h"
# Please, for other details about parameters, refer to the command line "nmxptool -h"



</pre>
</pre>


<hr>
<hr>