home *** CD-ROM | disk | FTP | other *** search
/ 3D World 3 (Spanish) / 3DWorld_03.iso / pc / 3ds_demo / drivers / llmvas.doc < prev    next >
Text File  |  1996-07-09  |  13KB  |  343 lines

  1. *************************************************************************
  2. *                                                                       *
  3. * LLMVAS.EXP                                                            *
  4. *                                                                       *
  5. * August 18, 1993                                                       *
  6. *                                                                       *
  7. * Lyon Lamb Video Animation Systems                                     *
  8. * Video Tape Recorder                                                   *
  9. * Autodesk Device Interface                                             *
  10. *                                                                       *
  11. *************************************************************************
  12.  
  13. This documentation will help you install the Lyon Lamb MiniVAS and PCVAS
  14. ADI (LLMVAS.EXP) for Autodesk 3D Studio.     
  15.  
  16. The following assumes that 3D Studio has been installed in the directory
  17. C:\3DS.  If this is different on your system, please substitute the
  18. appropriate directory when reading these instructions.
  19.  
  20.  
  21. 1) First preblack your video tape to automatically record control track,
  22. frame code, and time code on it.
  23.  
  24.  
  25. 2) Copy LLMVAS.EXP into the 3D Studio drivers sub-directory.  This
  26. will most likely be the sub-directory C:\3DS\DRIVERS.
  27.  
  28.  
  29. 3) Edit the file 3DS.SET in the C:\3DS directory to change the
  30. VTR-DEVICE from the default [DIAQUEST] to VTPADI.  
  31.  
  32.         The proper syntax is:
  33.         VTR-DEVICE = VTPADI
  34.  
  35.  
  36. 4) In 3DS.SET, examine the "Rendering Display" section. Modify
  37. the default rendering driver according to Autodesk's built-in
  38. output drivers. 
  39.  
  40. Change the rendering display parameters to match the video output
  41. card in your system. A few compatible video graphic cards are VISTA,
  42. TARGA or VISION16.   
  43.  
  44.         The proper syntax for a VISTA (756x486) is:
  45.         RENDER-DISPLAY = VISTAH
  46.  
  47. NOTE: You must have SET RDPADI or SET RCPADI statement in your 
  48. AUTOEXEC.BAT for these to function.  Consult your 3D Studio manual.
  49.  
  50. Alternatively, you can use the "3DS VIBCFG" command to change your
  51. rendering display to match the video output card in your system.
  52. Consult your 3D Studio Rel. 3 Installation Guide for details.
  53.  
  54. 5) Add the following line to the end of your AUTOEXEC.BAT file:
  55.  
  56.         SET VTPADI=C:\3DS\DRIVERS\LLMVAS.EXP
  57.  
  58. The line tells 3D Studio that the ADI video tape recorder driver
  59. you want to use is LLMVAS.EXP.
  60.  
  61.  
  62. 6) Now you need to add another line to your AUTOEXEC.BAT file.  The line
  63. tells the ADI driver how your system is set up.  The format of this line
  64. depends on whether you have a MiniVAS or a PCVAS and how it is set up.
  65.  
  66. The format of the line is:
  67.  
  68.         SET LLMVAS={F,T,L} {N,P} {C1,C2,C3,C4} I# Vaa R#
  69.  
  70. Immediately following the description of the parameters are several
  71. examples of specific configurations and the proper SET LLMVAS= line
  72. to place in your AUTOEXEC.BAT file.
  73.  
  74. Description of the parameters:
  75. -----------------------------
  76.  
  77. {C1,C2,C3,C4}   C1 - Use COM port 1
  78.                 C2 - Use COM port 2
  79.                 C3 - Use COM port 3
  80.                 C4 - Use COM port 4
  81.  
  82. I#              Specify the IRQ number to use for communication with the VAS
  83.                         e.g. I10        means use IRQ 10
  84.                              I5         means use IRQ 5
  85.                 NOTE: MiniVAS users do not normally need to specify the I
  86.                 parameter.
  87.  
  88. {F,T,L}         F - Use frame code
  89.                 T - Use serial time code
  90.                 L - Use longitudinal time code (available only for PCVAS)
  91.  
  92. {N,P}           N - Use NTSC timing (30 frames per second)
  93.                 P - Use PAL timing (25 frames per second)
  94.  
  95. Vaa             Specify the VTR identification code (consult your MiniVAS
  96.                 or PCVAS manual)
  97.                         e.g. VSM        is the Sony VO-9850
  98.                              VP7        is the Panasonic AG-7750
  99.  
  100. R#              Specify the preroll time (1 to 20 seconds) for recording
  101.                         e.g. R6         set a preroll time of 6 seconds
  102.                              R11        set a preroll time of 11 seconds
  103.                 NOTE: Specifying R0 will use the default preroll time
  104.                 stored in the MiniVAS's or PCVAS's memory.
  105.  
  106. Example SET LLMVAS= configurations:
  107. ----------------------------------
  108.     Example A:  A MiniVAS connected to COM1 (C1), using frame code (F),
  109.                 NTSC timing (N), the Sony VO-9850 (VSM), and a recording
  110.                 preroll time of 8 seconds (R8):
  111.  
  112.                         SET LLMVAS=C1 F N VSM R8
  113.  
  114.     Example B:  A MiniVAS connected to COM2 (C2), using time code (T),
  115.                 PAL timing (P), the Sony VO-9850 with time code option (VSN),
  116.                 and a recording preroll time of 10 seconds (R10):
  117.  
  118.                         SET LLMVAS=C2 T P VSN R10
  119.  
  120.     Example C:  A MiniVAS connected to COM3 (C3), using frame code (F),
  121.                 NTSC timing (N), the Sony BVU-2500 (VSD), and the default
  122.                 recording preroll time (R0):
  123.  
  124.                         SET LLMVAS=C3 F N VSD R0
  125.  
  126.     Example D:  A PCVAS connected to COM3 (C3), IRQ number 10 (I10),
  127.                 using frame code (F), NTSC timing (N), the Sony VO-9850 (VSM),
  128.                 and a recording preroll time of 6 seconds (R6):
  129.  
  130.                         SET LLMVAS=C3 I10 F N VSM R6
  131.  
  132.     Example E:  A PCVAS connected to COM1 (C1), IRQ number 4 (I4),
  133.                 using frame code (F), PAL timing (P), the Hitachi HR-230 (VH3),
  134.                 and the default recording preroll time (R0):
  135.  
  136.                         SET LLMVAS=C1 I4 F P VH3 R0
  137.  
  138.     Example F:  A PCVAS connected to COM4 (C4), IRQ number 5 (I5),
  139.                 using longitudinal time code (L), NTSC timing (N),
  140.                 the Panasonic AG-7750 (P7), and a recording preroll time
  141.                 of 7 seconds (R7):
  142.  
  143.                         SET LLMVAS=C4 I5 L N P7 R7
  144.  
  145.  
  146. 7) After you add the proper SET LLMVAS= line to your AUTOEXEC.BAT file
  147. and save it, reboot your computer to put the changes into effect.
  148.  
  149.  
  150. 8)  Open 3D Studio, go to Keyframer (F4), and select the following from
  151. the menu on the left:
  152.  
  153.      Renderer ...
  154.          VTR Control ...
  155.              VTR Setup ...
  156.  
  157. Hit the Initialize button, wait, then a dialogue box appears reading:
  158.  
  159.         VTR is On-line.
  160.  
  161.  
  162. 9)  Please refer back to the Studio 3D documentation for a
  163. detailed explanation regarding the:
  164.  
  165.         VTR Control...  and  VTR Setup...  menus.
  166.  
  167.  
  168.  
  169.  
  170. ================================================================
  171. Detailed Description of the LLMVAS Environment Variable Settings
  172. ================================================================
  173.  
  174. The following is a full description of the LLMVAS environment
  175. variable settings.
  176.  
  177. Syntax:
  178. ------
  179. SET LLMVAS={C1|C2|C3|C4} {I#} {Axxx} {N|P} {F|T|L} {Vaa} {Rdd}
  180.  
  181.  
  182. Default Setting:
  183. ---------------
  184. If the LLMVAS environment variable is not defined, the driver assumes
  185. the following default setting:
  186.  
  187.         SET LLMVAS=C3 I10 A3E8 N F R0
  188.  
  189. This specifies COM port 3, IRQ 10, I/O base address 0x3e8, NTSC timing,
  190. frame code operation, and the default preroll time of the VAS.
  191.  
  192.  
  193. Notes on the Syntax:
  194. -------------------
  195. - The curly brackets "{" and "}" show groups of related options.
  196. - Vertical bars "|" separate each available option in a group.
  197. - Capital letters or lower case letters may be used.
  198. - Unrecognized options will be ignored (e.g. the letter "Z").
  199. - Spaces may optionally separate each option.
  200. - Spaces may not separate the letters composing an option.
  201.         (e.g. "VSM" works, but "V SM" does not)
  202. - Options can be given in any order but subsequent options from the same
  203.         group override previous options from the same group.
  204.         (e.g. "NP" means PAL operation since the P comes after the N)
  205.  
  206.  
  207. Parameters:
  208. ----------
  209.  
  210. COMMUNICATIONS PORT:    {C1 | C2 | C3 | C4}
  211.  
  212.                         C1 - COM1, IRQ4, 0x3F8
  213.                         C2 - COM2, IRQ3, 0x2F8
  214.                         C3 - COM3, IRQ10, 0x3E8
  215.                         C4 - COM4, IRQ11, 0x2E8
  216.  
  217.         This option selects the serial port to which the MiniVAS or PCVAS
  218.         is connected.  The assumed IRQ and I/O base address for the
  219.         COM port are listed above.  However, specifying a different IRQ
  220.         using the I option (described below) overrides the assumed IRQ,
  221.         and specifying a different I/O base address using the A option
  222.         (also described below) overrides the assumed I/O base address.
  223.  
  224.         Default: If this option is not specified, then the driver
  225.                  assumes COM3 (C3).
  226.  
  227.  
  228. IRQ NUMBER:             {I#}
  229.  
  230.         This option selects the IRQ number to use for communication
  231.         with the PCVAS or MiniVAS.
  232.  
  233.         The PCVAS has a set of selectable jumpers labelled (IRQ2, IRQ3,
  234.         IRQ4, IRQ5, IRQ7, IRQ10, IRQ11, and IRQ15) for selecting the
  235.         IRQ number.  You should use the I option to specify the IRQ
  236.         for which the PCVAS is set.
  237.  
  238.         The MiniVAS does not have selectable jumpers for changing the
  239.         IRQ number, but the I/O card in your computer may have such jumpers.
  240.  
  241.         Default: If this option is not specified, then the driver
  242.                  assumes the default IRQ for the selected COM port.
  243.  
  244.         Examples:       I2      specifies IRQ2
  245.                         I11     specifies IRQ11
  246.  
  247.  
  248. I/O BASE ADDRESS:       {Axxx}
  249.  
  250.         This option selects the I/O base address to use for communication
  251.         with the PCVAS or MiniVAS.  The address is given as a three digit
  252.         hexadecimal number.
  253.  
  254.         The PCVAS has a set of dip switches labelled (A3 to A8) for
  255.         selecting the I/O base address.  Normally you do not need to
  256.         specify this option because selecting a communications port
  257.         using the C option selects a default I/O base address.
  258.  
  259.         Default: If this option is not specified, then the driver
  260.                  assumes the default I/O base address for the selected
  261.                  COM port.
  262.  
  263.         Examples:       A200    specifies 0x200
  264.                         A3D8    specifies 0x3D8
  265.  
  266.  
  267. FRAME FORMAT:           {F | T | L}
  268.  
  269.                         F - Frame code
  270.                         T - Serial time code
  271.                         L - Longitudinal time code
  272.  
  273.         This option selects the mode used for search operations and record
  274.         operations.
  275.  
  276.         Default: If this option is not specified, the driver assumes
  277.                  frame code (F) operation.
  278.  
  279.  
  280. TIME STANDARD:          {N | P}
  281.  
  282.                         N - NTSC (30 frames per second)
  283.                         P - PAL (25 frames per second)
  284.  
  285.         Default: If this option is not specified, the driver assumes
  286.                  NTSC (N) operation.
  287.  
  288.  
  289. VTR ID CODE:            {Vaa}
  290.  
  291.         This option identifies the VTR connected to the MiniVAS or PCVAS
  292.         using a two letter identification code.  This two letter code
  293.         can be found in your MiniVAS or PCVAS manual.
  294.  
  295.         Specifying this option causes the driver to initialize the MiniVAS
  296.         or PCVAS with the given identification code.
  297.  
  298.         Default: If this option is not specified, then the driver assumes
  299.                  that the current VTR identification code stored in the
  300.                  MiniVAS's or PCVAS's memory is correct.
  301.  
  302.         Examples:       VP7     specifies the Panasonic AG-7750
  303.                         VSN     specifies the Sony VO-9850
  304.  
  305.  
  306. PREROLL TIME:           {R#}
  307.  
  308.         This option specifies the preroll time for performing recordings.
  309.         The preroll time can be set to a number of seconds from 1 to 20.
  310.         To use the default preroll time of the MiniVAS or PCVAS,
  311.         specify (R0).
  312.  
  313.         Default: If this option is not specified, the driver assumes
  314.                  that the default preroll time of the MiniVAS or PCVAS
  315.                  is correct.
  316.  
  317.         Examples:       R5      specifies a 4 second preroll
  318.                         R10     specifies a 10 second preroll
  319.                         R0      specifies the default preroll time
  320.  
  321.  
  322.  
  323.  
  324. ===========================================================================
  325. Notes on the Operation of the Driver
  326. ===========================================================================
  327.  
  328. If 3D Studio appears to have hung:
  329. ---------------------------------
  330. If 3D Studio appears to have hung during a frame search using
  331. Next Frame Forward, Next Frame Back, Goto, or a record operation
  332. using either Record or Disk-to-VTR, wait at least 15 seconds.
  333. For most operations, the driver has a time-out time of about 10
  334. seconds.  If after 10 seconds, the driver detects that something
  335. may be wrong, it returns to 3D Studio indicating that an error
  336. occurred in the operation.
  337.  
  338. If after 15 seconds, you are not given control back, stop your
  339. VTR and wait another minute.  The driver will wait a longer period
  340. of time before timing out when it is waiting for the cut-in signal
  341. and the ready to record signal.
  342.  
  343.