![ADLINK Technology PCIe-8154 Скачать руководство пользователя страница 140](http://html.mh-extra.com/html/adlink-technology/pcie-8154/pcie-8154_user-manual_2852820140.webp)
128
@ Description
_8154_set_continuous_move
:
This function is necessary before and after continuous motion
command sequences
_8154_check_continuous_buffer
:
This function is used to detect if the command pre-register (buf-
fer) is empty or not. Once the command pre-register (buffer) is
empty, users may write the next motion command into it. Other-
wise, the new command will overwrite the previous command
in the 2nd command pre-register. If the return code is 1 means
buffer is full. Otherwise return code is 0, buffer is not full.
_8154_dwell_move
:
This function is used to start a dwell move that means the
move does not cause real motion for a specific time.
Example:
_8154_set_continuous_move( 2, 1 ); // start
continuous move
_8154_start_tr_move( 2, 20000.0, 10.0, 10000.0,
0.1, 0.1);
_8154_dwell_move( 2, 2000); //dwell move for 2
sec.
_8154_start_sr_move( 2, 20000.0, 10.0, 10000.0,
0.1, 0.1, 0, 0 );
_8154_set_continuous_move( 2, 0 ); //end
continuous move
@ Syntax
C/C++(Windows XP/7/8.1)
I16 _8154_set_continuous_move(I16 AxisNo, I16
Enable);
I16 _8154_check_continuous_buffer(I16 AxisNo);
I16 _8154_dwell_move(I16 AxisNo, F64 ms);
Visual Basic (Windows XP/7/8.1)
B_8154_set_continuous_move(ByVal AxisNo As
Integer, ByVal Enable As Integer) As Integer
B_8154_check_continuous_buffer(ByVal AxisNo As
Integer) As Integer
Содержание PCIe-8154
Страница 2: ...ii Revision History Revision Release Date Description of Change s 2 00 Oct 7 2015 Initial Release ...
Страница 8: ...viii Table of Contents This page intentionally left blank ...
Страница 10: ...x List of Tables This page intentionally left blank ...
Страница 12: ...xii List of Figures This page intentionally left blank ...
Страница 46: ...34 Getting Started This page intentionally left blank ...
Страница 50: ...38 MotionCreatorPro Card Information Menu Provides Information about the card ...
Страница 64: ...52 MotionCreatorPro axis operation menu are similarly that s because we just introduce two axis menu ...
Страница 74: ...62 MotionCreatorPro This page intentionally left blank ...
Страница 158: ...146 This page intentionally left blank ...