MMVARI and others Previous Next

 For MMvari and all other programs like fldigi  is a universal interface implemented via the clipboard or CallInfo.ini file. This is selected in the settings , monitors HAM-LOG the clipboard or the file and responds accordingly:

  1. Each Callsign (in most programs easily marked with a double-click and copy with CTL-C.) Is sought in the HAM-LOG and the data found in the Info window as written and MixW the appropriate files. From a macro that can be done with the call as a parameter with the supplied ToClip.exe. or ToIni.exe e.g. in MMVARI <% = Execute toclip.exe <% HisCall>> or <%Execute= toini.exe "CallInfo.ini" "Read" "Log" "<%HisCall>">.
     
  2. If the Info window (and the 3 files) to be emptied again, only must be copied: "LOG~*" to the clipboard oder in CallInfo.ini. Also goes in the macro with <% = Execute toclip.exe "LOG~ *"> or <%Execute = toini.exe "CallInfo.ini" "Read" "Log" "LOG~*">.
     
  3. Saving a QSO on the same path. It has the string:
     
    LOG~*hb9cqv|1923|14078000|bpsk31|Jochanan|Zurich|some QRM|59+|
     
    be copied to the clipboard. e.g. as a macro in MMVARI (and, mutatis mutandis, in all sorts of other programs):

    <%Execute= toclip.exe"LOG~*<%HisCall>|<%VALTIME=hour,<%QPTIME>><%VALTIME= minute,<%QPTIME>>|<%Format= %i,<%RadioKHz>*1000>|<%LogMODE>|<%HisName>|<%HisQTH>|<%Note>|<%HisRST>|">
     
    The time can be with or without: to specify the QRG can be in Hz, kHz or MHz, and the name and QTH are automatically filled in by the possibly last QSO with this station as required in HAM-LOG "".

This is actually a very simple thing and can be easily modified to suit the digital mode program. Other small utilities for installation in macros can be found in my ToolBox.zip .


   Copyright © 2011 HB9CQV, Zürich Previous Next