Argox PA-20 Programming Guide Bedienungsanleitung Seite 27

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 130
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 26
PT-20 Programming Guide
25
Description
This function can reset scan module,if reset OK,this function will return
1,else will return 0.
Returns
0:Reset fail.
1:Reset OK.
Scanner_Config_Start
Purpose
To start scanner setting procedure.
Syntax
void Scanner_Config_Start(void);
Example call
Scanner_Config_Start();
Includes
#include “SDK.h ”
Description
This function can starting scanner setting procedure.
Returns
None
Scanner_Config_End
Purpose
To end scanner setting procedure.
Syntax
void Scanner_Config_End(void);
Example call
Scanner_Config_End();
Includes
#include “SDK.h ”
Description
This function can ending scanner setting procedure.
Returns
None
Scan_SendCommand
Purpose
Send scanner(CCD) command to change scanner status.
Syntax
BOOL SCAN_SendCommand(int Command1,int Command2,char
*pValue);
Example call
char ssValue = 0;
If(SCAN_SendCommand(6,7,&ssValue))
_printf_color(COLOR_RED, “Setup complete!”);
Includes
#include “SDK.h ”
Description
This function can send command to set scanner status.
You can see “Appendix 1” to know about the command setting.
Returns
0:Send fail.
1:Send OK.
Scan_SendCommand_Laser
Purpose
Send scanner(Laser) command to change scanner status.
Syntax
BOOL SCAN_SendCommand_Laser(int Command1,int
Command2,char *pValue);
Example call
char ssValue = 0;
If(SCAN_SendCommand_Laser(6,7,&ssValue))
_printf_color(COLOR_RED, “Setup complete!”);
Includes
#include “SDK.h ”
Seitenansicht 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 129 130

Kommentare zu diesen Handbüchern

Keine Kommentare