Text preview for : 40290-90004_TIC_Diagnostic_Manual_Aug87.pdf part of HP 40290-90004 TIC Diagnostic Manual Aug87 HP 3000 series37 40290-90004_TIC_Diagnostic_Manual_Aug87.pdf



Back to : 40290-90004_TIC_Diagnosti | Home

HP MICRO 3000 Series
HP 3000 Series 37




TERMINAL INTERFACE CONTROLLER

Diagnostic Manual




feJ ~:~Ka.:~~
5, AVENUE RAYMOND CHANAS, 38320 EYBENS - FRANCE




Part No. 40290-90004 Printed in U.S.A. 08/87
E0887
NOTICE

The information contained in this document is subject to change without notice.

HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS
MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Hewlett-Packard shall not
be liable for errors contained herein or for incidental or consequential damages in connection with the
furnishing, performance or use of this material.

Hewlett-Packard assumes no responsibility for the use or reliability of its software on equipment that
is not furnished by Hewlett-Packard.

This document contains proprietary information which is protected by copyright. All rights are
reserved. No part of this document may be photocopied, reproduced or translated to another language
without the prior written consent of Hewlett-Packard Company.


Copyright @ 1985,1986,1987 by HEWLETT-PACKARD COMPANY
PRINTING HISTORY


The Printing History below identifies the Edition of this Manual and any Updates that are included.
Periodically, update packages are distributed which contain replacement pages to be merged into the
manual, including an updated copy of this Printing History page. Also, the update may contain write-in
instructions.

Each reprinting of this manual will incorporate all past updates; however, no new information will be
added. Thus, the reprinted copy will be identical in content to prior printings of the same edition with
the user-inserted update information. New editions of this manual will contain new information, as well
as updates.



First Edition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sep 1985
Update 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Apr 1986
Second Edition . . . . . . . . . . . . . . . . . . . . . . . . . . . . Aug 1987




iii
LIST OF EFFECTIVE PAGES


The List of Effective Pages gives the date of the most recent version of each page in the manual. To
verify that your manual contains the most current information, check the dates printed at the bottom of
each page with those listed below. The date on the bottom of each page reflects the edition or subsequent
update in which that page was printed.



Effective Pages Date

all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sep 1985
1- 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Apr 1986
all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Aug 1987




v
CONVENTIONS USED IN THIS MANUAL


NOTATION DESCRIPTION

nonitalics Words in syntax statements which are not in italics must be entered exactly as
shown. Punctuation characters other than brackets, braces and ellipses must also be
entered exactly as shown. For example:

EXIT;
italics Words in syntax statements which are in italics denote a parameter which must be
replaced by a user-supplied variable. For example:

CLOSE filename
[ ] An element inside brackets in a syntax statement is optional. Several elements
stacked inside brackets means the user may select anyone or none of these elements.
For example:


[ AS] User may select A or B or neither.

{ } When several elements are stacked within braces in a syntax statement, the user must
select one of those elements. For example:


AS} User must select A or B or C.
{C

A horizontal ellipsis in a syntax statement indicates that a previous element may be
repeated. For example:

[ , i t emna~] ... ;

In addition, vertical and horizontal ellipses may be used in examples to indicate that
portions of the example have been omitted.

A shaded delimeter preceding a parameter in a syntax statement indicates that the
delimeter must be supplied whenever (a) that parameter is included or (b) that
parameter is omitted and any other parameter which follows is included. For
example:

t