Denso RC5 Especificaciones Pagina 581

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 580
Chapter 21 Vision Control (Option)
21-29
VISPUTP (Statement)
Function
Draws a point on the screen.
Format
VISPUTP <X coordinate >, <Y coordinate >
Explanation
<X coordinate > Designates the X coordinate in order to draw a point.
<Y coordinate > Designates the Y coordinate in order to draw a point.
Note (1): The values of the X and Y coordinates are not checked. Fven
if they are out of the permissible drawing range, no error will
result.
Note (2): The object screen is the screen set with VISSCREEN.
Note (3): The brightness value for drawing is the brightness designated
with VISBRIGHT.
Note (4): For this instruction, a µ
µµ
µVision board (option) is required.
X axis
axis
( X coordinate, Y coordinate)
Related Terms
VISSCREEN, VISBRIGHT
Example
VISPLNOUT 0 'Displays storage memory 0 (processing screen).
VISSCREEN 0,0,1 'Instantaneously draws on processing screen 0.
VISCLS 0 'Clears the screen.
VISBRIGHT 255 'Sets the brightness value for drawing.
FOR I1 = 10 TO 200 STEP 5 '
FOR VISPUTP 100+I1,100 'Draws a point at the coordinates (100+I1,100).
NEXT I1 '
Vista de pagina 580
1 2 ... 576 577 578 579 580 581 582 583 584 585 586 ... 691 692

Comentarios a estos manuales

Sin comentarios