home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Hang es video
/
CHIP_ZENESZERKESZTO_2005.ISO
/
audio_1
/
softstep
/
softstep3.msi
/
Data1.cab
/
TestBasicStamp.ufn
< prev
next >
Wrap
Text File
|
2002-08-03
|
1KB
|
136 lines
3
0
0
0
FOO="dumb"
OUTNUM="0"
TEMP=""
0.
1. Test BS Com Out = letnum(outnum,in2, 3),~txtlabel(outnum),~LetStr(temp, outnum, " ")~out(sendcom(in1,temp))
2. Test BS Com In = getcom(foo,in1),~txtlabel(foo),~SubStr(outnum, foo,5, 3),~out(txtnum(outnum))~
3.
4. Test BS Com On/Off = Switch(Rising(in2, 0), me+1,0),~Switch(Falling(in2, 1), me+2, 0)~~
5. Test BS Com On/Off = out(opencom(in1,4800)),~TxtLabel("COM Open")~~
6. Test BS Com On/Off = out(CloseCom(in1)+10),~TxtLabel("COM Closed")~~
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.