Delta-electronics High-Speed PCI 12-Axis Motion Control Card PCI-DMC User Manual Page 176

  • Download
  • Add to my manuals
  • Print
  • Page
    / 528
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 175
Chapter 6 Interface API | PCI-DMC-A01 / PCI-DMC-B01
6-4 Revised March, 2012
6.5 _DMC_01_check_card_running
FORMAT
I16 PASCAL _DMC_01_check_card_running (U16 CardNo, U16* running)
Purpose
Checks to see if the card is running.
Parameters
Name Data Type Unit Description
CardNo U16 Number Unit CardNo is between 0~15
running U16* Selection
0: Not executed
1: Already executed
Example
U16 CardNo=0;
U16 running=0;
I16 status= _DMC_01_check_card_running (CardNo, &running)
6.6 _DMC_01_reset_card
FORMAT
I16 PASCAL _DMC_01_reset_card (U16 CardNo)
Purpose
Resets the selected card.
Parameters
Name Data Type Unit Description
CardNo U16 Number Unit CardNo is between 0~15
Example
U16 CardNo=0;
I16 status = _DMC_01_reset_card (CardNo);
Page view 175
1 2 ... 171 172 173 174 175 176 177 178 179 180 181 ... 527 528

Comments to this Manuals

No comments