home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / rasmol / scipts / plc / !PLC / PLC1_TXT < prev    next >
Text File  |  1995-11-20  |  4KB  |  98 lines

  1. This document has the following sections:
  2.  
  3. INSTALLATION OF RASWIN SCRIPT
  4. OPERATION OF SCRIPT
  5. SCRIPT SPEED/PACING/TIMING
  6.  
  7. - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  8. INSTALLATION OF RASWIN SCRIPT
  9.  
  10. Each script consists of a top level script plus many
  11. subscripts and some PDB files.  It is therefore
  12. advisable to install each script in a separate
  13. subdirectory. For example, assuming you have installed
  14. the RasWin program files in C:\RASWIN, the script PLC1
  15. could be installed in C:\RASWIN\PLC1.
  16.  
  17. To do this, copy the packed file PLC1ZIP.EXE into the
  18. desired subdirectory, and then run it as a DOS program
  19. at the DOS prompt (which will unpack it).
  20.  
  21. Now run Windows.  In Windows, with the RasWin icon
  22. selected, select File, Preferences, and change the
  23. Working Directory to the one containing the unpacked
  24. script files.  (If you want access to RasWin's built-in
  25. help, you must also copy RASWIN.HLP into the working
  26. directory.)
  27.  
  28. If you have several scripts, you may wish to create a
  29. separate RasWin icon for each.  This would enable you
  30. to change scripts smoothly during a lecture, without
  31. changing the working directory.  With the RasWin icon
  32. highlighted, select File, Copy.  Now use File,
  33. Properties to change the working directory to the one
  34. for the script, and the Description (which will appear
  35. under the icon) to the script name.  Thus you will end
  36. up with a script-name-labeled RasWin icon for each
  37. script.
  38.  
  39. If you wish, you can even configure the Properties to
  40. run the script automatically when the icon is
  41. double-clicked.  To do this, put '-script plc1.top'
  42. after RASWIN.EXE in the Command Line slot of the
  43. Properties box.  [WARNING: there is a bug in RasWin
  44. beta 2.6. Scripts started in this way terminate at the
  45. first pause, returning the RasMol> prompt.  Therefore,
  46. scripts will have to be run manually, with a 'script
  47. plc1.top' command in the command window, until this is
  48. fixed.]
  49.  
  50. OPERATION OF SCRIPT
  51.  
  52. PLC1.TOP is the top-level script. Start it by typing
  53. 'script plc1.top' in the RasWin command line window,
  54. then pressing Enter.
  55.  
  56. This script is designed to run unattended.  See specific
  57. timing instructions for PLC1.TOP at the end of this
  58. document.
  59.  
  60. SCRIPT SPEED/PACING/TIMING
  61.  
  62. RasWin32 beta 2.6 (the 32 bit program) is several times
  63. faster than RasWin 2.6 (the 16 bit program).  To run
  64. RASWIN32 you may need a Windows accessory package which
  65. is provided free by MicroSoft.  For details see:
  66.  
  67. http://www.umass.edu/microbio/rasmol/getras.htm
  68.  
  69. Script execution speed is affected by the speed of your
  70. computer, the speed of your graphics card, the screen
  71. resolution, and the size of the RasWin graphics window. 
  72. Starting with a full-screen graphics window, you can
  73. speed up execution by reducing the resolution from
  74. 1024 x 768 to 800 x 600 to 640 x 480 pixels.  This is
  75. usually done with a SetRes (or related) icon in the
  76. Windows Control Panel.  Further increases in speed can
  77. be obtained by reducing the size of the graphics window
  78. (to less than full-screen).  Quick previewing of scripts
  79. can be done very quickly in a tiny graphics window.
  80.  
  81. The script PLC1.TOP was designed to run unattended.
  82. Since RasMol does not yet have a delay command, it took
  83. a while to hit upon a mechanism to insert delays (see
  84. file delay1.scr).  Unfortunately the lengths of these
  85. delays are entirely dependent on the speed of the
  86. computer running the script. The delays work well on an
  87. 80486/66 megaherz computer running RasWin 2.5, on which
  88. the entire script takes about 8 minutes to run.  On
  89. faster or slower computers the delays may need to be
  90. tinkered with by editing the script files (but also
  91. consider the strategies mentioned above for fine tuning
  92. the overall pace).  Also, RasWin32 beta 2.6 is
  93. considerably faster than the 16-bit version 2.5 on
  94. which the script was developed.
  95.  
  96. -Eric Martz
  97. emartz@microbio.umass.edu
  98.