User`s guide

157
Programming Chapter 8
Executing this program produces the result shown here.
kk
kk
k Using Table & Graph Functions in a Program
Table & Graph functions in a program can generate numeric tables and perform
graphing operations. The following shows various types of syntax you need to use
when programming with Table & Graph functions.
• Table range setting
1 F Start_
5 F End_
1 F pitch_
• Numeric table generation
DispTable_
• Graph draw operation
Connect type: DrawTG-Con_
Plot type: DrawTG-Plt_
Example Program
ClrGraph_
ClrText_
View Window 0, 6, 1, –2, 106, 20_
Y = Type_
”3X
2
– 2” Y1_
1
T SelOn 1_
1
341Q
0
2
F Start_
2
J[31
6
3
F End_
3
2
1
4
Fpitch_
4
3Q
5
DispTable^
5
!W[431Q
6
DrawTG-Con
6
!W[432Q
P.74