HP E1429A Manuel d'utilisateur Page 47

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 420
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 46
/****************************************************************************/
void main(void)
{
check_error(); /* call error check function */
}
/****************************************************************************/
void check_error(void)
{
char into[161];
int length = 160;
IOOUTPUTS(ADDR, "SYST:ERR?", 9); /* Query error register */
IOENTERS(ADDR, into, &length); /* Enter error message */
if (atoi(into) != 0) /* Determine if error is present */
/* If errors present, print and exit */
{
while (atoi(into) != 0)
{
printf("%s\n\n", into);
IOOUTPUTS(ADDR, "SYST:ERR?", 9);
IOENTERS(ADDR, into, &length);
}
exit(1);
}
}
Digitizer/
Command Module
Deadlock
If the digitizer’s access light remains on while programming the digitizer
over HP-IB, it may be due to a deadlock between the digitizer and the
HP E1406 Command Module. If such a deadlock occurs and you cannot
access the Command Module, send the following command sequence:
ABORT 7
ABORT 7
CLEAR 70905
(selected device clear)
Chapter 1 Getting Started 47
Vue de la page 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 419 420

Commentaires sur ces manuels

Pas de commentaire