Microsoft LPF-00004 Manual del operador Pagina 133

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 157
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 132
PROGRAMMER'S GUIDE Page 115
C
YBER
A
MP
380, COPYRIGHT MARCH 2002, AXON INSTRUMENTS, INC.
if C300.SetCoupling% (1, C300.NEGINPUT, C300.COUPLINGDC) then
print "Error setting CyberAmp - coupling:"; C300.GetLastError%
end
end if
'Now flush out the command queue to the CyberAmp.
if C300.FlushCommands% then
print "Error on flush command:"; C300.GetLastError%
end
end if
'Save the updated CyberAmp state into the EEPROM.
'This set is required if you wish to have the CyberAmp power up with the
'same settings the next time the unit is turned on.
if C300.SaveCurrentState% then
print "Error saving CyberAmp state:"; C300.GetLastError%
end
end if
Suggestions if You are Writing a Data Acquisiton Program
1) Electrode test: the simplest approach is to:
i) Save the current settings of the CyberAmp.
ii) Set the overall gain of every CyberAmp 380 channel to x10.
iii) Set the lowpass filter of every CyberAmp 380 channel to 12 Hz.
iv) Request the electrode test signal.
v) Clear the display and show a single sweep from each channel, 500 ms wide, ±25 mV input-
referred vertical range (±250 mV at the A/D converter inputs). This vertical range
corresponds to an electrode resistance of approximately 50 k. The axes should not be
labeled in k since there is no place to indicate 0 k. Instead, a calibration bar
corresponding to 10 k (10 mV) should be displayed.
vi) After the user indicates readiness to proceed, re-set the CyberAmp 380 to the previous
operating conditions and resume the program.
2) Overload: this can be checked each sweep, or it can be checked only on request by the user.
3) Configuration: because the probes, if present, are identifiable, space should be provided in an
information table to list the probes that are in use.
4) Each time the program is started, it should check to see if any probes have been changed. If so,
the CyberAmp should be reconfigured after querying the user.
Vista de pagina 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 156 157

Comentarios a estos manuales

Sin comentarios