Operation Theory
109
The formal procedure to use this features are as followings:
X
Launch home_move() function to complete homing.
X
Check if the home position is correct
X
Launch save_abs_position() to store the ABS position as an
origin position reference.
X
Next time, when SSCNET motion control card starts, users
don’t need to launch home_move() anymore. They can only
launch get_position() function to get an absolute position.
If the servo parameter07 is set to ‘1’, remember to set this ABS
position to operating position counter via the get_abs_position()
and set_position() functions. Don’t use the get_abs_position() in
polling cycle because it is much slower than the get_position()
function.
The Coding Guides are as followings
X
Physical homing: ( Axis doesn’t know its origin position or
program needs)
Z
home_move(Axis0…);
Z
WaitforSingleObject(Axis0Event, TimeOut) or Polling
motion_done();
Z
save_abs_position(Axis0…);
X
Non-Physical homing (Axis already knew its Origin Position)
Z
set_position(AxisNo…);
4.13 Compared Trigger Output
In this section, the following function is discussed.
map_dout_and_comparator(CardID, Dout_CH, AxisNo,
CompNo, Dout_mode)
set_compare_table_dir(CardID, Table_ChNo, Dir)
link_dout_and_compare_table(CardID, DO_ChNo,
StartI, EndI, *Table_Data)
For some applications, motion control must work with vision sys-
tem. The vision system includes a CCD camera that needs to cap-
ture images at a specific location. These locations are
discontinuous, but very closed at most cases. If users need to per-
form a high speed picture capturing on the fly, they have to con-
Содержание PCI-8366+
Страница 4: ......
Страница 14: ...x List of Figures ...
Страница 17: ...Introduction 3 Figure 1 3 Flowchart for Building an Application ...
Страница 26: ...12 Installation 2 2 PCI 8372 8366 Outline Drawing Figure 2 1 PCI 8372 8366 Mechanical Drawing ...
Страница 31: ...Installation 17 2 Press HPI boot ...
Страница 32: ...18 Installation 3 Press Flash DL button and select a kernel4 hex ...
Страница 34: ...20 Installation Figure 2 3 SSCNET Communication Test Utility ...
Страница 49: ...Signal Connections 35 Figure 3 9 Skin Type ...
Страница 144: ...130 Operation Theory ...
Страница 149: ...Motion Creator 135 Figure 5 6 Software Version Information ...
Страница 158: ...144 Motion Creator Figure 5 10 Tuning Window 5 5 1 Component Description Figure 5 11 Trigger Setting Frame ...
Страница 160: ...146 Motion Creator Figure 5 13 Channel Selection Frame Figure 5 14 Motion Frame ...