AutoProgramming Reference
Low Level Control Tools
25-24
Using the LI-6400
25
IsIrgaMatch
Is the match valve in the match position?
Initial:
-
Final:
Long
location
(0=normal, 1=match)
Returns the state of
dio_match
, but NOTted.
Chamber Fan Control Functions
ChFanState
Sets chamber fan speed
Initial:
Num
speed
(0, 1, 2, 3, 4, or 5)
Final:
-
0 is off, 5 is fastest. Value is stored in a public, integer variable
chFanState
. Non zero
values (and values <= 5) will cause digital output
dio_fan
(0x0006) to be set, and D/A
channel
da_chamber_fan
(7) to be set to 1000 times the speed. Otherwise,
dio_fan
is
unset.
Example: Using the Library
As an example of how to use the tools in
/Sys/Lib/StdControls
, consider the stand-
alone program shown in Figure 25-4. This program prompts the user for a
command voltage, and then sets the lamp accordingly.
:INCLUDE Ò/Sys/Lib/StdControlsÓ
:FCT main
{
0 :FLOAT x
AbdOn /* need flow control board on */
LOOP
Ò\nEnter command signal (0-5000):Ó PRINT
&x Ò%fÓ KBD ENTER NOT BREAKIF
&x 0 MAX 5000 MIN DROP /* range check */
x SetLamp_mv
ENDLOOP
}
Figure 25-4. Listing of a stand alone program to run the lamp.
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 ...