![Picotest M3500A Скачать руководство пользователя страница 186](http://html1.mh-extra.com/html/picotest/m3500a/m3500a_user-manual_1555483186.webp)
186
186
186
186
unsigned
long,
unsigned
long*))GetProcAddress(hUSBTMCLIB, (LPCSTR)"viOpen");
PviWrite_usb = (signed long (__stdcall*)(unsigned long, unsigned
char*, unsigned long,
unsigned long*))GetProcAddress(hUSBTMCLIB,
(LPCSTR)"viWrite");
PviRead_usb
= (signed long (__stdcall*)(unsigned long,
unsigned char*, unsigned long,
unsigned long*))GetProcAddress(hUSBTMCLIB,
(LPCSTR)"viRead");
PviSetAttribute_usb = (signed long (__stdcall*)(unsigned long, unsigned
long, unsigned long))GetProcAddress(hUSBTMCLIB, (LPCSTR)"viSetAttribute");
if (PviOpenDefaultRM_usb == NULL ||
PviFindRsrc_usb
== NULL ||
PviClose_usb
== NULL ||
PviOpen_usb
== NULL ||
PviWrite_usb
== NULL ||
PviRead_usb
== NULL ||
PviSetAttribute_usb == NULL
)
{
FreeLibrary (hUSBTMCLIB);
hUSBTMCLIB = NULL;
MessageBox(NULL, "NIVISA for USBTMC library not ready.", "M3500
multimeter device test", MB_OK);
return;
}
printf("\n ###### Start C++ Example program. ######\n");
printf(" We check the M3500 multimeter on USB port and\n");
printf(" identify the first connected M3500 device.\n\n");
// Open Device -- Resource Manager
status = PviOpenDefaultRM_usb(&m_defaultRM_usbtmc);
if (status < 0L)
{
Содержание M3500A
Страница 1: ...PICOTEST M3500A 6 5 Digit Digital Multimeter User s Manual Version 1 06 ...
Страница 2: ...2 2 2 2 M3500A DMM User s Manual ...
Страница 49: ...49 49 49 49 Figure 3 17 1 2 3 5 5 4 4 1 2 3 ...
Страница 50: ...50 50 50 50 Figure 3 18 5 ...
Страница 191: ...191 191 191 191 FreeLibrary hUSBTMCLIB hUSBTMCLIB NULL return ...