home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / ifwt11.zip / IFWAIT.INI < prev    next >
Text File  |  1992-11-22  |  3KB  |  86 lines

  1. ;******************************************************************************
  2. ; File IFWAIT.INI controls the running of IFWAIT.EXE
  3. ;******************************************************************************
  4. ;
  5. ;******************************************************************************
  6.  
  7. ; Speaker beep frequency in hertz. Default = 1900
  8. SpkrBeepFreq=900
  9.  
  10.  
  11. ; This field identifies which parallel port has an IFBUZZ or custom device
  12. ; connected to it. Valid values are: 1,2,3,4 for LPT 1,2,3,4 Default=2
  13. IfbuzzLptPort=2
  14.  
  15. ; When trigger appears on the screen, IFWAIT will respond. You may 
  16. ; choose to respond with the PC's speaker and/or LPT buzzer device or
  17. ; no devices at all (silent mode). Default=0
  18. ;                     0 = no devices -silent running
  19. ;                     1 = PC's speaker
  20. ;                     2 = LPT device -IFBUZZ or custom
  21. ;                     3 = both PC's speaker & IFBUZZ/custom
  22. TriggerDevice=2
  23.  
  24.  
  25. ; Type of trigger signal:
  26. ;           0 = One-shot. PC beeps/buzzes once for TriggerOnSec seconds. Then ends.
  27. ;           1 = Cyclic. PC beeps/buzzes with the following repeating cycle: 
  28. ;               Beeps/Buzzes for TriggerOnSec seconds, silence for TriggerOffSec
  29. ;               seconds, then repeats....
  30. ;           2 = Continuous. PC beeps/buzzes constantly on.
  31. ;
  32. ;           All trigger responses end with the user pressing any key. Default=1
  33. TriggerAudibleWaveForm=1
  34.  
  35.  
  36. ; Number of tenths of seconds of ON (beep/buzzer audible) time. 
  37. ;           Maximum=655. Default=10
  38. TriggerAudibleOnTenthSec=5
  39.  
  40. ; Number of tenths of seconds of OFF (beep/buzzer silence) time.
  41. ;           Maximum=655. Default=20
  42. TriggerAudibleOffTenthSec=5
  43.  
  44.  
  45.  
  46. ;******************************************************************************
  47. ; IFWAIT can operate with an optionally available parallel port
  48. ;        buzzer device (IFBUZZ) or a custom device of your design provided 
  49. ;        that it is controlled by 2 parallel port leads. This author recommends
  50. ;        that you purchase his IFBUZZ device for simplicity....
  51. ;******************************************************************************
  52.  
  53. ; This field identifies which parallel port has an IFBUZZ or custom device
  54. ; connected to it. Valid values are: 1,2,3,4 for LPT 1,2,3,4 Default=2
  55. IfbuzzLptPort=2
  56.  
  57. ; This is the LPT port pin number of the control lead #A
  58. ; Choose your pin numbers correctly for many PC systems' parallel 
  59. ; ports treat these leads differently during POST and DOS states.
  60. ; Incorrectly specifying leads may result in the buffer triggering 
  61. ; during POST or DOS states..... IFBUZZ default=17
  62. IfbuzzLeadA=17
  63.  
  64. ; This is the LPT port pin number of the control lead #B IFBUZZ default=1
  65. IfbuzzLeadB=1
  66.  
  67. ; This is the voltage level required to activate the buzzer's lead #A
  68. ; 0=gnd 1=5v. IFBUZZ default=1
  69. IfbuzzOnA=1
  70.  
  71. ; This is the voltage level required to activate the buzzer's lead #B
  72. ; 0=gnd 1=5v. IFBUZZ default=1
  73. IfbuzzOnB=0
  74.  
  75. ; This is the logic level required to de-activate the buzzer's lead #A
  76. ; 0=gnd 1=5v. IFBUZZ default=0
  77. IfbuzzOffA=0
  78.  
  79. ; This is the logic level required to de-activate the buzzer's lead #B
  80. ; 0=gnd 1=5v. IFBUZZ default=0
  81. IfbuzzOffB=0
  82.  
  83.  
  84. ;******************************************************************************
  85. ; this is last line of file.
  86.