Commit 6d7f68b9 authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Minor change


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@993 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent 36ebc6db
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -80,15 +80,6 @@ DefaultNetworkCode IV # Default network code where in 'Channe
                                         # in this case you might consider to subdivide the
                                         # channels into different nmxptool instances.


ChannelFile   /home/ew/naqs1a.list.txt   # List of channel patterns, as in 'Channel'. One for each line.
                                         # This file will not be modified by nmxptool.
                                         # Load/Save time of last sample of each channel in a file
                                         # with the same name, same directory, appending suffix ".nmxpstate"
                                         # Allow data continuity between program restarts.
                                         # Related to 'MaxDataToRetrieve', it enables request of recent packets.
                                         # It is equivalent to the option -F. Related to 'MaxDataToRetrieve'.

#mschan        280/9                     # mSECs/nC
                                         # mSECs are milliseconds to wait before the next request,
                                         # nC is the number of channels to request at a time.
@@ -98,6 +89,14 @@ ChannelFile /home/ew/naqs1a.list.txt # List of channel patterns, as in 'Chan
                                         # Condition: TotalNumberOfChannels * (mSECs/nC) < 15 sec. 
                                         # Related to -F and -b. 0/0 for disabling.

ChannelFile   /home/ew/naqs1a.list.txt   # List of channel patterns, as in 'Channel'. One for each line.
                                         # This file will not be modified by nmxptool.
                                         # Load/Save time of last sample of each channel in a file
                                         # with the same name, same directory, appending suffix ".nmxpstate"
                                         # Allow data continuity between program restarts.
                                         # Related to 'MaxDataToRetrieve', it enables request of recent packets.
                                         # It is equivalent to the option -F. Related to 'MaxDataToRetrieve'.

    # DO NOT USE parameters 'Channel' and 'ChannelFile' together.
    # 'ChannelFile' is preferable. At restart you can retrieve data of the past
    # from the NaqsServer and optionally from the DataServer, see 'MaxDataToRetrieve'.
+8 −9
Original line number Diff line number Diff line
@@ -417,15 +417,6 @@ DefaultNetworkCode IV # Default network code where in 'Channe
                                         # in this case you might consider to subdivide the
                                         # channels into different nmxptool instances.


ChannelFile   /home/ew/naqs1a.list.txt   # List of channel patterns, as in 'Channel'. One for each line.
                                         # This file will not be modified by nmxptool.
                                         # Load/Save time of last sample of each channel in a file
                                         # with the same name, same directory, appending suffix ".nmxpstate"
			                 # Allow data continuity when short disconnections occur.
                                         # Related to 'MaxDataToRetrieve', it enables request of recent packets.
                                         # It is equivalent to the option -F. Related to 'MaxDataToRetrieve'.

#mschan        280/9                     # mSECs/nC
                                         # mSECs are milliseconds to wait before the next request,
                                         # nC is the number of channels to request at a time.
@@ -435,6 +426,14 @@ ChannelFile /home/ew/naqs1a.list.txt # List of channel patterns, as in 'Chan
                                         # Condition: TotalNumberOfChannels * (mSECs/nC) < 15 sec. 
                                         # Related to -F and -b. 0/0 for disabling.

ChannelFile   /home/ew/naqs1a.list.txt   # List of channel patterns, as in 'Channel'. One for each line.
                                         # This file will not be modified by nmxptool.
                                         # Load/Save time of last sample of each channel in a file
                                         # with the same name, same directory, appending suffix ".nmxpstate"
                                         # Allow data continuity between program restarts.
                                         # Related to 'MaxDataToRetrieve', it enables request of recent packets.
                                         # It is equivalent to the option -F. Related to 'MaxDataToRetrieve'.

    # DO NOT USE parameters 'Channel' and 'ChannelFile' together.
    # 'ChannelFile' is preferable. At restart you can retrieve data of the past
    # from the NaqsServer and optionally from the DataServer, see 'MaxDataToRetrieve'.