Difference between revisions of "WT.INI"

From Win-Test Wiki
Jump to navigation Jump to search
m (Added locations of WT.INI)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Several default parameters can be set up in the Win-Test initialization file WT.INI which is an ASCII file located in the Win-Test directory. Changes in this file are necessary only in a specific situation and require a considerable amount of know-how, like using an ASCII editor. Note, that you can change the WT.INI file only when Win-Test is not alive. If you edit the file, while Win-Test runs, you will probably find all of your changes gone once you finish the program.
+
Several default parameters can be set up in the Win-Test initialization file WT.INI which is an ASCII file located as follows:
 +
 
 +
For Win-Test version 4:
 +
* Windows XP: '''C:\Documents and Settings\All Users\Application Data\Win-Test\cfg\wt.ini'''
 +
* Windows Vista: '''C:\ProgramData\Win-Test\cfg\wt.ini'''
 +
 
 +
For Win-Test version 3:
 +
* '''C:\Program Files\Win-Test\wt.ini'''
 +
 
 +
Changes in this file are necessary only in a specific situation and require a considerable amount of know-how, like using an ASCII editor. Note, that you can change the WT.INI file only when Win-Test is not alive. If you edit the file, while Win-Test runs, you will probably find all of your changes gone once you finish the program.
  
 
== Generic ICOM radio ==  
 
== Generic ICOM radio ==  
  
ICOM radio types are identified by a specific address for each model. So for example, the popular IC-735 has the address 04h (h stands for hex), while the IC-756pro II has 72h and the IC-729 has 3Ah. This address can be changed in the radio, which makes sense, for example, when you run two identical radios and wish to control them from Win-Test. Then you have no other choice but give the second radio a different address.
+
ICOM radio types are identified by a specific address for each model. A list of such addresses may be found [http://www.docksideradio.com/Icom%20Radio%20Hex%20Addresses.htm here].  So for example, the popular IC-735 has the address 04h (h stands for hex), while the IC-756pro II has 72h and the IC-729 has 3Ah. This address can be changed in the radio, which makes sense, for example, when you run two identical radios and wish to control them from Win-Test. Then you have no other choice but give the second radio a different address.
 +
 
 +
To be able to use a different address, in the interfaces setup section of Win-Test, select '''<tt>IC-Generic</tt>''' as your radio instead of a specific ICOM radio model.
  
Win-Test allows you to specify two different ICOM radios in the [Interfaces] section of WT.INI, where <n> is the hex address of the radio:
+
Doing this, in the [Interfaces] section of WT.INI, there will be the possibility to specify the right address:
  
 +
    [Interfaces]
 +
    ....
 
     IcomGenericRadio1=<n>h
 
     IcomGenericRadio1=<n>h
 
     IcomGenericRadio2=<n>h
 
     IcomGenericRadio2=<n>h
  
For example, the setting IcomGenericRadio2=48h  will use address 48h for Radio 2
+
where <n> is the hex address of the radio.
 
 
== DTR always on ==
 
 
 
This setting allows you to keep the DTR line always on, no matter what data are being
 
sent via the RXD and TXD lines. That key must be entered manually in the [Interfaces]
 
section. x is the port number, so 1 stands for COM1 and 2 for COM2.
 
 
 
    COMxDTR=always_on
 
  
'''Note''': This setting can now be easily modified within Win-Test, in the [[Menu:Options#Serial_Ports|serial port parameters setup dialog]].
+
For example, the setting IcomGenericRadio2=48h  will use address 48h for Radio 2.
  
 
== See Also ==  
 
== See Also ==  
Line 26: Line 31:
 
=== In the manual ===
 
=== In the manual ===
 
* [http://www.k1ea.com/hints/radio.htm Some ICOM addresses given on K1EA's Web Site]
 
* [http://www.k1ea.com/hints/radio.htm Some ICOM addresses given on K1EA's Web Site]
 
+
* [http://www.docksideradio.com/Icom%20Radio%20Hex%20Addresses.htm More ICOM addresses from www.DockSideRadio.com]
=== External sources ===
+
* Loading a different [[Other_Files|WT.INI]] file at startup
* [http://www.subnetmask.info Subnet calculator]
 

Latest revision as of 10:21, 20 October 2009

Several default parameters can be set up in the Win-Test initialization file WT.INI which is an ASCII file located as follows:

For Win-Test version 4:

  • Windows XP: C:\Documents and Settings\All Users\Application Data\Win-Test\cfg\wt.ini
  • Windows Vista: C:\ProgramData\Win-Test\cfg\wt.ini

For Win-Test version 3:

  • C:\Program Files\Win-Test\wt.ini

Changes in this file are necessary only in a specific situation and require a considerable amount of know-how, like using an ASCII editor. Note, that you can change the WT.INI file only when Win-Test is not alive. If you edit the file, while Win-Test runs, you will probably find all of your changes gone once you finish the program.

Generic ICOM radio

ICOM radio types are identified by a specific address for each model. A list of such addresses may be found here. So for example, the popular IC-735 has the address 04h (h stands for hex), while the IC-756pro II has 72h and the IC-729 has 3Ah. This address can be changed in the radio, which makes sense, for example, when you run two identical radios and wish to control them from Win-Test. Then you have no other choice but give the second radio a different address.

To be able to use a different address, in the interfaces setup section of Win-Test, select IC-Generic as your radio instead of a specific ICOM radio model.

Doing this, in the [Interfaces] section of WT.INI, there will be the possibility to specify the right address:

   [Interfaces]
   ....
   IcomGenericRadio1=<n>h
   IcomGenericRadio2=<n>h

where <n> is the hex address of the radio.

For example, the setting IcomGenericRadio2=48h will use address 48h for Radio 2.

See Also

In the manual