User`s guide

Universal Library User's Guide Analog Input Boards - USB-1616FS
104
Range: Single-ended:
BIP10VOLTS (± 10 volts) BIP5VOLTS (± 5 volts)
BIP2VOLTS (± 2 volts) BIP1VOLTS (± 1 volt)
Pacing: Hardware pacing, internal clock supported.
External clock supported via the SYNC pin.
Triggering
Triggering functions and methods supported
UL: cbSetTrigger()
UL for .NET: SetTrigger()
Trigger argument values
TrigType: TRIGPOSEDGE, TRIGNEGEDGE
External digital (TTL) hardware triggering supported. You set the hardware trigger
source with the TRIG_IN input terminal.
Digital I/O
Configuration functions, methods, and argument values supported
UL: cbDConfigBit(), cbDConfigPort()
UL for .NET: DConfigBit(), DConfigPort()
PortNum AUXPORT
PortType AUXPORT
Port I/O functions, methods, and argument values supported
UL: cbDOut(), cbDIn()
UL for .NET: DOut(), DIn()
PortNum AUXPORT
DataValue 0 to 255 for AUXPORT
Bit I/O functions, methods, and argument values supported
UL: cbDBitIn(), cbDBitOut()
UL for .NET: DBitIn(), DBitOut()
PortType AUXPORT
BitNum 0 to 7 on AUXPORT
Counter I/O
Counter I/O functions and methods supported
UL: cbCIn()*, cbCIn32(), cbCLoad()**, cbCLoad32()**
UL for .NET: CIn()*, CIn32(), CLoad()**, CLoad32()** *
Although cbCIn() and CIn() are valid for use with this counter, cbCIn32() or
CIn32() may be more appropriate, since the values returned may be greater than
the data types used by cbCIn() and CIn() can handle. **cbCLoad(),
cbCLoad32(), CLoad() and CLoad32() only accept Count=0. These functions are
used to reset the counter.