VISCOPY (Statement)


Copy the screen.


VISCOPY <copy source screen>, <copy destination screen>


<copy source screen>
Specifies the storage memory number of the copy source. (0 to 3)
<copy destination screen>
Specifies the storage memory number of the copy destination. (0 to 3)
  • If the copy source and copy destination numbers are the same, an error will result.
  • If the copy destination number has been displayed on the screen, the system follows the designation of VISSCREEN drawing mode.
  • For this instruction, a µVision board (option) is required.



VISSCREEN 1,0,1
'Instantaneously draw on drawing screen 0
CAMIN 1
'Obtain a camera image from the storage memory
VISCOPY 0,1
'Copy storage memory 0 to 1
VISPLNOUT 1
'Display storage memory 1 on the monitor


Top