This add-in provides a library of common conversion functions for length, area, volume, mass, energy and temperature, time, speed and pressure, as well as some miscellaneous conversions, including the following functions. Each function is transitive (to and from).
The add-in is customizable by editing a data table included in the add-in. See the instructions below.
Functions included:
Length
Area
Volume
Mass
Energy and Temperature
Time
Speed and Pressure
Other
Conversion Notes
1.) Liquid volume is listed as US units, if you want to use Imperial units for liquid measurements, simply convert Gallons,Quarts, or Pints to Imperial first using this function.
2.) You can use the other time conversions for Light Time (SMHDWY).
Other Add-In Functions
A secondary purpose of this add-in is to allow the user to add their own Custom Functions by simpling adding an entry to the table provided.
To open the Conversions table, simply click on Add-Ins -> Conversions -> Open Conversions Table...
To add your own function, simply follow the format as the previous entries in the table. If you want to create your own namespace for new functions, simply change the name from "Conversions" in the current row you are working in to what you want it to be. This will create your own scripting index and formula category within JMP.
After adding your function to the table, click on Add-Ins -> Conversions -> Update Scripting Index / Formulas, to add your new functions into the scripting index and forumla sections.
All formulas should now appear in both the scripting index and formula section!
Formula Editor
Scripting Index
Another capability of this add-in is the ability for a user to create a brand new table to separate their own Custom Functions from the Conversions Tables Custom Functions. If you want to do this, simply follow the format and naming convensions of the Conversions table when creating a new table. Make sure the new table you are working on is saved in the same location as the "Conversions Table" (This should be located in your "...\JMP\addins\com.jmp.chcost.conversions\" folder OR wherever your addin is saved...).
** Note: If you want to delete a formula from the table and have it take place in the Scripting/Formula areas, you must restart JMP after deleting the entries and saving the table.
That was very helpful thanks.