 |
| Install Macros on your System |
 |
There are three ways to install macros on your system:
 |
Automatically install an individual macro |
 |
Automatically install all macros in the library |
 |
Manually install an individual macro |
Automatically Install an Individual Macro
 |
On the page for the individual macro (e.g., aida.rmc), click on the "Install this macro" link. |
 |
An iSupport session will be established to the iSupport Macro Library, and the macro and its associated files will be installed on your system to the iSupport/Macros folder (or the folder you have designated as the base macro folder). |
 |
The iSupport session will create the following subfolders within the Macros folder if they don't already exist: Files, Subroutines and Logs. The Files subfolder contains associated files called by the macro. The Subroutines subfolder contains macro subroutines called by the macro. The Logs subfolder is used by the macro to store files and logs produced during macro execution. |
Automatically Install All Macros in the Library
 |
An iSupport session will be established to the iSupport Macro Library, and all macros and and their associated files will be installed on your system. |
 |
The iSupport session will create the following subfolders within the Macros folder if they don't already exist: Files, Subroutines and Logs. |
Manually Install an Individual Macro
 |
For an individual macro (e.g., analyzer.rmc) that calls no macros and has no associated files, you can simply copy the macro source code as displayed on the page for the individual macro. |
 |
Then paste the source code into a text editor, name the file as it was originally named (e.g., analyzer.rmc), and save this file to the Macros folder. |
Notes
 |
If you install a macro from the library and your system already contains that macro, the new macro will not overwrite the existing macro. Instead, the existing macro (and any associated files) will be renamed. |
|