User`s manual

CYDAS UDR Library User’s Guide Analog Input Boards - CYDAS 6402 and CYDAS 3202 Series
37
DataValue 0 to 4095
For CYDAS 6402HRDAP, CYDAS 3202HRDAP, CYDAS 6402HR, the
following additional argument values are also valid: 0 to 65535 (Refer to "16-bit
values using a signed integer data type" on page 7 for information on 16-bit values
using unsigned integers.)
Digital I/O
Digital I/O functions and methods supported
UDR:
cbDOut(), cbDIn(), cbDBitIn(), cbDBitOut()
For PCI Versions, the following additional function is also valid:
cbDConfigPort()
UDR for .NET: DOut(), DIn(), DBitIn(), DBitOut()
For PCI Versions, the following additional method is also valid:
DConfigPort()
Digital I/O argument values
PortNum AUXPORT*
DataValue 0 to 15
BitNum 0 to 3
*
AUXPORT is not configurable for these boards.
For PCI Versions, the following additional argument values are also valid:
PortNum FIRSTPORTA, FIRSTPORTB, FIRSTPORTCL, FIRSTPORTCH
DataValue 0 to 15 for PORTCL or PORTCH;
0 to 255 for
PORTA or PORTB
BitNum 0 to 23 for FIRSTPORTA
Counter I/O
Counter functions and methods supported
UDR:
cbC8254Config(), cbCIn(), cbCLoad()
UDR for .NET: C8254Config(), CIn(), CLoad()
Counter argument values
CounterNum 1
Config HIGHONLASTCOUNT, ONESHOT, RATEGENERATOR, SQUAREWAVE, SOFTWARESTROBE,
HARDWARESTROBE
LoadValue
0 to 65535 (Refer to "16-bit values using a signed integer data type" on page 7 for
information on 16-bit values using unsigned integers.)
RegNum: LOADREG1
Triggering
Trigger functions and methods supported
UDR:
cbSetTrigger()
UDR for .NET: SetTrigger()