<div dir="ltr"><p dir="ltr"></p><div>On Dec 12, 2014 8:13 PM, "TG9AJR Juan Munoz" <<a href="mailto:tg9ajr@gmail.com" target="_blank">tg9ajr@gmail.com</a>> wrote:<br></div><p></p><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I'm doing the ARRL 10m Contest in Phone as my main mode, but made a CW QSO as checklog,<br>
but when log it it will not change the mode from SSB to CW and will count it as DUPE because I<br>
already work the station in SSB.<br>
<br>
Besides the ALT+F to Edit the QSO, that will not allow me to edit the mode.<br>
<br>
Is there any other way to add those CW QSO as checklog or to be able to edit the mode ?</blockquote><div><br></div><div>This feature is not built in to Win-Test, so you would have to keep two separate logs. But you can also do it with one log by following the instructions below:</div><p dir="ltr"></p><ol><li>Type REOPEN [Enter] in the logging window<br></li><li>Change Mode from PHONE to MIXED<br></li><li>Click OK<br></li><li>Log the Phone and CW QSOs, taking care to log the proper mode (should be auto-detected if your radio is connected to Win-Test via serial port).<br></li><li>After the contest, use the FINDSTR command to separate the phone and CW QSOs into separate Cabrillo files:<br><br></li><ol><li>WRITELOG [Enter]</li><li>Select CABRILLO (<filename>.LOG)</li><li>Click OK</li><li>From the Win-Test menu, select File | Explore | Log directory</li><li><b>Shift+Right Click</b> on the <i>folder</i> name on the <i>left</i> side of Windows explorer (do not right click on a file, shift+right click on the <i>folder</i>)</li><li>From the pop-up menu, select <b>Open command window here</b></li><li>In the command window, type these commands to separate your Cabrillo file into separate phone and CW Cabrillo files:<br><br><font face="monospace">findstr /V " CW " filename.log >filenamePH.log</font><br><font face="monospace">findstr /V " PH " filename.log >filenameCW.log</font><br><br><font face="arial, helvetica, sans-serif">Where filename.log is the name of your file (type *log and press [tab] key to auto-complete file name).</font><br><br></li><li><font face="monospace">notepad filenamePH.log</font><font face="arial, helvetica, sans-serif"> </font></li><li><font face="arial, helvetica, sans-serif">Change the CATEGORY line to:</font><br><br><font face="monospace">CATEGORY: SINGLE-OP 10M HIGH SSB</font><br><br></li><li>File | Exit.  Click YES to save changes.</li><li><font face="monospace" style="font-family:arial,helvetica,sans-serif">notepad filenamePH.log</font><font face="arial, helvetica, sans-serif" style="font-family:arial,helvetica,sans-serif"> </font></li><li><font face="arial, helvetica, sans-serif">Change the CATEGORY line to:</font><br><br><font face="monospace">CATEGORY: CHECKLOG 10M HIGH CW</font></li><li>File | Exit.  Click YES to save changes.</li></ol></ol><p></p><p>The "/V" parameter of findstr means "find all lines that <i>do not</i> contain the string, and write them to the output file, "which is what is indicated by the ">" symbol.</p><p>You <i>must</i> include the spaces and quotes before and after CW and PH, as shown above.</p>73,</div><div class="gmail_quote">Bob, N6TV </div>
</div>