Download PERKIN-ELMER

Transcript
5-7
c)
Niovethe cursor to the beginningof line 3. PressF7 and highlight
'tPasteBlockr'. PressEnter. The marked lines will be inserted
ahead of the cursor,
d)
PressF? and highlight'rCutBlockrr.The markedlines will be
deletedfrom their original location.
The procedureshouldnow appear similar to the following:
procedure mix_samp
over mixer
down-5cm
open_grlpper
up_2cm
turn on m ixer
set tJme-r1 for 15 seconds
wait for timer 1
turn_off_mixer
down zcm
elose-gripper
over mixer
end proce:dure
You could save the procedureby highlighting "Save on Disk" on the Edit
Commandsmenu. (If you saveit, be sure to delete it afterward. To use the
DOScommandERASE,see Appendix2.)
Note: Procedurenames,which you assignin the first line of
IEElrocedure, ean contain no more than 8 characters. If more
than 8 characters are present,you will receive the message
Procedurename exceeds8 characters
whenyou attempt to save the procedure.
Editinga Text File
The editing processis exactly the same for a text file as for a procedure,
except that there is no automaticcompilation.
Whenyou create a new text file, each record in the file shouldbe typed on a
separate line. You might, for example, type a list of identifying
alphanumericinformationto be printed with eachsamplenumberas the
samDlesare orocessed.