![JYTEK PXI-63982 User Manual Download Page 39](http://html1.mh-extra.com/html/jytek/pxi-63982/pxi-63982_user-manual_2037471039.webp)
PXI Trigger I/O Functions
27
PXI-
6
3982
Appendix A PXI Trigger I/O Functions
This appendix describes use of the PXI trigger I/O function library
for the PXI controller, to program routing of trigger signals
between the trigger I/O SMB connector on the faceplate and the
PXI trigger bus on the backplane. API files are located in the
installation directory of the PXI Trigger I/O driver.
A.1 Data Types
The library uses these data types in pxitrigio.h in the directory
X:\
JYTEK
\PXI Trigger IO\Include. It is recommended that you
use these data types in your application programs. The table
shows the data type names, ranges, and corresponding data
types in C/C++, Visual Basic, and Delphi for reference.
Type Description
Range
Type
C/C++
(for 32-bit
compiler)
Visual Basic Pascal
(Delphi)
U8
8-bit ASCII
character
0 to 255
unsigned
char
Byte
Byte
I16
16-bit signed
integer
-32768 to
32767
short
Integer
SmallInt
U16
16-bit unsigned
integer
0 to 65535
unsigned
short
Not supported
by BASIC,
use the
signed integer
(I16) instead
Word
I32
32-bit signed
integer
-2147483648
to
2147483647
long
Long
LongInt
U32
32-bit unsigned
integer
0 to
4294967295
unsigned
long
Not supported
by BASIC,
use the
signed long
integer (I32)
instead
Cardinal
Summary of Contents for PXI-63982
Page 8: ...viii This page intentionally left blank ...
Page 10: ...x List of Figures This page intentionally left blank ...
Page 12: ...xii List of Tables This page intentionally left blank ...
Page 28: ...16 Introduction This page intentionally left blank ...
Page 38: ...26 Driver Installation This page intentionally left blank ...
Page 70: ...58 BIOS Setup This page intentionally left blank ...
Page 72: ...60 Dual BIOS This page intentionally left blank ...
Page 74: ...62 Legacy Boot Mode Settings This page intentionally left blank ...