DELIB API reference | Seite
58
4.4. Example program
// ****************************************************************************
// ****************************************************************************
// ****************************************************************************
// ****************************************************************************
// ****************************************************************************
//
// (c) DEDITEC GmbH, 2009
//
// web: http://www.deditec.de
//
// mail: [email protected]
//
//
//
// dtapi_prog_beispiel_input_output.cpp
//
//
// ****************************************************************************
// ****************************************************************************
// ****************************************************************************
// ****************************************************************************
// ****************************************************************************
//
//
// Folgende Bibliotheken beim Linken mit einbinden: delib.lib
// Dies bitte in den Projekteinstellungen (Projekt/Einstellungen/Linker(Objekt-
Bibliothek-Module) .. letzter Eintrag konfigurieren
#include <windows.h>
#include <stdio.h>
#include "conio.h"
#include "delib.h"
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
void main(void)
{
unsigned long handle;
unsigned long data;
unsigned long anz;
unsigned long i;
unsigned long chan;
// ----------------------------------------------------
// USB-Modul öffnen
handle = DapiOpenModule(USB_Interface8,0);
printf("USB_Interface8 handle = %x\n", handle);
if (handle==0)
{
// USB Modul wurde nicht gefunden
printf("Modul konnte nicht geöffnet werden\n");
printf("TASTE für weiter\n");
getch();
Содержание USB WATCHDOG STICK
Страница 1: ...Hardware Description März USB WATCHDOG STICK 2016 ...
Страница 4: ...I Introduction Seite 4 Introduction ...
Страница 6: ...II Hardware description Seite 6 Hardware description ...
Страница 8: ...Hardware description Seite 8 2 1 Overview screen ...
Страница 16: ...III Software Seite 16 Software ...
Страница 26: ...Software Seite 26 Check under Projekte und Projektmappen Erweiterte Buildkonfigurationen anzeigen ...
Страница 35: ...Software Seite 35 Choose the option create VIs for DLL and press continue ...
Страница 36: ...Software Seite 36 In the next window choose the path to the delib h and delib dll and press continue ...
Страница 37: ...Software Seite 37 Press continue again The Header File will now be analized Afterwards press continue ...
Страница 38: ...Software Seite 38 Follow the instructions and configurate the name and the saving location for the VIs ...
Страница 39: ...Software Seite 39 In the new window choose Easy error correction in the drop down menu and press continue ...
Страница 45: ...Software Seite 45 ...
Страница 46: ...IV DELIB API reference Seite 46 DELIB API reference ...
Страница 60: ...V Appendix Seite 60 Appendix ...