1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Tools: Conversion Editor .:.
Depending on the types of equations and the size of the resulting file desired, Converber offers three types of conversion.
- Factor Type - The image above is a good example of this type. There are 12 inches in one foot, therefore the factor would be 12.
- Equation Type - Converting units, such as temperature, requires a more complex equation. For example, to convert fahrenheit to celsius the equation would be ( x - 32 / 1.8 ). The opposite equation box, celsius to fahrenheit, would be ( x * 1.8 + 32 ).
- Relation Type - This type is similar to the equation type, except the equation always relates to the initial unit. Using the same foot/inches example, the initial unit could be inches. There are 12 inches in one foot, therefore the equation for foot would be ( x * 12 ). When entering an additional unit, such as yards, it would follow that there are 36 inches in one yard ( x * 36 ). Note: Using this type of conversion the initial equation, in this case inches, must be ( x * 1 ).
To show the custom conversion file in the main program window and Categories list, check the Show file check box. In the example image above, neither the categories nor the units contained in the Custom Units.ini file will be shown in the main program window.
Select the conversion file to edit using the drop-down list.
3 - New Conversion File Button
To create a new custom conversion file, click the New button.
4 - Delete Conversion File Button
To delete the selected conversion file, click the Delete button.
5 - View Conversion File Button
To view or edit the custom conversion file with your default text editor, click the View button.
Select the desired unit to edit in the left-side list box.
After selecting the desired unit to edit in the left-side list box, select the opposite desired unit to edit in the right-side list box.
Enter the unit to use for the conversion in the left-side unit input box.
If this box is not checked, use either the factor or equation type of conversion. If this box is checked, both the Unit 2 Input Box and the second Factor or Equation Input Box will be greyed out. Using this option will keep file sizes smaller and data entry will be faster. Note: Using this type of conversion the initial equation in each category must be ( x * 1 ).
Enter the other unit to use for the conversion in the right-side unit input box.
11 - Factor or Equation Input Box
Enter the corresponding factor or equation to use in the input box. If using a factor, only one of the two input boxes need to be filled. For example (see image above), 100 should be placed in the second box only. The program will automatically invert the number to calculate the other direction. If using an equation, both input boxes should be used and it should be structured like the following: ( x * 1000 ). The calculation will perform the operation left to right with no regards to the familiar parenthesis. Important reminders:
- Do not use parenthesis.
- Use a space to separate operations.
- Use an x only!
- The following operations are valid:
Operator | Description |
+ | Adds two numbers. e.g. 10 + 20 (equals 30) |
- | Subtracts two numbers. e.g. 20 - 10 (equals 10) |
* | Multiplies two numbers. e.g. 20 * 10 (equals 200) |
/ | Divides two numbers. e.g. 20 / 10 (equals 2) |
^ | Raises a number to the power. e.g. 2 ^ 4 (equals 16) |
12 - Factor or Equation Input Box
The same rules apply for this equation input box as the previous.
Enter the category for the conversion in the category input box.
To create a new conversion after filling in the appropriate input boxes, click the Add button. A file must be selected in the combo box (2).
To modify an existing conversion, click the Update button. A file must be selected in the combo box (2).
- To delete one unit, select the unit to be deleted in the left-side unit list box (6), then click the Delete button.
- To delete two units, select the first unit to be deleted in the left-side unit list box (6) and select the second unit to be deleted in the right-side unit list box (7), then click the Delete button.
- To delete an entire category, make sure the two unit list boxes(6 & 7) are empty and enter the category name in the category input box (13), then click the Delete button.
To exit the conversion editor and return to the main program window, click the Ok button.
To show the Converber help contents, click the Help button.