Unitek Miyachi LW250 Operation, Maintenance And Service Manual page 100

Yag laser
Table of Contents

Advertisement

APPENDIX B: EXTERNAL COMMUNICATIONS INTERFACE SPECIFICATION
sprintf(command,
"%c%02d%s%02d%02d%c",
STX,
0,
"R",
5,
4,
ETX);
calbcc ( command );
/*
Following statement compose a command string to read
the status of shutters.
*/
sprintf( command,
"%c%02d%s%c",
STX,
0,
"RS",
ETX);
calbbc( command );
/*
Following statement compose a command string to set schedule 1
the pulse width to 2.0 ms.
*/
sprintf( command,
"%c%02d%s%02d%02d%3d%c", /* String Format
STX,
0,
"W"
1,
1,
20,
ETX);
clbcc( command );
990-605 REV B: May, 1997
/* String Format
/* Start of transmission code
/* Network Number = 0
/* Code for reading the data
/* Schedule Number = 5
/* Data No = 4 (Repeated PPS)
/* End of transmission code
/* String Format
/* Start of transmission code
/* Network Number = 0
/* Code for reading status
/* End of transmission code
/* Start of transmission code
/* Network Number = 0
/* Code for reading status
/* Schedule Number = 1
/* Data No = 1 (pulse width)
/* Data value = 20 92.0 msec)
/* End of transmission code
LW250 PULSED Nd: YAG LASER
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
B-7

Advertisement

Table of Contents
loading

Related Products for Unitek Miyachi LW250

Table of Contents