LPL Topics
Graphics
Using the LI-6400
23-63
:INT
rect1[] {0 30 40 8}
add[] {1 0 1 0}
rect2[] {10 50 30 10}
mode1 0
mode2 0
:PTR
mode[] {"0 dflt" "1 OR" "2 EOR"
"3 AND" "4 NOT"}
:FCT
Main
{
1
GRAPH
0
ALPHA
GWIDTH
5 /
:INT
delta
add delta *
DROP
GINIT
GCLEAR
1
:INT
i
5
NLOOP
mode i
PICK
DoBoxes
&mode2 1 +
DROP
&i 1 +
ENDLOOP
0 &mode2 =
DROP
GETKEY
DROP
0
GRAPH
1
ALPHA
}
DoBoxes
{
:PTR
label
mode1
GMODE
/* Example 1 uses this */
2 rect1
GBOX
/* Example 2 uses this */
/* 1 rect2
GBOX
*/
mode2
GMODE
/* Example 1 uses this */
1 rect2
GBOX
/* Example 2 uses this */
/* 2 rect1
GBOX
*/
rect2 1
PICK
VAL
30
GMOVE
label
GLABEL
0
GMODE
rect2 1
PICK
VAL
4
GMOVE
label
GLABEL
rect1 add +
DROP
rect2 add +
DROP
}
Example 1: The solid rectangles
and the lower labels are drawn first,
using mode 0. The mode is
changed to the indicated values,
and the open rectangles and upper
labels are drawn
Example 2: The open rectangles
and the lower labels are drawn first,
using mode 0. The mode is
changed to the indicated values,
and the solid rectangles and upper
labels are drawn.
Figure 23-32. Illustration of drawing modes
Summary of Contents for LI-6400
Page 1: ...Using the LI 6400 Portable Photosynthesis System ...
Page 15: ...Part I The Basics ...
Page 16: ......
Page 174: ...Making Measurements Answers to Questions 4 56 Using the LI 6400 4 ...
Page 175: ...Part II Useful Details ...
Page 176: ......
Page 200: ...Standard Tools Power ON Hooks 5 24 Using the LI 6400 5 ...
Page 214: ...Real Time Data Real Time Graphics 6 14 Using the LI 6400 6 ...
Page 234: ...Environmental Control Light Control 7 20 Using the LI 6400 7 ...
Page 244: ...Light Sensor Considerations Gallium Arsenide Phosphide GaAsP Sensor 8 10 Using the LI 6400 8 ...
Page 288: ...Data Logging Making Your Own AutoPrograms 9 44 Using the LI 6400 9 ...
Page 289: ...Part III Working With Files ...
Page 290: ......
Page 312: ...The LPL File System Troubleshooting 10 22 Using the LI 6400 10 ...
Page 340: ...Downloading Files Using a Data Capture Program 11 28 Using the LI 6400 11 ...
Page 375: ...Part IV Configuration Issues ...
Page 376: ......
Page 420: ...Defining User Variables Old Style vs New Style 15 18 Using the LI 6400 15 ...
Page 454: ...Using an Energy Balance Further Reading 17 12 Using the LI 6400 17 ...
Page 455: ...Part V Maintenance Troubleshooting ...
Page 456: ......
Page 572: ...Troubleshooting Useful Information 20 46 Using the LI 6400 20 ...
Page 593: ...Part VI Programming ...
Page 594: ......
Page 622: ...Programming with LPL Compiler Directives 22 28 Using the LI 6400 22 ...
Page 846: ...Index I 16 Using the LI 6400 ...