
DELIB API reference |
Seite
97
6.4. Setting Digital outputs
6.4.1. DapiDOSet1_WithTimer
Description
This function sets a digital output (ch) to a value (data - 0 or 1) for a specified
time in msec.
Definition
void DapiDOSet1_WithTimer(ULONG handle, ULONG ch, ULONG data, ULONG
time_ms);
Parameters
handle=This is the handle of an opened module
ch=Specifies the number of the output, from which it begins to write to (0, 32,
64, ..)
data=Specifies the data values, to write to the outputs
time_ms=Specifies the time, in which an output is set [ms]
Return value
None
Remarks
This function is only supported by our RO-O8-R8 module.
This function will lose its validity, if it is overwritten with other values.
If you want to deactivate this function, you will have to overwrite it with
time_ms=0.
Example program
DapiDOSet1_WithTimer(handle, 2, 1, 1000);
//Setting channel 2 for 1000msec to 1
Summary of Contents for ETH-RELAIS-8
Page 1: ...Hardware Description Juli ETH RELAIS 8 OPTOIN 8 2019 ...
Page 6: ...I Introduction Seite 6 Introduction ...
Page 8: ...II Hardware description Seite 8 Hardware description ...
Page 13: ...Hardware description Seite 13 2 2 3 Overview screen ...
Page 17: ...Hardware description Seite 17 2 3 2 Product pictures ETH RELAIS 8 ...
Page 18: ...Hardware description Seite 18 2 3 3 Overview screen ...
Page 21: ...Hardware description Seite 21 ...
Page 22: ...III Hardware Seite 22 Hardware ...
Page 28: ...Hardware Seite 28 Geben Sie hier den Text ein ...
Page 29: ...IV Firmware update Seite 29 Firmware update ...
Page 32: ...Firmware update Seite 32 After successful update procedure the message FLASH OK appears ...
Page 33: ...V Software Seite 33 Software ...
Page 56: ...Software Seite 56 Choose the option create VIs for DLL and press continue ...
Page 71: ...Software Seite 71 compile_delib_cli_usb sh with which you can compile the project under Linux ...
Page 77: ...VI DELIB API reference Seite 77 DELIB API reference ...
Page 107: ...VII Appendix Seite 107 Appendix ...