DELIB API reference |
Seite 106
return;
}
// Zum Testen - ein Ping senden
// ----------------------------------------------------
printf("PING\n");
anz=10;
for(i=0;i!=anz;++i)
{
data=DapiPing(handle, i);
if(i==data)
{
// OK
printf(".");
}
else
{
// No answer
printf("E");
}
}
printf("\n");
// ----------------------------------------------------
// Einen Wert auf die Ausgänge schreiben
data = 255;
DapiWriteByte(handle, 0, data);
printf("Schreibe auf Adresse=0 daten=0x%x\n", data);
// ----------------------------------------------------
// Einen Wert auf die Ausgänge schreiben
data = 255;
DapiWriteByte(handle, 1, data);
printf("Schreibe auf Adresse=0 daten=0x%x\n", data);
// ----------------------------------------------------
// Einen Wert auf die Ausgänge schreiben
data = 255;
DapiWriteByte(handle, 2, data);
printf("Schreibe auf Adresse=2 daten=0x%x\n", data);
// ----------------------------------------------------
// Einen Wert von den Eingängen lesen
data = (unsigned long) DapiReadByte(handle, 0);
printf("Gelesene Daten = 0x%x\n", data);
// ----------------------------------------------------
// Einen A/D Wert lesen
chan=11; // read chan. 11
data = DapiReadWord(handle, 0xff chan*2);
printf("Adress=%x, ret=%x volt=%f\n", chan, data, ((float) data) / 1024*5);//
Bei 5 Volt Ref
// ----------------------------------------------------
// Modul wieder schliessen
DapiCloseModule(handle);
printf("TASTE für weiter\n");
getch();
return ;
}
Содержание ETH-RELAIS-8
Страница 1: ...Hardware Description Juli ETH RELAIS 8 OPTOIN 8 2019 ...
Страница 6: ...I Introduction Seite 6 Introduction ...
Страница 8: ...II Hardware description Seite 8 Hardware description ...
Страница 13: ...Hardware description Seite 13 2 2 3 Overview screen ...
Страница 17: ...Hardware description Seite 17 2 3 2 Product pictures ETH RELAIS 8 ...
Страница 18: ...Hardware description Seite 18 2 3 3 Overview screen ...
Страница 21: ...Hardware description Seite 21 ...
Страница 22: ...III Hardware Seite 22 Hardware ...
Страница 28: ...Hardware Seite 28 Geben Sie hier den Text ein ...
Страница 29: ...IV Firmware update Seite 29 Firmware update ...
Страница 32: ...Firmware update Seite 32 After successful update procedure the message FLASH OK appears ...
Страница 33: ...V Software Seite 33 Software ...
Страница 47: ...Software Seite 47 Check under Projekte und Projektmappen Erweiterte Buildkonfigurationen anzeigen ...
Страница 56: ...Software Seite 56 Choose the option create VIs for DLL and press continue ...
Страница 57: ...Software Seite 57 In the next window choose the path to the delib h and delib dll and press continue ...
Страница 58: ...Software Seite 58 Press continue again The Header File will now be analized Afterwards press continue ...
Страница 59: ...Software Seite 59 Follow the instructions and configurate the name and the saving location for the VIs ...
Страница 60: ...Software Seite 60 In the new window choose Easy error correction in the drop down menu and press continue ...
Страница 71: ...Software Seite 71 compile_delib_cli_usb sh with which you can compile the project under Linux ...
Страница 77: ...VI DELIB API reference Seite 77 DELIB API reference ...
Страница 107: ...VII Appendix Seite 107 Appendix ...