Language Reference
PLOT
PLOT | Plot the display screen. |
Item | Description |
P1X, P1Y, P2X, and P2Y Range | Depends on plotting device. |
Example of plotting DLP contents.
Example
plot 0,0,700,500; wait 180s;
The rst line of the above example initiates a
The following example initiates a
10 | Hpib=7 | Dump DEVICE = |
20 | Dsplay=4 |
|
30 | Dsp=Hpib*100+Dsplay |
|
40 | Sa=Hpib*100+23 |
|
50 | Plt=5 |
|
60 | ! |
|
70 | OUTPUT Dsp;"PI 1,0,"&VAL$(Plt)&",0;" |
|
80 | ! | |
90 | Dummy=SPOLL(Dsp) | Clear status register . |
100 | ! | Allow all errors , SRQ when done . |
110 | OUTPUT Dsp;"IM 255,16,0;" |
|