- Timestamp:
- Dec 4, 2009 5:02:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_Win_readme.html
- Property rcs:date changed from 2000/05/26 14:12:58 to 2000/06/09 03:54:23
- Property rcs:lines changed from +4 -4 to +48 -12
- Property rcs:rev changed from 1.10 to 1.11
r155 r203 42 42 <A HREF="ftp://ftp.lanl.gov/public/gsas/ms-dos/gsaskit.exe">ftp://ftp.lanl.gov/public/gsas/ms-dos/gsaskit.exe</A> 43 43 (~6 Mbytes)<BR> 44 Note that this is not a NIST web server. 44 and read<BR> 45 <A HREF="ftp://ftp.lanl.gov/public/gsas/ms-dos/readme.txt">ftp://ftp.lanl.gov/public/gsas/ms-dos/readme.txt</A> 46 <P> 47 Note that these files are from a Los Alamos web server, not NIST. 45 48 46 49 <P><LI>Get a 47 50 <A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html"> 48 51 Tcl/Tk</A> distribution<BR> 49 I am testing a new version :<BR>52 I am testing a new version (Tcl/Tk v8.2):<BR> 50 53 <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/tcltk/tcltk82blt24qwinexec0601.exe"> 51 54 ftp://ftp.ncnr.nist.gov/pub/cryst/tcltk/tcltk82blt24qwinexec0601.exe</A> 52 55 (2686464 bytes) 53 <BR>or an older version :<BR>56 <BR>or an older version (Tcl/Tk v8.0):<BR> 54 57 <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/win/tcltk80p2+.exe">ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/win/tcltk80p2+.exe</A> 55 58 (3604992 bytes) … … 85 88 86 89 <P><B>2. Run the programs</B> 87 <UL>Use the file manager or Run command to succesively run, gsaskit.exe, 88 tcltk80p2+.exe, and expgui.exe (the order should not matter). 89 [N.B. If using expgui_alpha.zip uncompress with a tool such as WinZip 90 into c:\gsas\expgui] 91 92 This will cause the files to be unpacked. The default 90 <UL>Use a DOS window to run, gsaskit.exe, 91 tcltk80p2+.exe, and expgui.exe (the order should not matter): 92 <PRE> 93 mkdir c:\gsas 94 chdir c:\gsas 95 c:\temp\gsaskit.exe -d 96 c:\temp\tcltk80p2+.exe 97 c:\temp\expgui.exe 98 </PRE> 99 100 Note that gsaskit.exe must be run in the location where you want the 101 files to be placed and that you must use the -d option. For this 102 reason you must know what you are doing to do this from the Windows interface. 103 (Using WinZip is another good way to unzip the file with the correct directory structure or to uncompress expgui_alpha.zip). The tcltk80p2+.exe and 104 expgui.exe files can be run from Windows. 105 <P> 106 The previous steps will cause the files to be unpacked. The default 93 107 locations for installation are: 94 108 <PRE> … … 107 121 <P><B>3. When needed, install TCLDUMP and EXPTOOL</B> 108 122 <UL> 109 If TCLDUMP and EXPTOOL are not already present,123 If TCLDUMP and EXPTOOL <I>are not already present</I>, 110 124 place the <tt>tcldump.exe</tt> and 111 125 <tt>exptool.exe</tt> files in the <tt>exe</tt> directory of GSAS, … … 172 186 2. Do I need to modify the PATH, etc in my AUTOEXEC.BAT file? 173 187 <UL>Only if you will use the PC-GSAS or GSAS.BAT menu programs as well. 174 If so, do the following (from the GSAS readme file): 188 If so, do the following (from the 189 <A HREF="ftp://ftp.lanl.gov/public/gsas/ms-dos/readme.txt">GSAS readme file</A>): 175 190 <BR> 176 191 <UL><TT>5. Modify the PATH statement in your autoexec.bat file to add C:\GSAS\EXE … … 195 210 Well, actually the problem is Windows. EXPGUI is pretty zippy in LINUX, but some operations 196 211 (reading a histogram in liveplot for example) can take 3-5 times longer in Windows than in UNIX. 212 213 </UL> 214 5. When I run one of the GSAS graphics programs (POWPLOT, RAWPLOT,...) the 215 program starts, and I can answer questions, but when it comes to the part 216 of the program that should display a plot, I get no plot (and possibly 217 the DOS window disappears without a trace.) 218 <UL> 219 There are two problems I know of that can cause graphics errors: 220 One is that the graphics package (PGPLOT) cannot find the PGPLOT_FONT 221 environment variable (that points to file GRFONT.DAT). EXPGUI does this 222 correctly, unless you are out of environment space (and I don't know how to 223 fix that in Windows.) 224 <P> 225 The other appears to be a graphics mode problem. Not all modes work 226 on all machines. Try mode A. If you still have problems, see if it is an 227 EXPGUI problem: Try using a plotting program 228 (RAWPLOT is a good choice) from PC-GSAS or GSAS.BAT. If the plotting 229 program does not work there either, first check PGPLOT_FONT is defined 230 (by opening a DOS box and type SET, also see question 2, above.) 231 If the plotting program runs in PC-GSAS or GSAS.BAT but not EXPGUI, you have a 232 real EXPGUI bug. 197 233 </UL> 198 234 199 235 <H2> 200 236 Acknowledgements</H2> 201 The version of Tcl/Tk herewas compiled by <A HREF="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.xraylith.wisc.edu/~khan/software/tcl/index.html#tcltk-80p2-ming">Mumit237 The 8.0 version of Tcl/Tk was compiled by <A HREF="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.xraylith.wisc.edu/~khan/software/tcl/index.html#tcltk-80p2-ming">Mumit 202 238 Khan</A> and the Winexec package, which is needed to allow Tcl/Tk to run 203 239 the GSAS DOS .exe files was created by <A HREF="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.du.edu/~mschwart/tcl-tk.htm">Michael
Note: See TracChangeset
for help on using the changeset viewer.