VISREFCAL (Function)


Obtains calibration data (Vision-robot coordinate transformation).


VISREFCAL (<Set number>, <Data number>)


<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).
  • The system can store up to 32 sets of calibration data groups.
  • Use a personal computer to set calibration data.
  • For this instruction, a µVision board (option) is required.


VISSCREEN 1,0,1
'Instantaneously draws on storage memory 0.
VISCLS 0
FOR I1 = 0 TO 11
VISLOC 10,10+I1
VISPRINT "Data";I1;"=";VISREFCAL(0,I1)
NEXT I1


Top