User`s guide

Universal Library User's Guide Analog Input Boards - miniLAB 1008
84
Analog output argument values
HighChan 1
Range Ignored - Not programmable; fixed at UNI5VOLTS (0 to 5 V)
DataValue 0 to 1023
Digital I/O
Configuration functions, methods, and argument values supported
UL: cbDConfigBit(), cbDConfigPort()
UL for .NET: DConfigBit(), DConfigPort()
PortNum AUXPORT*, FIRSTPORTA, FIRSTPORTB, FIRSTPORTCL, FIRSTPORTCH
PortType AUXPORT*
* Only AUXPORT is bitwise configurable on this board, and must be configured
using cbDConfigBit() or cbDConfigPort() (or the UL for .NET methods
DConfigBit() or DConfigPort()) before use for output.
Port I/O functions, methods, and argument values supported
UL: cbDIn(),cbDOut()
UL for .NET: DIn(), DOut()
PortNum FIRSTPORTA, FIRSTPORTB, FIRSTPORTCL, FIRSTPORTCH, AUXPORT
DataValue 0 to 15 for AUXPORT, FIRSTPORTCL or FIRSTPORTCH
0 to 255 for FIRSTPORTA or FIRSTPORTB
Bit I/O functions, methods, and argument values supported
UL: cbDBitIn(), cbDBitOut()
UL for .NET: DBitIn(), DBitOut()
PortType AUXPORT, FIRSTPORTA
BitNum 0 to 3 on AUXPORT
0 to 23 on FIRSTPORTA
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. The values returned may be greater than the data types that are used by cbCIn() and CIn() can
handle.
**cbCLoad(), CLoad32(), CLoad() and CLoad32() only accept Count=0. These functions are used to reset the
counter.