WO1989012273A1 - Testing method - Google Patents

Testing method Download PDF

Info

Publication number
WO1989012273A1
WO1989012273A1 PCT/JP1989/000505 JP8900505W WO8912273A1 WO 1989012273 A1 WO1989012273 A1 WO 1989012273A1 JP 8900505 W JP8900505 W JP 8900505W WO 8912273 A1 WO8912273 A1 WO 8912273A1
Authority
WO
WIPO (PCT)
Prior art keywords
test
eut
data
memory
command
Prior art date
Application number
PCT/JP1989/000505
Other languages
French (fr)
Japanese (ja)
Inventor
Masaki Seki
Takashi Takegahara
Shuji Sato
Original Assignee
Fanuc Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fanuc Ltd filed Critical Fanuc Ltd
Publication of WO1989012273A1 publication Critical patent/WO1989012273A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • G06F11/273Tester hardware, i.e. output processing circuits
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • G06F11/273Tester hardware, i.e. output processing circuits
    • G06F11/2733Test interface between tester and unit under test

Definitions

  • the present invention relates to a test method, and more particularly, to a test method for checking the quality of hardware such as a CADZCAM system and a CNC device to be tested.
  • a software for self-diagnosis is installed in the device under test, and a test is performed based on the software.
  • the test results were displayed on the output device on the EUT.
  • a dedicated test machine for the device under test was created, and electrical tests such as continuity chips were performed using the dedicated test machine.
  • an object of the present invention is to provide a test method capable of performing a test using a general-purpose tester.
  • Another object of the present invention is to provide a test method capable of lowering the cost of test-related equipment and confirming the test results using an output device of the tester.
  • the EUT decodes the command input from the testing machine, and Command or I / O control based on the instruction, and input the test result, which is the result of the process or I / O control, to the testing machine, and the testing machine matches the test result with the predetermined expected value Judge the quality of the hardware X of the EUT.
  • FIG. 1 is a system configuration diagram for realizing the test method of the present invention
  • FIG. 2 is a configuration diagram of command data
  • FIG. 3 is a flowchart for testing the memory of the EUT
  • FIG. 4 is a flowchart of a process for testing the IZO section of the EUT.
  • FIG. 1 is a system configuration diagram for realizing the test method of the present invention.
  • reference numeral 1 denotes a device under test, which corresponds to, for example, a CADZCAM system, a CNC device, a PC device, or the like.
  • 2 is a general-purpose tester that can be used in common for various EUTs
  • 3 is a ROM that stores software used as decoding means and command execution means
  • 4 and 5 are CPUs of the EUT and test equipment. is there.
  • the CPU 5 decodes command data from the test machine 2 based on the software, and executes processing or I / O control based on the command.
  • Reference numerals 6 and 7 denote serial ports for connecting the EUT 1 and the EUT 2 to transfer command data from the EUT 2 or serial data that is a test result from the EUT 1.
  • Reference numeral 8 denotes an IZO port.
  • a light emitting die 8a indicating an operation state of the EUT 1
  • An output terminal for the light emission signal is provided.
  • Reference numeral 9 denotes a check terminal, which is connected to the I / O port 8 of the device under test 1, and the CPU 4 receives the control result of the device under test from the check terminal 9.
  • the flash state can be captured.
  • 10 and 11 are memory (RAM), and the memory 10 of test machine 2 stores the processing result or I / O control result (normally called the expected value) of the EUT in response to the command during normal operation of the EUT. ) Is stored.
  • Numeral 1 2 denotes a display device, which displays the quality of the hardware of the EUT 1.
  • the CPU 4 of the test machine 2 determines in advance the processing of the machine under test with respect to the command data input from the serial port 6 or the check terminal 9 or 1 ⁇ control results (called test results).
  • the quality of the hardware under test 1 is judged based on the identity with the expected value. That is, when the test result and the expected value are the same, the EUT 1 is judged to be normal, and when the test result and the expected value are different, the EUT 1 is judged to be defective.
  • FIG. 2 is a diagram for explaining the configuration of command data.
  • (0), (1), (2), (3), (9), and (15) represent the digit positions of each command data
  • CMD is a one-digit command part.
  • R read instruction
  • W write instruction
  • MZI is a one-digit address space indicator, which is used for memory space.
  • the address space is specified by M, and when specifying the address of the I / O space, the address space is specified by I.
  • B / W is a 1-digit access unit designator. When it is accessed in units of 8 bits (1 knot), it is indicated by ⁇ . When it is accessed in units of 16 bits (1 word), Indicates the access unit by W.
  • ADR is a 6 ⁇ input / output address indicator that indicates the start address of the memory space or I ⁇ space to be accessed 0 0 0 0 0 0 to FFFFFFF (hexadecimal notation).
  • LEN is a 7 ⁇ input / output data number indicator, and indicates the number N of input / output data.
  • DATA is a data part, and is N input / output data composed of 16 hexadecimal numbers.
  • A3C1j is transferred to the EUT 1 via the serial board 6 and the transfer data ⁇ 5 ⁇ , 3C, 21J is the expected value. It is stored in the memory 10 (steps 101, 102).
  • the EUT 1 decodes the above command data by the decoding means (R ⁇ M3 software), and the EUT 1 executes the command according to the decoding result (steps 103 and 100).
  • the EUT 1 is a physical address 0 1 2 3 4 5 1-byte data “5Aj (hexadecimal)” in the memory of the memory, and 1-byte data “3C” in the memory of the physical address 0 1 2 3 4 6 (1 hexadecimal number) and 1-byte data ⁇ 2 1 (16 hexadecimal number) are stored in the memory at the physical address 0 1 2 3 4 7.
  • test machine 2 is a physical address 0 1 2 3 4 5 1-byte data “5Aj (hexadecimal)” in the memory of the memory, and 1-byte data “3C” in the memory of the physical address 0 1 2 3 4 6 (1 hexadecimal number) and 1-byte data ⁇ 2 1 (16 hexadecimal number) are stored in the memory at the physical address 0 1 2 3 4 7.
  • the test machine 2 receives the data (“5A, 3C, 21j”) input from the device under test 1 via the serial ports 7 and 6 and the expected value stored in the memory 10. (“5A, 3C, 21j”) is compared with (Step 107). If they match, the EUT 1 is judged to be normal and the display 12 is displayed normally. (Step 108).
  • the EUT 1 decodes the command data by the decoding means (software of the ROM 3), and outputs the light emission signal “0 0 1” to the 0 0 F 0 0 0 terminal of the 1 port 8 according to the decoding result. Is output, and the light emitting diode 8a is lit (steps 203, 204).
  • the test machine 2 detects the light emission state from the chip terminal 9 connected to the I / O terminal of the device under test 1 at address 0 0 F 0 00 (step 205). If a current is flowing, the data indicating the light emission state is “1”, and if the light is turned off and no current is flowing, the data is “0”). Then, the tester 2 checks whether the test result in the light emitting state and the expected value “00001” stored in the memory 10 are the same (step 206), and If so, the light emitting diode 8a of the EUT 1 is determined to be normal, and that fact is displayed on the display device (step 207).
  • a display such as “Memory 0 KJ” or “LEDOKJ” may be displayed.
  • a means for decoding a command from the test machine to the EUT is provided.
  • the test equipment is connected to the test equipment via a serial port, and the 1 ⁇ port of the test equipment is connected to the check terminal of the test equipment.
  • the command input from the testing machine is decoded via the port and the test result based on the command is input from the serial port or the I and II ports to the testing machine.

