HP Drive Manual de usuario Pagina 24

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 114
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 23
24
Chapter 2
10 Expand “Configuration Properties”
11 Expand “Linker”
12 Select Input. In the Additional Dependencies field, type
“hp34401a.lib”
13 Select OK.
14 To add the hp34401a instrument driver header file to your program, type the
following statement following the existing header file reference:
#include “hp34401a.h”
15 From the Main Menu, select Build and click Build IVIDemo.
Declare Variables
1 You will need to declare some variables that will be used in your program. Type
the following lines after the { in the int main () statement:
ViSession session;
ViStatus error = VI_SUCCESS;
ViReal64 reading;
Vista de pagina 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 113 114

Comentarios a estos manuales

Sin comentarios