118
•
Function Library
6.2 C/C++ Programming Library
This section gives the details of all the functions. The function prototypes
and some common data types are decelerated in PPCI7443.H. These data
types are used by PPCI7443 library. We suggest you to use these data
types in your application programs. The following table shows the data type
names and their range.
Type Name
Description
Range
U8
8-bit ASCII character
0 to 255
I16
16-bit signed integer
-32768 to 32767
U16
16-bit unsigned integer
0 to 65535
I32
32-bit signed long integer
-2147483648 to 2147483647
U32
32-bit unsigned long integer
0 to 4294967295
F32
32-bit single-precision floating-point
-3.402823E38 to 3.402823E38
F64
64-bit double-precision floating-point
-1.797683134862315E308 to
1.797683134862315E309
Boolean
Boolean logic value
TRUE, FALSE
The functions of PPCI7443’s software drivers use full-names to represent
the functions’ real meaning. The naming convention rules are :
In ‘C’ programming Environment :
_{hardware_model}_{action_name}. e.g.
_7443_Initial()
.
In order to recognize the difference between C library and VB library, a
capital
“B”
is
put
on
the
head
of
each
function
name
e.g.
B
_7443_Initial()
.
Содержание PPCI7443
Страница 1: ...PPCI7443 Advanced 4 Axes Servo Stepper Motion Control Card User s Guide Version 2 00...
Страница 2: ......
Страница 6: ......
Страница 8: ......
Страница 27: ...Single Connections 19 which are equipped with 1 differential line driver or 2 open collector output...
Страница 42: ...34 Single Connections...
Страница 82: ...74 Operation Theorem _7443_set_home_config _7443_home_move Refer to section 6 9...
Страница 108: ......
Страница 118: ......