Denso RC5 Specifications Page 573

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 572
Chapter 21 Vision Control (Option)
21-21
Example
VISSCREEN 1, 0, 1'
VISCLS 0 '
VISCAMOUT 1 '
WINDCLR 2 '
WINDMAKE R, 1, 50, 100, 0, 2'
VISLOC 0, 0'
VISPRINT “Copy source window information” '
FORI1=0TO7 '
FOR I2 = WINDREF(1, I1) 'Obtains window number 1 data.
FOR VISLOC 0, 1+I1 'Sets the position to display.
FOR VISPRINT “Data”;I1;“=”;I2 'Displays the window.
NEXT I1 '
VISLOC 0, 9'
VISPRINT “Before window information copy” '
FORI1=0TO7 '
FOR I2 = WINDREF(2, I1) 'Obtains window number 1 data.
FOR VISLOC 0, 10+I1 'Sets the position to display.
FOR VISPRINT “Data”;I1;“=”;I2 'Displays the window.
NEXT I1 '
WINDCOPY 1, 2'
VISLOC 0, 18 '
VISPRINT “After window information copy” '
FORI1=0TO7 '
FOR I2 = WINDREF(2, I1) 'Obtains window number 1 data.
FOR VISLOC 0, 19 + I1 'Sets the position to display.
FOR VISPRINT “Data”;I1;“=”;I2 'Displays the window.
NEXT I1 '
Page view 572
1 2 ... 568 569 570 571 572 573 574 575 576 577 578 ... 691 692

Comments to this Manuals

No comments