
21-54
VISCOPY (Statement)
Function
Copies the screen.
Format
VISCOPY <Copy source screen>, <Copy destination screen>
Explanation
<Copy source screen> Designates the storage memory number of the
copy source. (0 to 3)
<Copy destination screen> Designates the storage memory number of the
copy destination.(0 to 3)
Note (1): If the copy source and copy destination numbers are the
same, an error will result.
Note (2): If the copy destination number has been displayed on the
screen, the system follows the designation of VISSCREEN
draw mode.
Note (3): For this instruction, a µ
µµ
µVision board (option) is required.
Related Terms
VISSCREEN
Example
VISSCREEN 1,0,1 'Instantaneously draws on drawing screen 0.
CAMIN 1 'Obtains a camera image from the storage memory.
VISCOPY 0,1 'Copies storage memory 0 to 1.
VISPLNOUT 1 'Displays storage memory 1 on the monitor.
Kommentare zu diesen Handbüchern