ADR Sign Convention used in NovAtel GPS Receivers and RINEX Almanac Injection Procedure Amperage vs Voltage ASCII to binary log conversion example Can carbon fiber be used as an antenna cover? Can the GPGGA positions be output with more decimal places? Destination IP Should be Set in ICOMCONFIG if Setting up UDP Connection Difference Between Message Latency and Time Accuracy DL-4 DL-V script Example Do GPS-700 series antennas have a defined "North point"? GNSS-750 MTBF GNSS Ephemerides and Almanacs GNSS Frequencies and Signals GPS Receiver and SPAN SDLC card synchronization GPS Tracking Performance on Aircraft (Power Supply Issues) How does RTKANTENNA work? How Electrical Overstress damage is caused How often does Averaging Filter in POSAVE Command get Applied? How to Connect to PwrPak7 How to Determine the Channel in an ASSIGN Command How to extract 85-bit string from GLORAWFRAME log How to identify my PwrPak7 How to Recover Abbreviated ASCII Logs from Raw Data How to Use PASSCOM to Redirect Data HxGN SmartNet on NovAtel receivers In what frame is CORRIMUDATAS output in OEM6? ITK and Dual Antenna Receivers Maximum Cable Length vs. Data Rate MIC Mating Connectors MSM 6 and MSM 7 Issue MTBF Specifications for GPS-700 Series New ALIGN Message Lengths OEM4 and OEMV Reporting 1994 (Week Roll Over) OEM615 MTBF OEM628 MTBF OEM6 Dev Kit weight OEMStar API Specifcations OEMStar MTBF OEMV1-DF MTBF OEMV-2 & OEMV-2G MTBF OEMV Auth Codes for 3.907 ProPak6 FTP ProPak6 - USB Drive File Format Recommended Alignment Procedures Recommended Logs for Post Processing Regarding Absolute and Relative Antenna Calibrations Regarding standard deviations used in RBV Calibration Remaining memory on OEM638/ProPak6 Reporting a Stolen Receiver RTK Quality Mode, Extra Safe Mode SBAS Position Mode Sending Batch File and Logging Binary Data in Real Term SPAN-CPT Commonly Asked Questions SPAN-CPT Power specifications SPAN Troubleshooting logs Understanding IMU Data Gaps: Causes and Mitigation Strategies Updating SMART6 firmware from 6.230 or 6.231 to 6.510 (or later) USB Not Supported in WinLoad Software Using RTCM ephemeris data to speed up Time To First Fix (TTFF) WGS84 to ETRS89 datum transformations What Ionospheric Correction will SETIONOTYPE AUTO use? What is a EURO card? What is the Difference Between Active and Passive Serial Connection in CDU/Connect? What is the Effect of Bad Lever Arms in the GNSS/INS Filter? What is the Maximum Accepted Latency in ALIGN? What would cause speed (Field 8) in GPRMC to remain constant for some amount of time? Why am I seeing Two Kinds of HEADING2 Logs when Using two PP6Ds in Relative INS? Why Can't I disable RXSTATUSEVENTA permanently? Why is there no decoding information on the CAN PGNs? Why is the standard deviation of the BESTPOS log larger than the spec on the data sheet? Support Search

DL-4 DL-V script Example

For those that only want to use the command line to configure a DL-V3 and a DL-4 for receiver settings not accessible within the DL tool, here is an example list of commands to setup a powerup group in the DL-4 / DL-V3 receiver. These commands can also save as a script file to send to the receiver via your favorite terminal program. An example script. Here are the contents below

GROUP CLEAR

GROUP ADD POWERUP

GROUPDGPSTXID SET POWERUP RTCA BS01

GROUPFIXPOS SET POWERUP 51.45000000000 -114.45000000000 1059.8030

GROUPINTERFACEMODE SET POWERUP COM1 NOVATEL NOVATEL OFF

GROUPINTERFACEMODE SET POWERUP COM2 NONE RTCA OFF

GROUPCOM SET POWERUP COM2 19200

GROUPLOG ADD POWERUP FILE RAWEPHEMB ONCHANGED 0

GROUPLOG ADD POWERUP COM2 RTCAOBS ONTIME 1

GROUPLOG ADD POWERUP COM2 RTCAREF ONTIME 10

GROUPLOG ADD POWERUP FILE RANGEB ONTIME 1

GROUPLOG ADD POWERUP FILE BESTPOSB ONTIME 1

GROUPLOG ADD POWERUP FILE VERSIONB ONCE

GROUPLOG ADD POWERUP FILE DGPSTXIDB ONCE

GROUPLOG ADD POWERUP FILE GLOEPHEMERISB ONCHANGED

GROUPLOG ADD POWERUP FILE GLOCLOCKB ONCHANGED

GROUPLOG ADD POWERUP FILE ALMANACB ONCHANGED

GROUPUSE START POWERUP

CURRENTGROUP

LOG GROUPDEF

 

So you can see the main sets of commands to set up a group.

For group commands..GROUP SET

For group logs GROUPLOG ADD

To commence logging GROUPUSE START

Save these commands to a file and use a terminal program  to send this file to the receiver. 

You can still query the receiver immediately afterwards to confirm the group was received (notice the LOG GROUPDEF in the example script) It is also recommended to communicate with the receiver at 9600 so that the commands sent to the receiver slow enough for the receiver to process and execute.