19 general-purposed ttl output (pci-8164 only) – ADLINK PCI-8164 User Manual

Page 269

Advertising
background image

Function Library

257

6.19 General-purposed TTL output (PCI-8164 Only)

@ Name

_8164_d_output – Digital Output

_8164_get_dio_status – Get DIO status

@ Description

_8164_d_output():
Sets the on_off status for general-purposed TTL digital output pin.

_8164_get_dio_status():
Reads the status of all digital output pins.

@ Syntax

C/C++ (DOS, Windows 95/NT/2K/XP)

I16 _8164_d_output(I16 CardNo, I16 Ch_No, I16

value);

I16 _8164_get_dio_status(I16 CardNo, U16

*dio_sts);

Visual Basic (Windows 95/NT/2K/XP)

B_8164_d_output (ByVal CardNo As Integer, ByVal

Ch_No As Integer, ByVal value As Integer) As
Integer

B_8164_get_dio_status (ByVal CardNo As Integer,

dio_sts As Integer) As Integer

Advertising