Parker Hannifin acr-motion max api Bedienungsanleitung Seite 19

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 22
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 18
API Users Guide API Command Descriptions - 19
Reset
Description Setting these bits in an Option Button will effect a feed hold to the Card
This is not an API function but how we effect a Reset
Returns Nothing
Arguments: None
VB Example: Private Sub ResetBtn_Click ()
Call AX_BitOn (130) 'set reset bit …Stop Program and reset to line 0
Auto/Step Mode
Description Setting these bits in an Option Button will place control in Auto/Step mode
This is not an API function but how we effect a Reset
Returns Nothing
Arguments: None
VB Example: To Set control System in Auto Mode
Call AX_BitOn (133) 'Set Auto/Step Mode Bit=1
Call AX_BitOn (134) ' RunMode bit on
To Set control System in Step Mode
Call AX_BitOff (133) 'Set Auto/Step Mode Bit=0
Call AX_BitOn (134) ' RunMode bit on
Seitenansicht 18
1 2 ... 14 15 16 17 18 19 20 21 22

Kommentare zu diesen Handbüchern

Keine Kommentare