; Append command to the log file: "C:\ladcp\Mladcp.log" $lC:\ladcp\Mladcp.log ; $P ************************************************************************* $P ******************* LADCP Master. Usually looking down ****************** $P ************* Master and Slave will ping at the same time! ************** $P ************************************************************************* ; Send ADCP a BREAK $B ; Wait for command prompt (sent after each command) $W62 ;**Start** ; Display real time clock setting tt? $W62 ; Set to factory defaults CR1 $W62 ; Save settings as User defaults CK $W62 ; Name data file RN MLADCP $W62 ; Set transducer depth to zero ED0000 $W62 ; Set salinity to 35ppt ES35 $W62 ; Set system coordinate. EX11111 $W62 ; SET AS MASTER ADCP SM1 $W62 ; TRANSMITS SYNCHRONIZING PULSE BEFORE EACH WATER PING SA001 $W62 ; SYNCHRONIZING PULSE SENT ON EVERY PING SI0 $W62 ;WAIT 75 MILLISECONDS SW75 $W62 ; Set one ensemble/sec TE00000100 $W62 ; Set one second between pings TP000100 $W62 ; Set LADCP to output Velocity, Correlations, Amplitude, and Percent Good WD111 100 000 $W62 ; Set one ping per ensemble. Use WP if LADCP option is not enabled. WP1 $W62 ; Set to record 20 bins. Use WN if LADCP option is not enabled. WN020 $W62 ; Set bin size to 1000 cm. Use WS if LADCP option is not enabled. WS1000 $W62 ; Set blank to 176 cm (default value) Use WF if LADCP option is not enabled. WF0176 $W62 ; Set max radial (along the axis of the beam) water velocity to 170 cm/sec. ; Use WV if LADCP option is not enabled. WV170 $W62 ; Set ADCP to narrow bandwidth and extend range by 10% WB1 $W62 ; Set to use a fixed speed of the sound EZ0111111 $W62 ; Set speed of sound value. 1500 m/sec is default. EC1500 $W62 ; Heading alignment set to 0 degrees EA00000 $W62 ; Heading bias set to 0 degrees EB00000 $W62 ; Record data internally CF11101 $W62 ; Save set up CK $W62 ; Start pinging CS ; Delay 3 seconds $D3 $p ************************************************************************* $P Please disconnect the ADCP from the computer. $P ************************************************************************* ; Close the log file $l ; Exit BBTalk $X