PsnAdSend Configuration File

For the 16-Bit PSN-ADC-SERIAL or PSN-ADC-USB Board

Updated April 14, 2011 by Larry Cochrane

Below is a typical PsnAdSend.d configuration file. This file should be located in the \earthworm\run\params directory. The ModuleId must be added to the earthworm.d file also located in this directory.

#
#                    CONFIGURATION FILE FOR PSNADSEND
#                    -----------------------------
ModuleId         MOD_PSNADSEND_A        # Module id of this instance of PsnAdSend
OutRing          WAVE_RING              # Transport ring to write waveforms to
CommPort         1                      # Comm port number
PortSpeed        38400                  # Comm port baud rate, can be set to 9600, 19200, 38400 or 57600
#
#                        CHANNEL CONFIGURATION
Nchan            8                      # Specify number of channels to record, can 1 to 8
ChanRate         100                    # Sampling rate in samples per second, can be 5, 10, 20, 50, 100 or 200
#
#                         TIMING INFORMATION
HeartbeatInt     15                     # Heartbeat interval in seconds
TimeoutNoSend    30                     # Time in seconds before program will reset if no data from ADC board
TimeoutNoSynch   60                     # Not used
UpdateSysClock   0                      # 1 = PC time updated with AD board time; Must run as Administrator or root to use this feature
HighToLowPPS     0                      # 1 = PPS signal direction is High to Low
TimeOffset       0                      # Time Reference offset in milliseconds
#
#                         OPTIONAL PARAMETERS
# Transport trace buffer ring to use: 0 = Use TRACE2_BUFFER (Default), 1 = Use older TRACE_BUFFER 
UseTraceBuffer   0
#                                           
#
# Time Reference Types:
# 0 = Use PC Time, 1 = Garmin GPS 16 or 18, 2 = Motorola ONCORE NMEA, 
# 3 = Motorola ONCORE Binary, 4 = WWV (must have WWV option on the ADC board )
#
TimeRefType      0                      # One of the types above
TimeFilePath     c:\earthworm\          # Where to place the time.dat file. Windows format 
#TimeFilePath    /home/earthworm/       # Linux format
#
#			  
#                          OTHER INFORMATION
LogMessages      1                      # 1 = Log messages from DLL & ADC to log file
NoPPSLedStatus   0                      # 1 = Disable 1PPS LED blinking
#
#
#               SCN (Station/Component/Network) FOR EACH ADC CHANNEL
# Chan lines must follow the Channel Configuration lines in this file. There should
# be Nchan (see above) SCN lines.
# 
#     Chan  Station/Comp/Network
#   -------   --------------
Chan    0       PSN BHZ PN
Chan    1       PSN BHN PN
Chan    2       PSN BHE PN
Chan    3       PSN LHZ PN
Chan    4       PSN LHN PN
Chan    5       PSN LHE PN
Chan    6       PSN SHZ PN
Chan    7       PSN SHN PN
#-----------------------------
#
PsnAdSend Overview