Abstract

A machine (1) being tested decodes an instruction sent from a tester (2), performs an operation or I/O control based on the instruction, and sends the result to the tester. The tester compares the result with a predetermined, expected value for coincidence and the result of processing or the I/O control is input to the testing machine which determines whether a memory (11) and an I/O unit (8) in the machine (1) being tested are acceptable or not.

Description

明 細 書  Specification
試験方法  Test method
技術分野  Technical field
本発明は試験方法に係わ り 、 特に被試験機となる C A D Z C A Mシステム, C N C装置等のハー ドウェ アの良 否をチヱ ッ クする試験方法に関する。  The present invention relates to a test method, and more particularly, to a test method for checking the quality of hardware such as a CADZCAM system and a CNC device to be tested.
従来、 C N C装置等の被試験機をチェ ッ クする際には 被試験機に 自 己診断のためのソ フ ト ウヱ ァ を組み込み、 該ソ フ ト ウヱ ァに基づいて試験を行い、 被試験機上の出 力機器に試験結果を表示 していた。 また、 他には被試験 機の専用試験機を作成し、 該専用試験機を用いて導通チ X ッ ク等の電気的試験を行っ ていた。  Conventionally, when checking a device under test such as a CNC device, a software for self-diagnosis is installed in the device under test, and a test is performed based on the software. The test results were displayed on the output device on the EUT. In addition, a dedicated test machine for the device under test was created, and electrical tests such as continuity chips were performed using the dedicated test machine.
し かし、 従来技術では専用試験機やソ フ ト ウ ェ ア を作 る必要があるので製作のための時間や費用が掛か り過ぎ る と い う 問題がある。  However, there is a problem in that the conventional technology requires the production of a dedicated test machine and software, which requires too much time and cost for production.
又、 従来技術では被試験機に出力装置が無い場合や被 試験機の出力装置が故障 している場合には、 自 己診断を 行っ ても試験結果が確認できない と い う問題点もある。  Further, in the conventional technology, there is also a problem that if the output device of the EUT has no output device or if the output device of the EUT has failed, the test result cannot be confirmed even if the self-diagnosis is performed.
以上から本発明の 目的は、 汎用の試験機を用いて試験 を行う こ と ができる試験方法を提供する こ とである。 本発明の別の 目的は、 試験関連機器のコス ト を下げる と共に、 試験結果を試験機の出力機器によ り確認する こ と ができ る試験方法を提供する こ とである。  As described above, an object of the present invention is to provide a test method capable of performing a test using a general-purpose tester. Another object of the present invention is to provide a test method capable of lowering the cost of test-related equipment and confirming the test results using an output device of the tester.
発明の開示  Disclosure of the invention
被試験機は試験機から入力された指令を解読 し 、 該指 令に基づいて処理又は I /〇制御を実行し、 該処理又は I / O制御結果である試験結果を試験機へ入力 し、 試験 機は試験結果とあらかじめ決められている期待値との同 一性によ リ被試験機のハードウ Xァの良否を判定する。 The EUT decodes the command input from the testing machine, and Command or I / O control based on the instruction, and input the test result, which is the result of the process or I / O control, to the testing machine, and the testing machine matches the test result with the predetermined expected value Judge the quality of the hardware X of the EUT.
図面の箇単な説明  Brief description of drawings
第 1 図は本発明の試験方法を実現するシステム構成図、 第 2図は指令データの構成図、  FIG. 1 is a system configuration diagram for realizing the test method of the present invention, FIG. 2 is a configuration diagram of command data,
第 3図は被試験機のメモリ を試験するための流れ図、 第 4図は被試験機の I Z O部を試験するための処理の 流れ図である。  FIG. 3 is a flowchart for testing the memory of the EUT, and FIG. 4 is a flowchart of a process for testing the IZO section of the EUT.
発明を実施するための最良の形態  BEST MODE FOR CARRYING OUT THE INVENTION
第 1 図は本発明の試験方法を実現するシステ ム構成図 である。  FIG. 1 is a system configuration diagram for realizing the test method of the present invention.
図において、 1 は被試験機であ り、 例えば C A D Z C A Mシ ステム , C N C装置, P C装置等に相当する。 2 は各種被試験機に共通に使用可能な汎用の試験機、 3 は 解読手段や指令実行手段となるソ フ小ウェアが記憶され た R O M、 4, 5 は被試験機及び試験機の C P Uである。 C P U 5は試験機 2 からの指令データ を前記ソ フ ト ウェ ァに基づいて解読する と共に、 該指令に基づいた処理又 は I / 0制御を実行する。 6, 7はシリアルポー トであ リ、 被試験機 1 と試験機 2 とを接続させ、 試験機 2 から の指令データ あるいは被試験機 1 からの試験結果となる シ リ アルデータ を転送させる。 8は I Z Oポー トであ り、 例えば被試験機 1 の動作状態を示す発光ダイ才一ド 8 a の発光信号の出力端子が設け られている。 9 はチェ ッ ク 端子であ り 、 被試験機 1 の I / Oポー ト 8 と接続されて お り 、 C P U 4 は該チヱ ッ ク端子 9 よ り被試験機の ェ / 〇制御結果である発光状態を取 り込むこ と ができる。 1 0, 1 1 はメモ リ ( R AM) であ り、 試験機 2 のメモ リ 1 0 には、 指令に対する被試験機の正常動作時における 処理結果又は I / O制御結果 (期待値と いう) が記憶さ れる。 1 2 はディ スプレイ装置であ り 、 被試験機 1 のハ — ド ウヱ ァの良否を表示する。 In the figure, reference numeral 1 denotes a device under test, which corresponds to, for example, a CADZCAM system, a CNC device, a PC device, or the like. 2 is a general-purpose tester that can be used in common for various EUTs, 3 is a ROM that stores software used as decoding means and command execution means, and 4 and 5 are CPUs of the EUT and test equipment. is there. The CPU 5 decodes command data from the test machine 2 based on the software, and executes processing or I / O control based on the command. Reference numerals 6 and 7 denote serial ports for connecting the EUT 1 and the EUT 2 to transfer command data from the EUT 2 or serial data that is a test result from the EUT 1. Reference numeral 8 denotes an IZO port. For example, a light emitting die 8a indicating an operation state of the EUT 1 An output terminal for the light emission signal is provided. Reference numeral 9 denotes a check terminal, which is connected to the I / O port 8 of the device under test 1, and the CPU 4 receives the control result of the device under test from the check terminal 9. The flash state can be captured. 10 and 11 are memory (RAM), and the memory 10 of test machine 2 stores the processing result or I / O control result (normally called the expected value) of the EUT in response to the command during normal operation of the EUT. ) Is stored. Numeral 1 2 denotes a display device, which displays the quality of the hardware of the EUT 1.
試験機 2の C P U 4 は、 シ リ アルポー ト 6 またはチェ ク端子 9 から入力される指令データ に対する被試験機 の処理又は 1 〇制御結果 (試験結果と い う ) と、 あ ら かじめ決め られている期待値と の同一性によ リ被試験機 1 のハ一 ド ウエ アの良否を判新する 。 すなわち、 試験結 果と期待値が同 じ場合に被試験機 1 は正常と判断 し、 試 験結果と期待値が異なる場合に被試験機 1 は不良である と判断する。  The CPU 4 of the test machine 2 determines in advance the processing of the machine under test with respect to the command data input from the serial port 6 or the check terminal 9 or 1 〇 control results (called test results). The quality of the hardware under test 1 is judged based on the identity with the expected value. That is, when the test result and the expected value are the same, the EUT 1 is judged to be normal, and when the test result and the expected value are different, the EUT 1 is judged to be defective.
第 2図は指令データ の構成を説明するための図である。 図において、 (0 ) , ( 1 ) , (2 ), ( 3 ), (9 ), ( 1 5 ) は各指令データ の桁位置を表し、 C M Dは 1桁のコマン ド部で、 コマン ド と してはメモ リ空間または I Z〇空間 の指定したア ド レスの読出 し命令 R ( R E A D ) 、 メモ リ空間の物理ア ド レスへの書込み命令 W (W R I T E ) がある。  FIG. 2 is a diagram for explaining the configuration of command data. In the figure, (0), (1), (2), (3), (9), and (15) represent the digit positions of each command data, and CMD is a one-digit command part. There are a read instruction R (READ) for a specified address in the memory space or IZ〇 space, and a write instruction W (WRITE) for a physical address in the memory space.
M Z I は 1桁のア ド レス空間指示部で、 メ モ リ空間の ア ド レ スを指示する場合には Mによ り、 I / O空間のァ ド レ スを指示する場合には I によ りア ド レ ス空間を指示 す 。 MZI is a one-digit address space indicator, which is used for memory space. When specifying an address, the address space is specified by M, and when specifying the address of the I / O space, the address space is specified by I.
B /Wは 1桁のアクセス単位指示部で、 8 ビッ ト ( 1 ノ イ ト) の単位でアクセスする場合には Β によ り、 1 6 ビッ ト ( 1 ワード) の単位でアクセスする場合には Wに よ りアクセス単位を指示する。  B / W is a 1-digit access unit designator. When it is accessed in units of 8 bits (1 knot), it is indicated by 、. When it is accessed in units of 16 bits (1 word), Indicates the access unit by W.
A D Rは 6珩の入出力ア ド レス指示部で、 アクセスを 行う メモ リ空間または I Ζ Ο空間の先頭ア ド レ ス 0 0 0 0 0 0〜 F F F F F F ( 1 6進表示) が指示される。 L E Nは 7珩の入出力データ数指示部であ り、 入出力デ一 タ の個数 Nを指示する。 D A T Aはデータ部であ り、 1 6進数からなる N個の入出力データである。  ADR is a 6 珩 input / output address indicator that indicates the start address of the memory space or IΖ space to be accessed 0 0 0 0 0 0 to FFFFFFF (hexadecimal notation). LEN is a 7 珩 input / output data number indicator, and indicates the number N of input / output data. DATA is a data part, and is N input / output data composed of 16 hexadecimal numbers.
以下本発明の動作を、 メ モ リ空間の試験と I / O空間 の試験に分けて説明する - メ モ リ空間の試験 (第 3図参照)  In the following, the operation of the present invention will be described separately for a memory space test and an I / O space test.-Memory space test (see Fig. 3)
試験機 2 から例えば以下に示す指令データ  Command data shown below from test machine 2
r MB 0 12345 000003 5 A 3 C 1 j をシリアルボー ト 6 を介して被試験機 1 に転送すると と もに、 転送データ Γ 5 Α, 3 C , 2 1 J を期待値と して メ モ リ 1 0 に記憶する (ステップ 1 0 1 , 1 0 2 ) 。  r MB 0 12345 000003 5 A3C1j is transferred to the EUT 1 via the serial board 6 and the transfer data {5}, 3C, 21J is the expected value. It is stored in the memory 10 (steps 101, 102).
被試験機 1は解読手段 ( R〇 M 3 の ソ フ ト ウ エ ア) に よって上記指令データ を解読し、 解読結果に従って被試 験機 1は指令を実行する (ステップ 1 0 3 , 1 0 4 ) 。 すなおち、 被試験機 1 は物理ア ド レ ス 0 1 2 3 4 5番地 のメモ リ に 1 ノくイ トのデータ 「 5 A j ( 1 6進数) を、 そ して物理ア ド レス 0 1 2 3 4 6番地のメモ リ に 1 ノ ィ 卜のデータ 「 3 C」 ( 1 6進数) を、 更に物理ア ド レス 0 1 2 3 4 7番地のメモ リ に 1ノ イ トのデータ Γ 2 1 」 ( 1 6進数) を記憶する。 ' 次いで、 試験機 2は新たな指令データ The EUT 1 decodes the above command data by the decoding means (R〇M3 software), and the EUT 1 executes the command according to the decoding result (steps 103 and 100). Four ) . In other words, the EUT 1 is a physical address 0 1 2 3 4 5 1-byte data “5Aj (hexadecimal)” in the memory of the memory, and 1-byte data “3C” in the memory of the physical address 0 1 2 3 4 6 (1 hexadecimal number) and 1-byte data Γ2 1 (16 hexadecimal number) are stored in the memory at the physical address 0 1 2 3 4 7. '' Then, test machine 2
「 R M B 0 1 2 3 4 5 0 0 0 0 0 3」  `` RMB 0 1 2 3 4 5 0 0 0 0 0 3 ''
を転送し、 メモ リ 1 1 の各ア ド レスに記憶されたデータ (すなわち 「 5 A, 3 C , 2 1 」 ) を読み出す (ステ ツ プ 1 0 5, 1 0 6 ) 。 Then, the data stored in each address of the memory 11 (that is, “5A, 3C, 21”) is read (steps 105, 106).
試験機 2 は、 シ リ アルポー ト 7 , 6 を介 して被試験機 1 から入力されたデータ ( 「 5 A, 3 C, 2 1 j ) と 、 メモ リ 1 0 に記憶してある期待値 ( 「 5 A, 3 C , 2 1 j ) と を比較 し (ステ ッ プ 1 0 7 ) 、 一致 していれば、 被 試験機 1 は正常と判断 し、 ディ スプレイ 1 2 に正常表示 をする (ステ ッ プ 1 0 8 ) 。  The test machine 2 receives the data (“5A, 3C, 21j”) input from the device under test 1 via the serial ports 7 and 6 and the expected value stored in the memory 10. ("5A, 3C, 21j") is compared with (Step 107). If they match, the EUT 1 is judged to be normal and the display 12 is displayed normally. (Step 108).
一方、 シ リ アルポ一 卜 7, 6 を介 して入力されたデ一 タ が 「 5 A, 3 C, 2 2 j のよ う に、 期待値 「 5 A, 3 C, 」 と異なる場合には、 被試験機 1 の不良を表示 する (ステ ッ プ 1 0 9 ) 。 この場合、 ディ スプレイ装置 1 2 に I "メモ リ不良 (ア ド レス = 0 1 2 3 4 7 ) 」 と表 示し、 故障箇所を明示する。  On the other hand, if the data input via serial ports 7 and 6 is different from the expected value “5A, 3C,” like “5A, 3C, 22j” Displays the failure of the EUT 1 (step 109). In this case, I “Defective memory (address = 0 1 2 3 4 7)” is displayed on the display device 12 to clearly indicate the failure location.
1 〇空間の試験 (第 4 図参照)  1 〇 Space test (See Fig. 4)
試験機 2 から例えば以下に示す指令データ  Command data shown below from test machine 2
「W I W 0 0 F 0 0 0 0 0 0 0 0 1 0 0 0 1 」 をシ リアルポー ト 6 を介して被試験機 1 に転送する と共 に、 転送データ 「 0 0 0 1 」 をメモ リ 1 0 に期待値と し て記憶する (ステップ 2 0 1, 2 0 2 ) 。 なお、 I / O 空間のア ド レス 0 0 F 0 0 0番地 (すなおち I / Oポー ト 8の 0 0 F 0 0 0番端子) は発光ダイオード 8 a の端 子に相当 し、 データ Γ 0 0 0 1 J は発光ダイオー ド 8 a の発光信号に相当する。 `` WIW 0 0 F 0 0 0 0 0 0 0 0 1 0 0 0 1 '' Is transferred to the device under test 1 via the serial port 6, and the transfer data “00001” is stored in the memory 10 as an expected value (steps 201, 202). . Address 0 0 F 0 00 in the I / O space (0 0 F 0 0 0 terminal of I / O port 8) corresponds to the terminal of light emitting diode 8a, and data Γ 0 0 0 1 J corresponds to the light emitting signal of the light emitting diode 8a.
被試験機 1 は、 解読手段 ( R O M 3の ソ フ トゥヱァ) によって指令データ を解読し、 解読結果に従って 1 ノ〇 ポー ト 8の 0 0 F 0 0 0番端子に発光信号 「 0 0 0 1」 を出力 し、 発光ダイオー ド 8 a を点灯させる (ステップ 2 0 3, 2 0 4 ) 。  The EUT 1 decodes the command data by the decoding means (software of the ROM 3), and outputs the light emission signal “0 0 1” to the 0 0 F 0 0 0 terminal of the 1 port 8 according to the decoding result. Is output, and the light emitting diode 8a is lit (steps 203, 204).
しかる後、 試験機 2は被試験機 1の 0 0 F 0 0 0番地 の I / O端子に接続されたチヱ ッ ク端子 9 よ り発光状態 を検出する (ステップ 2 0 5 ) 尚、 発光し、 電流が流れ ている と、 発光状態を示すデータは 「 1」 、 消灯し電流 が流れていないと 「 0」 ) となる。 ついで、 試験機 2は 発光状態である試験結果とメモ リ 1 0 に記憶してある期 待値 「 0 0 0 1」 とが同じであるかチェ ック し (ステツ プ 2 0 6 ) 、 同じであれば、 被試験機 1の発光ダイ才ー ド 8 a は正常と判断してその旨をディ スプレイ装置に表 示する (ステップ 2 0 7 ) 。  Thereafter, the test machine 2 detects the light emission state from the chip terminal 9 connected to the I / O terminal of the device under test 1 at address 0 0 F 0 00 (step 205). If a current is flowing, the data indicating the light emission state is “1”, and if the light is turned off and no current is flowing, the data is “0”). Then, the tester 2 checks whether the test result in the light emitting state and the expected value “00001” stored in the memory 10 are the same (step 206), and If so, the light emitting diode 8a of the EUT 1 is determined to be normal, and that fact is displayed on the display device (step 207).
一方、 チェ ッ ク端子 9 を介し て読み取ったデータ が Γ 0 J のよう に、 期待値 Γ 0 Q 0 1 j と異なる場合に は、 発光ダイオード 8 aの不良を表示する (ステップ 2 0 8 ) 。 この場合、 ディ スプレイ装置 1 2 に 「 L E D不 良 (ア ド レ ス = 0 0 F 0 0 0 ) 」 と表示し、 故障箇所を 明示する。 On the other hand, if the data read through the check terminal 9 is different from the expected value Γ 0 Q 0 1 j, such as Γ 0 J, a defect of the light emitting diode 8 a is displayed (Step 2). 0 8). In this case, “LED failure (address = 0 0 F 0 0 0)” is displayed on the display device 12 to clearly indicate the failure location.
なお、 被試験機 1 が正常の時に、 例えば Γメモ リ 0 K J , 「 L E D O K J 等の表示を行なっ ても かまわない。 以上本発明によれば、 被試験機に試験機からの指令を 解読する手段を設ける と共に、 被試験機と試験機と を シ リ アルポー 卜 にて接続し、 かつ被試験機の 1 〇ポー ト と試験機のチェ ッ ク端子を接続 し、 被試験機はシ リ アル ポー ト を介 して試験機から入力された指令を解読 し該指 令に基づく 試験結果を シ リ アルポ一 卜 から または I ,〇 ポー トから試験機へ入力 し、 試験機は試験結果と あ ら か じめ決め られている期待値と の同一性によ り被試験機の ハー ド ウェ アの良否を判定する よ う に構成したから、 各 種被試験機に共通に使用でき る一般的な試験機を提供で き、 し かも試験結果を試験機の出力機器によ り確認する こ と ができ、 更には試験関連機器のコ ス ト を下げる こ と ができる。  When the EUT 1 is normal, for example, a display such as “Memory 0 KJ” or “LEDOKJ” may be displayed. According to the present invention, a means for decoding a command from the test machine to the EUT is provided. The test equipment is connected to the test equipment via a serial port, and the 1〇 port of the test equipment is connected to the check terminal of the test equipment. The command input from the testing machine is decoded via the port and the test result based on the command is input from the serial port or the I and II ports to the testing machine. Since the quality of the hardware of the EUT is determined based on the identity with the predetermined expected value, a general method that can be used in common for each type of EUT Test equipment can be provided and test results can be output to the test equipment. It is a call to make sure Ri good, more can and child to reduce the co-be sampled of test related equipment.

