
21-98
VISREFCAL (Function)
Function
Obtains calibration data (Vision-robot coordinate transformation).
Format
VISREFCAL (<Set number>, <Data number>)
Explanation
<Set number> Designates the number of the calibration data group to use (0
to 31).
<Data number> Designates the number of the calibration data (0 to 11).
Note (1): The system can store up to 32 sets of calibration data groups.
Note (2): Use a personal computer to set calibration data.
Note (3): For this instruction, a µ
µµ
µVision board (option) is required.
Example
VISSCREEN 1,0,1 'Instantaneously draws on storage memory
'0.
VISCLS 0 '
FORI1=0TO11 '
VISLOC 10,10+I1 '
VISPRINT “Data”;I1;“=”;VISREFCAL(0,I1)
'
NEXT I1
Commenti su questo manuale