Index of /instruments/software/swaves/tmlib/distribution/client/TMlib distributions/Windows
Name Last modified Size
Parent Directory -
deprecated/ 2022-09-23 15:58 -
TMLib_Client-1.7.3633.msi 2021-08-25 20:55 6.1M
Remove-Old-Client-Before-Installing 2021-08-09 17:37 0
* Completing the Installation
-----------------------------
Please report any problems with the software or documentation to goetz@umn.edu and/or josh@codeposse.com.
** General Notes
----------------
*** How to point to a TMlib server using the STEREO_Server environment variable.
- Windows 10
1. Naviagate to Windows Menu->Windows System->This PC
2. Right-click on "This PC" and navigate to More->Properties
3. Scroll down in the Settings dialog and click on the "Advanced System Settings" link.
4. Click on "Environment Variables"
5. Add entry for STEREO_Server with the value of the DNS name or IP address of a
valid TMlib server.
- Windows 7
1. Start Menu->My Computer
2. Right-click on "My Computer"
3. Click on "Advanced"
4. Click on "Environment Variables"
5. Add entry for STEREO_Server with the value of the DNS name or IP address of a
valid TMlib server.
*** How to point to a TMlib server using the 'tmconfig' command.
1. Open a command prompt. Navigate to Start->Run and type "cmd", sans quotes.
2. Run the tmconfig command
C:\> tmconfig -l
3. Verify that the server with the "(DEFAULT)" suffix is the server you want to use.
4. If not, choose from the list. For example:
C:\> tmconfig -d -s "TMserver C at UMN"
5. Verify the changes:
C:\> tmconfig -l
** IDL Notes
------------
*** How to setup IDL to automatically compile the TMlib client routines:
NOTE: These instructions apply to 8.5.1, in other versions the names and
locations of these settings may be different.
NOTE: The paths given assume installation in the default directory.
1. Launch IDL
2. Goto Window->Preferences and click on "IDL"
3. In the "Startup file:" field, enter the following startup file:
C:\Program Files\STEREO\TMlib_Client\lib\idl\TMlib_IDL_Startup
4. In the preference pane, navigate to IDL->Paths.
5. Add the following search paths (the second path is optional):
C:\Program Files\STEREO\TMlib_Client\lib\idl
C:\Program Files\STEREO\TMlib_Client\examples\idl
6. Click "OK" to save the preferences.
7. Restart IDL to verify that it is correctly running the startup file
specified.
8. You should see something like this in the console:
% Compiled module: TM_GETLIBPATH.
% Compiled module: TM_SELECT_SERVER.
% Compiled module: TM_SELECT_PORT.
% Compiled module: TM_SELECT_DOMAIN.
% Compiled module: TM_SELECT_STREAM.
% Compiled module: TM_SELECT_STREAM_FILE.
% Compiled module: TM_SELECT_STREAM_TIMERANGE.
% Compiled module: TM_FIND_EVENT.
% Compiled module: TM_GET_ITEM_I4.
% Compiled module: TM_GET_ITEM_R4.
% Compiled module: TM_GET_ITEM_R8.
% Compiled module: TM_GET_ITEM_CHAR.
% Compiled module: TM_GET_POSITION.
% Compiled module: TM_SET_POSITION.
% Compiled module: TM_CLOSE.
% Compiled module: TM_ERROR_STACK.
% Compiled module: TM_HELP.
% Compiled module: TM_CLIENT_INFO.
% Compiled module: TM_UR8_TO_YDOY.
% Compiled module: TM_UR8_TO_YDOYH.
% Compiled module: TM_UR8_TO_YMD.
% Compiled module: TM_UR8_TO_STRING.
% Compiled module: TM_UR8_TO_STRING_ABSOLUTE.
% Compiled module: TM_UR8_TO_STRING_COMPARISON.
% Compiled module: TM_UR8_FROM_YDOY.
% Compiled module: TM_UR8_FROM_YMD.
% Compiled module: TM_UR8_FROM_STRING_ABSOLUTE.
% Compiled module: TM_UR8_FROM_STRING_COMPARISON.
% Compiled module: TM_UR8_FROM_LOCAL_TIME.
IDL> TMlib Client Version: 1.7.3624, built: Aug 8 2021 12:33:56
IDL> It is now Mon Aug 09 11:54:15 2021
IDL>