Claims

請求の範囲 The scope of the claims
1 . 試験機によ り被試験機のハー ドウェアをチヱ ック する試験方法において、  1. In the test method in which the hardware of the EUT is checked by the testing machine,
試験機にシリアルポー小とメモリ とチエ ツク端子を設 け、 被試験機と試験機とをシリアルポー トにて接続し、 かつ被試験機の I Z Oポー トと試験機のチヱ ッ ク端子を 接 し、  Connect a small serial port, a memory, and a check terminal to the test machine, connect the UUT and the test machine with the serial port, and connect the IZO port of the UUT and the check terminal of the test machine. And
試験機はシ リ アルポー トを介して被試験機に指令デ一 タ を転送する と共に、 被試験機が正常動作した時の動作 結果を期待値と してメモ リ に記憶し、  The test equipment transmits the command data to the EUT via the serial port, and stores the operation result when the EUT operates normally as the expected value in the memory.
被試験機は前記シリアルポ一 卜を介して試験機から入 力された指令データ を解読して該指令データ に基づく処 理又は I 〇制御動作を実行し、  The device under test decodes command data input from the test device via the serial port and executes processing or I〇 control operation based on the command data,
しかる後、 該指令に基づく試験結果を該シ リ アルポ一 トからまたは I Z Oボー トから試験機へ入力 し、  Thereafter, the test result based on the directive is input to the testing machine from the serial port or from the IZO board,
試験機は試験結果とメモリ に記憶されている期待値と の同一性によ リ前記被試験機のハードウェアの良否を判 定する こ とを特徴とする試験方法。  A test method, wherein the tester judges the quality of the hardware of the device under test based on the identity of the test result and the expected value stored in the memory.
. 被試験機のメモ リ を試験する場合には、 試験機は 指令データ と して被試験機の所定メモリ ア ド レスにデー タ を書き込む指令を転送すると共に、 該データ を期待値 と して記憶し、  When testing the memory of the EUT, the tester transmits a command to write data to the specified memory address of the EUT as command data, and the data is used as the expected value. Remember,
被試験機の書き込み処理後、 前記メモ リ ア ド レスから 読み取ったデータ を試験結果とすること を特徴とする請 求の範囲第 1項記載の試験方法。 2. The test method according to claim 1, wherein data read from said memory address after writing processing of the device under test is used as a test result.
3 . 被試験機の I / O部を試験する場合には、 試験機 は指令データ と して所定 1 〇素子を動作させる指令を 被試験機に転送する と共に、 I Z O素子の動作結果を期 待値と して記憶し、 3. When testing the I / O part of the EUT, the tester transfers to the EUT a command to operate the specified 1〇 element as command data, and expects the operation result of the IZO element. Memorize it as a value,
被試験機の I Z O制御実行後に前記 I Z O素子に応じ たチ X ッ ク端子から動作状態を読み取 り 、 該動作状態デ —タ を試験結果とする こ と を特徴とする請求の範囲第 1 項記載の試験方法。  2. The apparatus according to claim 1, wherein after executing the IZO control of the device under test, an operation state is read from a chip terminal corresponding to the IZO element, and the operation state data is used as a test result. Test method.
PCT/JP1989/000505 1988-05-30 1989-05-22 Testing method WO1989012273A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP63/132141 1988-05-30
JP63132141A JPH01300348A (en) 1988-05-30 1988-05-30 Test system

