Function Library
197
6.17 Continuous motion
@ Name
_8154_set_continuous_move
– Enable continuous motion for
absolute motion
_8154_check_continuous_buffer
– Check if the buffer is
empty
_8154_dwell_move
– Set a dwell move
@ 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
(buffer) is empty or not. Once the command pre-register
(buffer) is empty, users may write the next motion command
into it. Otherwise, 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
Содержание PCI-8154
Страница 4: ......
Страница 28: ...18 Installation ...
Страница 47: ...Signal Connections 37 and stop signals to STA and STP pins on the K1 connector of the first PCI 8154 card ...
Страница 48: ...38 Signal Connections ...
Страница 98: ...88 Operation Theory ...
Страница 102: ...92 MotionCreatorPro 5 3 2 Select Menu The select menu appears after running MotionCreatorPro It is used to ...
Страница 103: ...MotionCreatorPro 93 5 3 3 Card Information Menu In this menu it shows some Information about this card ...
Страница 104: ...94 MotionCreatorPro 5 3 4 Configuration Menu In the IO_Config_1 menu users can configure ALM INP ERC EL ORG and EZ ...
Страница 106: ...96 MotionCreatorPro In the IO_Config_2 menu users can configure LTC SD PCS and Select_Input ...
Страница 108: ...98 MotionCreatorPro In the Pulse INT_Config menu users can configure pulse input output and move ratio and INT factor ...
Страница 129: ...MotionCreatorPro 119 5 3 8 Help Menu In this menu users can Click Mouse Right Key to show Help Infor mation ...
Страница 130: ...120 MotionCreatorPro ...
Страница 206: ...196 Function Library Pos Latch data Position ...
Страница 224: ...214 Function Library ...
Страница 226: ...214 Connection Example ...