Download "user manual"

Transcript
Byte Magazine called it.
"C/ARC/A'S
SUPER
SYSTEM"
Figure 11 Continued
proced ure display(channel, sample: integer);
{adjusts sample with calibration data and displays value with labell
varresult:real;
begin
with probe [channel] do begin
gotoXY(xpos,ypos); writeln(name);
result:=slope*sample+intercept;
gotoXY(xpos, ypos+ 1); write(revdim,result:4: 1,normal,' F');
end;
end; {display}
The SB180
Single Board Computer
Featured on the cover of Byte, Sept. 1985,
the SB 180 lets CP/M users upgrade to a
fast, 4" x 7 /2" single board system.
'
• 6MHz 64180 CPU
(Z80 instruction superset), 256K RAM,
8K Monitor ROM with device test, disk
format, read/write.
• MinI/Micro Floppy Controller
(1-4 drives, Single/Double Density,
1-2 sided, 40/77/80 track 3'12;' 5114"
and 6" drives).
• Measures 4" x 71f2~ with mounting holes
• One Centronics Printer Port
• Two RS232C Serial Ports
(75-19,200 baud with console port
auto-baud rate select).
• ZCPR3 (CP/M 2.2/3 compatible)
• Multiple disk formats supported
• Menu-based system customlzatlon
procedure channel_scan;
label done;
const wait=10;
var
J:integer;
begin
for J:=0 to 7 do begin
{The bottom three bits control the channel selection (inverted because of
the 74HCTOO's). The next three bits control the LEDchannelindicator.}
port[B_DATA]:= byte( «not byte(J» and 7) or (byte(j) shI3»;
display(J,sample(J»;
KEY:=pause(wait);
if KEY <>" thengotodone;
end;
done: end; {channel_scan}
{****************************** Main ***********************************}
begin {initializethePIO:}
port[A_CONTROL]:= INPUT; {PortA reads theA/D}
port[A_CONTROL] := INT_OFF; {intis distinguished by its bit pattern}
port[B _CONTROL] :=OUTPUT; {Port Bcontrols the scanner}
port[B_CONTROL]:=INT_OFF;
TERMCAP; {initializes terminal-capability strings}
ClrScr; write(cursor_off);
KEY:=";
while KEY =" do channel_scan;
write(cursor_on);
end.
New LoW Prices
;:.::;;----SB180-1
SB180 computer board w/256K
bytes RAM and ROM monitor
••••••••.•••••••••.... $299.00
Figure 12 - Calibrating the Probe
Y' TEMPERATURE VALUE (OF)
SB180-1-20
same as above w/ZCPR3, ZRDOS
and BIOS source •••••••. $399.00
COMM180-S
SCSI interface ••••••.••• $150.00
....
1--_ _ _ _ _ USE ENDPOINTS TO
DETERMINE SLOPE
173.6
~
Now Available
~----------------~
TURBO MODULA-2 ••••••••• $69.00
TURBO MODULA-2 with
Graphlx Toolbox •...••••• $89.00
POINT 3
X-I88 Ya6SA
615.4
POINT 2
33.2
TO ORDER
CALL TOLL FREE
TELEX
643331
1-800-635-3355
For Technical Information or in CT, call:
1-203-871-6170
~
~
12
Micromini, Inc.
4 Park Street
Vernon, CT 06066
MICRO CORNUCOPIA, #35, April-May 1987
r--~------------------------~~-------+----~~X=CONVERTER
26
1) SLOPE'
lS8
!.!..=.!!. ..
XI-X,
33.2 -173.6 • -1/5 6783
233-26
•
* SAMPLE + INTERCEPT
* SAMPL.E
• 'Va - (-'.6783) * Xs
.. 6S.4 + '.6783 * 188
2) TEMPERATURE. SLOPE
.'. INTERCEPT. TEMPERATURE - SLOPE
·192.91
233
OUTPUT