Publications (1)

Publication Number Publication Date
WO1989012273A1 true WO1989012273A1 (en) 1989-12-14

Family

ID=15074321

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP1989/000505 WO1989012273A1 (en) 1988-05-30 1989-05-22 Testing method

Country Status (2)

Country Link
JP (1) JPH01300348A (en)
WO (1) WO1989012273A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2642397C2 (en) * 2016-04-13 2018-01-24 Василий Яковлевич Балиашвили Device for monitoring electrical installation

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030085772A (en) * 2002-05-01 2003-11-07 김응석 The data acquisition device and its method using PC printer port

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55143458A (en) * 1978-09-29 1980-11-08 Nec Corp Testing device for logic unit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55143458A (en) * 1978-09-29 1980-11-08 Nec Corp Testing device for logic unit

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2642397C2 (en) * 2016-04-13 2018-01-24 Василий Яковлевич Балиашвили Device for monitoring electrical installation

Also Published As

Publication number Publication date
JPH01300348A (en) 1989-12-04

Similar Documents

Publication Publication Date Title
US7467342B2 (en) Method and apparatus for embedded built-in self-test (BIST) of electronic circuits and systems
US5224101A (en) Micro-coded built-in self-test apparatus for a memory array
JPH02500307A (en) Auto-sizing memory system
GB2383640A (en) Method and apparatus for memory self testing
JPS61278992A (en) Ic card having failure inspecting function
US4926425A (en) System for testing digital circuits
US4183459A (en) Tester for microprocessor-based systems
US4174805A (en) Method and apparatus for transmitting data to a predefined destination bus
JPH0314033A (en) Inspection system for microprocessor comparison checking function
WO1989012273A1 (en) Testing method
JPH04238279A (en) Lsi testing method
JPH0257676B2 (en)
JP2869243B2 (en) Memory test equipment
JP2906417B2 (en) Microcomputer test method
CN101114248A (en) Diagnose interface card used for examining mainboard
JP2976621B2 (en) Semiconductor integrated circuit
JP2697593B2 (en) Monitor burn-in device
JPH0745099A (en) Semiconductor integrated circuit and its inspecting method
JPS5914196A (en) Test device of microcomputer
JPH1185560A (en) Microcomputer board self-diagnostic device
SU1432528A2 (en) Apparatus for monitoring the functioning of logical modules
JP2578076Y2 (en) Defect data acquisition device for IC test equipment
JPH09326592A (en) Substrate inspection device
JPH08160106A (en) Test board for ic tester having information holding function
JPH04148431A (en) Package test system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE FR GB IT LU NL SE