Delta Electronics High-Speed PCI 12-Axis Motion Control Card PCI-DMC-A01 User Manual
Page 94
Chapter 3 Operating Principles | PCI-DMC-A01 / PCI-DMC-B01
3-72
Revised March, 2012
6) Stop manual position control
If you wish to stop using the MPG, simply uncheck the “MPG” or “MPG2”
checkboxes.
7) Reset SERVON status
If you wish to reset the SERVON status, you must uncheck the “MPG” or “MPG2”
checkboxes then click on the “RESET” button to execute the following procedure:
rt = _DMC_01_set_command(gDMCCardNo, NodeID, SlotID, 0);
// Reset Command to 0
rt = _DMC_01_set_position(gDMCCardNo, NodeID, SlotID, 0);
// Reset Position to 0
8) Exit procedure
Click on the “Exit” button to quit and exit the procedure.
“_DMC_01_reset_card” and “_DMC_01_close” must be executed to exit this
function. Please refer to Section 3.12 “Exit procedure” for the function operations.