User`s guide

Universal Library User's Guide Analog Input Boards - PCI- and CIO-DAS6402 and DAS3202 Series
53
DataValue 0 to 4095
For PCI-DAS6402/16, PCI-DAS3202/16, CIO-DAS6402/16, the following
additional argument values are also valid: 0 to 65535 (Refer to "16-bit values using
a signed integer data type" on page 16 for information on 16-bit values using
unsigned integers.)
Digital I/O
Digital I/O functions and methods supported
UL: cbDOut(), cbDIn(), cbDBitIn(), cbDBitOut()
For PCI- Versions, the following additional function is also valid:
cbDConfigPort()
UL 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
UL: cbC8254Config(), cbCIn(), cbCLoad()
UL 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 16 for
information on 16-bit values using unsigned integers.)
RegNum: LOADREG1
Triggering
Trigger functions and methods supported
UL: cbSetTrigger()
UL for .NET: SetTrigger()