ML17297B908
| ML17297B908 | |
| Person / Time | |
|---|---|
| Site: | Palo Verde |
| Issue date: | 09/09/1982 |
| From: | SIMPACT ASSOCIATES, INC. |
| To: | |
| Shared Package | |
| ML17297B907 | List: |
| References | |
| NUDOCS 8302230328 | |
| Download: ML17297B908 (106) | |
Text
'
ESF LOAD SEQUENCER SOFTWARE VERIFICATION AND VALIDATION REPORT prepared by:
SIMPACT ASSOCIATES'NC.
5520 Ruffin Road San Diego, CA 92123 September 9,
1982
ESF LOAD SEQUENCER SOFTWARE VERIFICATION AND VALIDATION REPORT TABLE OF CONTENTS Pacae 1 ~
OBJECTIVE
~ o ~
~ ~ ~
~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~
~ ~
~
~
~
~ ~
~
~ ~ ~ ~ o ~ ~ ~
1 2.
STUDY PROCEDURE AND RESULTS
SUMMARY
3.
SPECIFICATION REQUIREMENTS
~ ~
~ ~ ~
~ ~ t 0 4 I ~ 0 ~
2
~
~
~
~ ~ 0
~ ~ ~ ~ 0 t I ~
4 4
SOFTWARE STRUCTURE
~
~ ~
~ ~
~
~
~
~
~
~
~
~ ~
5 5.
SYSTEM ROUTINES
~....
~ ~...........
~...
~...
7 6.
UNDERVOLTAGE MONITORING 7.
ESF BUS LOAD SEQUENCING
~ 0 ~ ~ ~ ~ ~
~
~
~ 0 ~ ~ ~
9 o ~ ~ ~ ~ ~ ~ o
~ ~ ~ ~ e ~
10 8.
AUTOTESTING...............................
12 9.
PERFORMANCE/DESIGN DEMONSTRATION TEST RESULTS 16 10.
CONCLUSION.......
~..........
~..
~ ~....
~.; ~
17 APPENDIX A
~.. ~...
~. ~ ~ ~ ~ ~...
~ ~...
~ ~ ~ ~ ~..
~. ~.
~.
~ ~.A-1
ESF LOAD SEQUENCER SOFTWARE VERIFICATION AND VALIDATION REPORT 1
OBJECTIVE The objective of the Software Verification and Validation Study is to verify that the software of the ESF Load Sequencer meets the requirements of the design specification, and that no sneak software paths (circuits) exist that would render the system inoperable.
The ESF Load Sequencer is a
module in the Balance of Plant (BOP)
Engineered Safety Features Actuation System (ESFAS) supplied by General Atomic Company (GA) to the Palo Verde Nuclear Generating Station under Arizona Public Service Company Purchase Order 10407-13-JM-104 and Bechtel Power Corporation Speci fication 13-JM-104.
This module controls loading of the station ESF bus and diesel generators under loss of power conditions or if an accident signal is present.
The purpose of this report is to outline the methods used to perform this study and to detail the findings of the study.
2.
STUDY PROCEDURE AND RESULTS
SUMMARY
The following steps were taken to per form the study:
a
~
Review of Bechtel Specification (13-JM-104).
This specification was reviewed in detail to determine the functional requirements of the ESF Load Sequencer.
b.
Review of General Atomic Operations and Maintenance Manual (E-115-760).
This manual was reviewed to determine how the functional requirements had been implemented and in particular, which functions had been implemented in software.
The major functions implemented in software are:
Monitoring of accident signals and sequencing control of ESF bus loads.
Monitoring loss of power condition and generation of load shed signal and loss of power off delay.
iii. Auto-testing of all ESFAS Modules including ESF Load Sequence r.
c ~
d.
Review of Software Documentation (SK-1678).
This documentation includes program listings and flowcharts for all software modules in the ESF Load Sequencer.
The documentation was reviewed for completeness.
In
- addition,
" each module was reviewed individually to determine that the flowcharts matched the program
- code, that the program code was properly documented and that the code as implemented performed the required functions.
Review of Performance Test Report (E-115-787) and Design Demonstration Test Report (E-160-972).
The Performance Test demonstrates the functional performance of the ESFAS equipment.
The Design Demonstration Test verifies that the design of the ESF Load Sequencer permits no credible common failure modes to exist in response to credible input perturbations and series of events.
Both test reports were reviewed to determine whether the tests exercised all program paths within the software of the ESF Load Sequencer.
The results of this study show that the software of the ESF Load Sequencer meets the requirements of ESFAS Specification, 13-JM-104.
Two minor anomalies were noted in the so ftware, neither of which will cause a
malfunction of the ESFAS equipment.
The first anomaly results from disabling interrupts during test of the bottom half of RAM memory.
This causes an increase in the sampling interval of the contact debounce algorithm which in turn delays posting of an input change.
Since the delay is of the order of l0
- msec, there is no significant affect on the performance of the ESFAS system.
P The second anomaly is in the load sequencer logic and ~.can cause 2
msec pulses on certain relay outputs.
The duration of these pulses is not sufficient to cause activation of any dev ice.
3 ~
SPECIFICATION REQUIREMENTS The Bechtel Specification, 13-JM-104, defines the technical requirements for all aspects of the ESFAS system.
The functions specific to the ESF Load Sequencer are defined in Section 4.5.14 of that specification.
These functions are implemented in the ESF Load Sequencer software.
In addition, this software also controls the auto-testing functions"', as specified in Section 4.5.13 and certain alarm contact outputs as specified in Section 4.5.16.
The major 'requirements of the specification are:
a.
Monitor undervoltage input from LOP/LS module.
Upon detection of undervoltage condition generate a
1 second load shed pulse and activate loss of power signal.
When undervoltage condition clears ensure that it remains in the cleared condition for 60 seconds before deactivating loss of power signal.
b.
Monitor loss of power and accident signals.
Upon detection of specific combinations of these
- inputs, initiate one of four loading sequences or modes (see specification attachment 4-1, sheet
- 8).
Activate one contact per sequencer mode to indicate automatic sequencing in progress.
Activate up to ten independent, time separated loading signals, adjustable in one second increments over a total time span of 60 seconds (for sequencer outputs and
- timing, see speci fication attachment 4-2, tables 8
and 9, respectively) c.
Automatically test the operation of the maximum possible portion of the ESFAS system.
Upon detection of circuit malfunction, immediately initiate remote annunciator and indicate malfunction locally.
This automatic
- testing, under normal or failure condition of the test features must not interfere with the normal operation of system or cause protective action.
4 SOFTWARE STRUCTURE The software consists of a
number of routines which operate in conjunction with each other to fulfill all functions of the system.
These routines fall into four categories.
a.
System Routines.
These routines handle timer interrupts and input/output.
They also control the execution of the other programs in the system.
F b.
c Task Routines.
These routines implement the major functions in the system, i.e.,
under voltage monitoring, mode detection/output sequencing and auto-testing.
Task Subroutines.
These routines implement specific functions within the task routines.
d.
Common Sub routines These routines impl em ent func tions common to several tasks.
The software structure and hierarchy is shown in Figure 4-1.
Appendix A contains a profile of each routine in the system.
The profile lists the following information for each routine:
a.
Category (e.g.,
system routine, task, etc.)
b.
Function c.
Verification Study Data, including:
accuracy and completeness of flowcharts accuracy and completeness of program listing comments illo specific design demonstration/performance tests which exercise the code 1v ~
v ~
coding or design errors detected in the routine comments
c SEVE 1:
57&769
%XtrlNE5 ZOQ
~LOP QA'CK szrs cd rsrZ umnm 7STA/
These common subroutines called by multiple tasks or task subroutines Figure 4-1 Software Structure Chart
5 ~
SYSTEM ROUTINES To meet the functional requirements defined in section 3, the system must provide the following major features:
a.
Accurate time base generator to control time-related functions e.g.,
input debouncing, load shed pulse duration, loss-of-power off delay and sequencing of loads onto the ESF bus.
b.
Concurrent operation of several different functions e.g.,
undervol tag e monitoring, mode determination/load sequencing and automatic testing.
These features are implemented in two system
- routines, the timer interrupt handler (RST75/RST65) and the executive program (EXEC).
The overall design of these programs was validated and the detailed implementation of each feature was verified.
Particular emphasis was placed on verification of the major features outlined above.
The system meets the time base generator requirements by implementation of two timer interrupts.
The lower priority interrupt occurs every 2 msec, the higher priority interrupt occurs every 10 msec.
The 2 msec interrupt routine reads all digital inputs and processes them through a debounce routine.
The debounce algorithm is based on the 2 msec sampling time and ensures that the input has reached a steady state before reporting any change to the other software routines.
The 10 msec interrupt routine sets a software flag for the executive program in addition to debouncing the inputs.
The executive uses this 10 msec flag to allocate execution time to each of
.the concurrent functions and as a
time base to schedule programs handling time-related functions.
The executive allocates 10 msec time slots for execution of the concurrent functions required in the system.
Each concurrent function outlined in (b) above is designed as a
separate program(s)
(see Table 5-1).
These
- programs, or
- tasks, run under 'control of the executive which allocates 10 msec time slots to each as required.
Within the 10 msec time slot the task must execute to completion and return control to the executive.
The system complies with this requi'rement; the execution time for each task is shown in Table 5-1.
Every 250 msec the executive allocates one 10 msec time slot to the task SO which monitors the undervoltage condition and checks for a stall condition in the opposite train (redundant system). It also allocates one 10 msec time slot to the task Sl which detects changes in the sequencer mode and performs the bus load sequencing operation.
The remaining twenty-three 10 msec time slots are allocated to autotesting tasks.
The sequential time slot during which each task may be executed is shown in Table 5-1.
Since the task SO and Sl
TABZ.E 5-1 Task
- tame Function Performed SO Check loss of power condition
- Generate/check stall opposite train signal Executed dur ing time-slot Approx imate execution time I
1 msec Sl Sequencer mode determination Sequencer output control 3 msec S2
- Generate 10msec/50msec module test pul se 1 msec S7 S24
- Check 50 msec module test pulse on
- Check 50 msec module test pulse off TlRAM
- Test top hal f of RAM memory
,, BlRAM
- Test bottom hal f of RAM memory ROM
- Test ROM memory S3
- Check 10 msec module test pulse on S4
- Check 10 msec module test pulse off 24 2-24 2-24 2-24 1 msec 1 msec 1 msec 1 msec 7 msec 8 msec 4 msec Auto testing functions are executed every 25th time slot, they execute at 250 msec (1/4 sec) intervals.
This synchronous execution permits the timed execution of functions at 1 sec intervals as required for load shed
- pulse, loss-of-power off delay and sequencing of loads onto the ESF bus.
This inherent program timing is also used in the autotesting software to control the duration of test pulses to the other ESF modules.
The design was found to be valid and met the system requirements of the specification.
No discrepancies were detected in the software implementation of the design.
6.
UNDERVOLTAGE MONITORING The design specification defines the following major requirements for the undervoltage monitoring function:
a.
Monitor an input from LOP/LS module for undervoltage condition on the 4.16 kV ESF bus.
b.
Upon occurrence of undervoltage condition, generate ajone second load shed pulse and set loss of power condition.
c.
If undervoltage condition clears and remains cleared for 60 sec, clear loss of power condition (off-delay).
~
These functions are implemented in subroutine CKLOP which is executed every 250 msec by the task SO.
The overall design of the subroutine was validated and the detailed implementation of each feature was verified.
Particular emphasis was placed on verification of the major features outlined above.
II The program monitors the bus undervoltage input from the LOP/LS module.
Upon detection of an undervoltage condition it activates the load shed output to the LOP/LS module and illuminates the loss of power indicator on the Load Sequencer module.
Internally it indicates the loss of power condition by setting a software flag.
The program uses the synchronous nature of the task 'it executes every 250 msec) to control the duration of the load shed pulse.
On the fourth execution of the program after the signal is activated, it is deactivated terminating the load shed pulse.
After generation of the load shed pulse, the system continues to monitor the undervoltage input.
If the undervoltage clears and remains in the cleared state for 60 seconds, the loss of power indicator is extinguished and the loss of power software flag is cleared.
- Again, the synchronous nature of the task is used to determine this 60 sec off-delay.
Should the undervoltage condition re-occur within the 60 sec off-delay period, the design of the software ensures that the 60 sec off-delay is terminated without resetting the loss of power indicator or flag.
A new 60 sec off-delay is started when the undervoltage clears again.
The design of the software also ensures that the load shed pulse occurs only once for each loss of power condition.
The load shed pulse is generated when the undervoltage condition is first d etec ted.
No further load shed pul'ses are gener ated until the 60 sec off-delay completes although several undervoltage conditions may occur within this time interval.
The design was found to be valid and met the undervoltage monitoring requirement of the specification.
No discrepancies were detected in the software implementation of the design.
~ ~
7 ESF BUS LOAD SEQUENC ING The design specification defines the following major requirements for the ESF bus load sequencing function:
a.
Monitor loss of power condition and accident signal inputs for specified combinations of these inputs.
b.
Upon detection of initi ate/terminate load combinations which cause spec ification attachment I
any such combinatxon, sequencing mode.
The input mode transitions are defined in 4-1, sheet 8.
c.
Upon initiation of any mode, - start bus loading sequence defined for that mode per specification attachment 4-2, table 9.
Initiate contact closure to indicate currently active mode..
d.
Sequence loads onto ESF bus at the specified time intervals for the active mode.
,y W
e.
Upon termination of a sequencing mode, return all outputs to idle state (mode 0) and clear mode indication contact.
The mode determination function is implemented in task Sl which executes every 2SO msec.
The load sequencing function is implemented in the subroutine OSEQ.
OSEQ is called by task Sl when the sequencer is in any mode other than mode 0.
The overall design of these programs was validated and the detailed implementation of each feature was verified.
Particular emphasis was placed on verification of the major features outlined above.
The task Sl checks initially for an active sequencing mode (modes 1-4).
If such a
mode is active, it verifies that the specified inputs are still in the required state.
All inputs which are not specified for the mode are considered as "don' care" inputs and are ignored.
If all specif ied inputs are still true, no mode change is required.
If some inputs have changed
- state, the sequencer returns to the idle state (mode 0),
the mode indication output is cleared and all sequencer output signals are returned to the mode 0
condition.
The sequencer always returns to the idle state when conditions for the active sequencing mode are no longer true even though conditions may be correct for entry into another sequencing mode.
The next execution of the task will cause the transition to the new mode.
If the sequencer is in the idle state (mode 0) upon entry to the
- task, the loss of power software flag and the accident signals are checked.
If the state of these inputs matches the state specified for any of the sequencing modes 1-4, that mode is activated.
Again, all inputs which are not specified for the mode are treated as "don' care" conditions.
Upon transition to the mode, the mode indication output is set and the sequencing timer is started.
Prior to exiting task Sl, a check of the current sequencing mode is made.
If the mode is not zero (output. sequence active) the subroutine OSEQ is called.
This routine handles the contact closure outputs and the time activation of these signals necessary to sequence the loads onto the ESF gus.
Since the routine executes every 1/4 sec the time resolution is sufficiently accurate to meet the load sequencing requirements.
The routine is table-driven in design; this means that all sequencing modes are handled by the same executable program code with variable parameters (e.g.,
output
- signal, activation time) -stored in a
table of each mode.
All table entries were verified and found to be correct.
A design anomaly was found in the routine OSEQ.
As with all d igital outputs in the
- system, this routine sets/cl ears outputs in the output bit map.
This output bit map is copied to the output ports every 2
msec by the timer interrupt routine.
Certain actuation signals exist which change state twice during a
sequencing mode e.g.,
Charging Pumps in mode 2.
These require two entries in the mode table which specifies the parameters for
- OSEQ, one to activate the
- output, the other to deactivate the output.
The design of the software is such that if, for
- example, the signal is activated at time 0 sec and deactivated at time 40 sec, every time the routine executes after the 40 sec
- time, the signal will first be set, then cleared in the output bit map.
If an interrupt occurs while the bit is set, the bit is copied from the bit map to the output port.
The bit will. remain set until the next interrupt, 2,msec later, by which time OSEQ will have reset the bit.
The probability of occurrence of this 2 msec pulse is small; in addition, the duration of the pulse is insufficient to cause actuation of the controlled dev'ice.
This anomaly will cause no malfunction of the ESFAS system.
f All other features of the design were found to be valid and met the requirements of the specification.
No discrepancies were detected in the software implementation of the design.
AUTOTESTING a.
Test automatically and continually maximum possible portion of the ESFAS system.
b.
Under normal or failure conditions of the testing syst: em, ensure that it interferes in no way with the normal operation of the system.
Upon detection of circuit malfunction, initiate a remote annunciator and locally indicate malfunction.
interruption of autotesting at any Co d.
Permit convenient time.
The design specification defines the following requirements for the autotesting function:
Theqe functions are implemented in three categories; redundant system (opposite train) monitoring by task SO, ESFAS module testing by tasks S2, S3, S4, S7 and
- S24, and Load Sequencer testing by tasks
- TlRAM, BlRAM and ROM.
The overall design of each test was validated and the detailed implementation of the testing features verified.
The task SO monitors a
square wave input with a
10 second period which is generated by the opposite train (redundant system).
If a transition is not detected every 5 secs, an indicator on the Load Sequencer module is illuminated to indicate a stall.
In addition, the stall opposite train annunciator is activated.
The task SO also generates a
square wave output with a 10 second period which is monitored by the opposite train.
This feature continually monitors the correct operation of each system.
The
. other testing features are executed only if the Manual/Auto switch is in the Auto posi<ion and only if the sequencer is in the idle state (mode
- 0).
The executive routine monitors the Manual/Auto switch and prevents scheduling of the autotest tasks if it is in the Manual position.
This meets the requirement to permit convenient interruption of autotesting at any time.
The system tests the other modules within the ESFAS system by generation of test pulses to those modules.
The tasks S2, S3 and S4 working in conjunction with each other, generate and test responses to 10 msec test pulses.
The tasks S2, S7 and S24 generate and test responses to 50 msec test pulses.
The synchronous nature of task scheduling by the executive, permits generation of accurate pulse lengths.
This test pulse software is table driven in the same manner as the output sequencer (OSEQ) routine.'he test
- output, the expected module input and the expected test return are all defined within the parameter table for each module.
To test a module the output is set.
At 10 msec (or 50 msec) later the state of the module inputs and the test return inputs are tested.
If found in the correct state the test output is cleared.
At 10 msec (or 170 msec) later the state of the module inputs and the test return inputs are again tested to ensure that they have returned to the cleared state.
It should be noted that the program not only tests the correct response of the module input and test return which correspond to the activated test
- output, but
. it also tests all other module inputs and test returns to ensure that they do "not respond.
If an error is detected the test is terminated and the test indicator lamp on the module under test is flashed.
The autotest suspend annunciator is also activated.
These features satisfy the requirements specified in item (c) above.
Under normal autotesting conditions the task SO checks for the presence of a
real
- input, as opposed to a test output response.
If a real input is found, autotesting is suspended and initiation of the new sequencer mode (if required) wi3.1 be performed by task Sl.
Suspension of autotesting due to a
real input or due to a module test failure, does not affect the mode determination or the load sequencing functions of the Load Sequence r in any way.
Autotesting of the Load Sequencer module itself is performed by the tasks
- T1RAM, B1RAM and ROM.
These tasks test the top half of RAN memory, the bottom half of RAN memory and ROM
- memory, respectively.
The RAM memory tests do a
write/read/compare operation of all data patterns into all RAM memory locations.
The ROM memory test does a
checksum calculation/comparison operation on all RON memory locations.
If an error is detected in any of these tests, an error light pattern is flashed on the Load Sequencer module and all software functions are inhibited.
It is not possible to continue system operation when
'an error is detected in one of the tests as failure of RAN or ROM can cause unpredictable operation of the system.
An anomaly was found in the design of task BlRAM.
Inputs are sampled by the interrupt routine which normally executes at 2
msec intervals.
Any input change is processed by a debounce algorithm which requires three consecutive sample values to determine the true debounced state.
This results in a delay of up to 4
msec between the occurrence of the change and the reporting of it to the processing task.
Interrupts are disab3.ed while testing the bottom half of RAM.
This ensures that no data is changed during execution of the test which requires slightly in excess of 8
msec of the 10 msec exection slot assigned by the Executive.
The inputs are sampled once prior to disabling of the interrupt, once upon reenabling of the interrupt and a third time at the end of the 10 ms execution time slot (see Figure 8-1).
Assuming this extended sample interval (8
msec) will still match the mechanical
. characteristics of the input contact, the delay between the occurrence of the change and the reporting of it to the processing task (i.e.,
time required for three consecutive samples of the input) has now increased to 10 msec.
This is an increase of 150%
in the reporting delay experienced with the 2 msec sample interval.
It will have no significant affect on the operation of the Load Sequencer however; the undervoltage monitoring and sequencer mode determination functions are only performed once every" 250 msec.
All other features of the design were found to be valid and met the requirements of the specification.
No discrepancies were detected in the software implementation of the design.
77/'IF (fGEc.)
ExECvVON Ssor hf Imper sRHPuNc'~7'M ExE<O77eu Figure 8-1 Input sampling timing diagram
~
~
9 PERFORMANCE/DESIGN DEMONSTRATION TEST RESULTS The resul ts of the Per formance Test Report (E-115-787) and the Design Demonstration Test Report (E-160-972) were reviewed to determine whether all program paths within the software had been exercised by these tests.
Appendix A lists tests which exercised the logic of each program.
In general, almost-all program paths were tested.
Exceptions are the failure paths for the RAM and ROM test
- programs, and 'he fatal error routine (HALT) to which they transfer control.
These program paths are straightforward and perform their designed function.
Al1 test results indicate that the design and implementation of the software fulfill the requirements of the design speci fication.
10.
CONC LUS ION The results of this study show that the software of the ESF Load Sequencer meets all the requirements of the ESFAS Design Specification 13-JM-104.
In addition, no sneak circuits or software paths exist that would render the system inoperable.
The two anomalies which were
- noted, 2
msec pulses on sequencer output relays and variations in debounce timinp of inputs, will cause no malfunction in the ESFAS equipment.
APPENDIX A PROGRAM DATA
Prog ram Name:
Category:
Function:
Flowchart:
Source Code Comments:
Exercised by:
HALT System Routine Term ina tes system ex ec ution on fa tal error.
Displays flashing error code in lights of Load Sequencer module."
Complete and correct Adequa te This routine was not exercised by either the Design Demonstration Test or the Per formance Test.
Design/Coding Er ro rs:
Comments:
Program Name:
Ca tegory:
COLD System Routine Func tx on.
Flowchart:
Sour ce Cod e Comments:
Exercised by:
Design/Coding Errors:
Comments:
Initializes so ftware and hardware on system power up (cold start).
Complete and correct Adequate Performance Test on start up (ELA 342-0062, Sheet 33 of 70)
None None A-2
Program Name:
Category:
Function:
RST75/RST65 System Routine Processes timer interrupts.
Reads inputs and stores debounced results in input bit map.
Copies output bitimap to output ports.
Sets 10 msec interrupt flag fo r executive.
Flowchart:
Source Code Comments:
Exercised by:
Com pletc and co rrec t Adequate Per formance Test and Design Demonstration Test on each interrupt (every 2 msec).
Design/Cod ing Errors:
Comments:
None None A-3
Program Name:
Category:
Function:
Flowchart:
Source Code Comments:
Exercised by:
Des ig n/Cod ing Er rors:
Comments:
DEBNC System Routine Debounces dig ital inputs.
Called by system routine RST75/RST65.
Com pl e te and Co rrec t Adequa te Performance Test and Design Test on each interrupt (every 2 msec).
Prog ram Name:
Category:
INIT System Routine Function:
Flowchart:
Source Code Comments:
Exercised by:
Initializes I/O ports and timers.
Called by system routine COLD.
Complete and co rr ec t Adequate performance Test on start up (ELA 342-0062 Sheet 33 of 70)
Design/Cod ing Errors:
Comments:
Proq ram Name:
Category:
Function:
F15wchart:
So ur ce Cod e Comments:
Ex ere ised by:
Design/Coding Errors:
Comments:
EXEC System Routine Complete and correct Adequate
~ $
Autotest section of Performance Test (ELA 342-0062 Sheet 55 of 70).
None None Controls execution of tasks within system.
A-6
Program Name:
Category:
Function:
SO Task Calls STALL to check for stall of opposite train (redundant system).,
~
P, Updates system running flag for this train.
Calls CKLOP to monitor undervoltage condition..
Checks for any real inputs to stop/resume autotesting Flowchart:
I Source Code Comments:
Complete and correct Ad equa te Exercised by:
Stall/system running; tested by Performance Test (ELA 342-0062, Sheet 65 of 70).
Undervol tag e monitoring; tested by De,sign Demonstration Test (ELA 342-0063, Page l6 of 43, Test l)
Stop autotesting on real input; tested by Design Demonstration Test (ELA 342-0063, Page 22 of 43, Test 6)
Resume autotesting on absence of real inputs tested by Design Demonstration Test (ELA 342 0063, Page 24/43, Test SA/SB)
Design/Cod ing Errors:
Comments:
None None A-7
Prog ram Name:
Category:
Function:
Task Monitors loss of power and accident signals to determine sequencing
- mode, P,
Calls output sequencing (OSEQ) routine to sequence'us loads.
Flowchart:
So ur ce Cod e Comments:
Exercised by:
Complete and correct.
Accurate Mode transitions tested by Desing Demonstration Test (ELA 342-0063, Pages 22 and 23 of 43, Tests 6,
7A and 79).
Design/Cod ing Errors:
Comments:
None None A-8
Program Name:
Category:
Function:
S2 Task Activates test pul se for mod ul e autotesting.
Flowchart:
Source Code Comments:
Exercised by:
Complete and correct Adequa te Per fo rmance Test (EI.A 342-0062, Sheet 58 of 70).
Des ign/Cod ing Er ro rs:
Comments:
None None A-9
Program Name:
Category:
Function:
S3 Task Checks "on" condition of test return for 10 msec test pulse (module auto testing) and deactivate test pulse.
Flowchart:
Source Code Comments:
Exercised by:
Complete and correct Adequa te per fo rmance Test (ELA 343-0062, Sheet 58 of 70).
Design/Coding Er rors:
Comments:
None 1
- Task, S3, S4, S7 and S24 are all a
part of the same source code module (TEST) and use a
common error exit, TSTERR.
A-1 0
Prog ram Name:
Ca tegory:
Function:
S4 Task Check "off" condition of test return for 10 msec test pulse (module autotesting)
Flowchart:
Source Code Comments:
Exercised by:
Complete and corret Adequa te Performance Test (ELA 34-0062, Sheet 58 of 70).
Design/Coding Errors:
Comments:
None Part of source code module TEST.
~
~
Program Name:
Category:
Function:
S7 Task Checks "on" condition of test return for 50 msec test pulse (module auto testing) and deactivate hest pul se.
Flowchart:
Source Code Comments:
Exercised by:
Complete and'orrect Ad equa te Per formance Test
.(ELA 342-0062, Shweet 58 of 70).
Des ign/Cod ing Er ro rs:
Comments:
None part of source code module TEST.
A-l2
~
~
~
~
Program Name:
Category:
Function:
Flowchart:
Source Code Comments:
Exercised by:
S24 Task Checks "off" condition of test return for 50 msec test pulse (module autotesting)
Com pl e te and co rrec t Adequa te Per fo rmance Test (ELA 342-0062, Sheet 58 of 70).
Design/Coding Er ro rs; Comments:
None Part of source code module 'TEST.
Program Name:
Category:
Function:
Flowchart:
Source Code Comments:
Exercised by:
TlRAM Task Tests the top half of RAM memory.
Compl etc and co rrec t.
Adequa te Autotest section of Per formance Test (ELA 342-0062, Sheet 58 of
- 70).
Fail ur e cond ition not encountered during
- test, hence no testing of failure path.
Design/Coding Errors:
Comments:
None None A-l4
Program Name:
Category:
Function:
Flowchart:
So ur c e Cod e Comments:
Exercised by:
B1RAM Task Tests the bottom hal f of RAM memory.
Complete and correct Adequa te Autotest section of Per formance Test (EM 642-0062, Sheet 58 of
- 70).
Failure condition not encountered during test hence no testing of failure path.
Design/Cod ing Errors:
This test disables interrupt for approximately 8
msec.
This affects the input debouncing algorithm and can delay updating of debounced inputs in input bit map.
No coding errors.
Comments:
None A-1 5
Program Name:
Category:
Function:
Flowchart:
So ur ce Cod e Comments:
Exercised by; ROM Task Tests ROM memory Complete and correct Ad equa te Autotest section of Performance Test (ELA 642-0062, Sheet 58 of
- 70).
Fa ilur e condition not encountered during test hence no testing of failure path.
Design/Cod ing Er rors:
Comments:
None None A-l6
Program Name:
Category:
Function:
Flowchart:
So ur ce Cod e Comments:
Exercised by:
Design/Coding Errors:
Comments:
STALL Task Subroutine called by SO Check for stall of opposite train (redundant system)
Complete and correct Adequa te Exercised continuously during testing.
Stall condition simulated dur ing Per formance Test
~ (ELA 342-0062<
Sheet 65/70)
None None A-17
C Program Name:
Category:
Function:
Flowe ha rt:
So ur ce Code Comments:
Exercised by:
Des ign/Cod ing Er ro rs:
Comments:
LIGHT Task Subroutine called by SO Toggles lights which have blink status set.
f p
Complete and Co rrec t Minimal Per formance Test failure simulation.
(ELA 342-0062, Sheet 64 of 70).
None None A-1 8
Program Name:
Category:
Function:
CKLOP Task Subroutine called by SO Monitors undervol tage condition and generates load shed pulse and loss of power ind ication.
Flowchart:
Source Code Comments:
Exercised by:
Desig/Coding Errors:
Comments:
Complete and correct Adequa te All paths exercised by Design Demonstration Test (ELA 342-0063, Page 19 of 43, Test 4
and Page 18 of 43, Test
- 3).
None None A-1 9
Program Name:
Category:
Function:
Flowchart:
Source Code Comments:
Exercised by:
OSEQ Task Subroutine called by Sl Controls time sequencing of loads onto ESF bus.
Complete and correct Ad equa te Actuation response time measurements o f Per fo rmance Test (ELA 342-0062, Sheet 40 of 70 to. Sheet 44 of 70).
Design/Coding Errors:
Design can cause unwanted 2
msec pulses on signals which change state twice during bus loading sequence.
Comments None A-20
Program Name:
Category:
Function:
Flowchart:
Source Code Comments:
Exercised by:
ITT1/ITT2 Task Subroutine called by 82 Initializes parameters for 10msec/50msec pulse testing of module Complete and correct Adequa te Autotest section of Performance Test (ELA 342-0062, Sheet 58 of 70).
Design/Code Errors:
Comments:
None Flowcharts for these programs are included with programs for task S2.
A-21
C
'L Frog r am name:
Category:
Function:
Flowchar t:
Source Code Comments:
Exercised by:
Design/Coding Errors:
Comments:
ONC K Task Subroutine called by S3 and S7.
Checks "on" condition for spec ified input, "off" condition for all other inputs.
p Complete and correct Adequate Autotest section of Per formance Test (ELA 342-0062, Sheet 58 of 70).
None None A-22
~
~
~
4
\\
Program Name:
Category:
OFFCK Task Subroutine called by S4 and S24 Function:
Flowchart:
Source Code Comments:
Exercised by:
Check "off" condition for specified input.
Complete and correc t Adequa te Autotest section of Per formance Test (ELA342-0062, Sheet 58 f 70).
Design/Coding Errors:
Comments:
None None A-23
Program Name:
Category:
Function:
Flowchart:
So ur ce Cod e Commen ts:
Exercised by:
NEXT Task Subroutine called by S2 and S24 Advances testing to next entry in parameter table used for 10msec/50msec pul se testing.
Complete and correct Adequa te Autotest section of Per formance Test (ELA 342-0062
< Sheet 58 of 70).
Design/Coding Errors:
Comments:
Program Name:
Category:
Function:
Flowchart:
UPDATE Common Subroutine Updates test parameters for 10msec/50msec pulse test of module, Complete and correct Source Code Comments:
Ad equa te Exercised by:
Autotest gee tion of Per formance Test (ELA 3432-0062, Sheet 58 of 70).
Des ig n/Cod ing Er ro rs:
Comments:
None None A-25
Program Name:
Ca tegory:
Function:
Flowchart:
TS TW Common Sub ro utine Compares byte (8 bits) with specified byte of input bit map.
~
4 Complete and correct So ur ce Code Comments:
Exercised by:
Minimal Autotestinq section of Per formance Test (ELA 342-0062, Sheet 58 of 70).
Design/Coding Errors:
Comments:
None None A-26
Program Name:
Category:
Function:
SETB Common Subroutine Sets bit corresponding to designated output in output bit map.
Flowchart:
So ur ce Code Comments:
Exercised by:
Design/Coding Errors:
Comments:
Complete and correct Minimal Load shed
-pulse generation of Design
'emonstration Test (ELA 342-0062, Page 19 of 43, Test
- 4).
None None A-27
Program Name:
Ca tegory:
Function:
Flowchart:
So ur ce Cod e Commen ts:
Exerc ised by:
Des ign/Cod ing Er ro rs:
Comm en ts:
CLRB Common Subroutine Clears bit corresponding to designated output in output bit map.
Complete and correct Ninimal Load Shed pulse generation of Design Demonstration Test (ELA 342-0062, Page 19 of 43, Test
- 4).
None None A-28
~
~ I Program Name:
Category:
TSTB Common Subroutine Function:
Flowchart:
Source Code Comments:
Exercised by:
Design/Coding Errors:
Comments:
Tests bit corresponding to designated input in input bit map.
Complete and correct Minimal Load Shed, pulse generation of Design Demonstration Test (ELA 342-0062, Page l9 of 43, Test
- 4).
4 None None A-29
~
~
Prog ram Name:
Category:
Function:
SUSP Common Subroutine Calls STOP to terminate sequenc ing mode or autotesting, then sets system in autotesting suspended state.
Flowchart:
Source Code Comments Exercised by:
Design/Cod ing Er ro rs:
Comments:
Complete and correct Adequa te Autotest term ination in Design Demonstration Test (ELA 342-0063, Page 24 of 43, Test SA/8B).
None None A-30
Program Name:
Category:
Function:
STOP Common Subroutine Terminates sequencing mode or autotesting Sets all outputs to idle state and turns off all lights except STOP.
Flowchart:
So ur c e Cod e Comm en ts:
Exercised by:
Complete and correct Ad equa te Mode l or mode 4 termination in Design Demonstration Test (ELA 342-0063, Page 24 of 43, Test SA/SB).
Design/Coding Errors:
Comments:
None None A-3l
, r I
BOP ESFAS CHANGE Scope of Work The following software modules have been changed to redefine the bit 7 of OBM+3 from the mode 9 indicator to the stall opposite train annunciator:
By searching the cross reference files for OBM+3 and A7:
1.
EQUATE.SRC:
Change 1 place for the redefinition of bit 7.
2.
S1
.SRC:
Remove code in 2 places where the mode 5 indicator was both set and reset.
3.
STALL.SRC:
Add code in 2 places to both set and reset the stall opposite train annunciator.
4.
SUBS
.SRC:
Change code in STOP routine such that it will not set the mode 9 indicator bit.
5 ~
In addition, add a date and revision module.
(ID.SRC)
Link this module last so that it will be in the second EPROM.
Put the following ASCII data in the date and revision module:
DATE August 18, 1982 REVISION PVLS.03
t...
~ Van
~ t i ~ r > ~tavr nap 0P l'CT(l. OIE'"UATE GBJ) i.".,O'REF 3"".l:"'RI3lt(:Tt";l3 gL) Tr LCC 0I'J C
gCtmr~ gvrvgtwHT nht h
~ 4 4 r.'l'f!
nhlh rrr ~ 7 V'
v h r', ~ C rr ~
3 5
6 7
f3 9
10 11 1"
13 14 fCfl 17 10 19 hi h3 hk
~ l nS r
rt ~t
'P:
h9 30
'1 1
32 37 J4 7C VJ 36
'1 'l r I hr)
Vrr 7O
~ h i ~
~ h
-3
~ IJ Hni E ECUt')TE TITLE
('LCt ff EC'JE'CER E")J%7E f'I'LE <fhv A '0 82>')
I'ATE PF:0"Rt'f"N~R-JH-78 S i P
Si",0CLUlQ 1rfff:tfttffft':ftffttf!fttttttttt-'.tttttfttttttttttttt:ttt r
~
THIS FILE CC3tTAI33S THE STST"3f EQUATES FCR t
THE LM)J SERUEtlCER 1tffffffftffffftffffffffftttffttttt4tttfttt"ttttttttt t
PU!'LIC FUI'L'C PUI:LIC PUSL:C FL'."LIC FL))'LIC F'U"LIC PLfI'C PL)FLIC FUI '."
PLr)'LIC f'L'IC PU)'LIC PL)
J. )C FRTiCS)FRTIA)FRTIP)FRTIC)PRT'.TL)FFTfTH Pl I 'C )PRTCA)f'i')F?T2'PR)
TL)f'RT2TH F'nT";A1FF'T3 'r r"..'TSC )fRT"t. S fRT4A1PFT4B) PnI!t:1 F RT4tCb Ftt 'v'r'S)CREFAS)CR91'.S)SIAS)LOF)t".."t Sf 1! EAS2)ALLI33 TFJ ".'ASt TCF Ef'hS t T)Cr i'I,". t TCF I.lS t TOSS t 'lLGP LCFl 1 LOF60tAUTOtTtli31)rT
"-."".1TI'3).
pnprr,'r r,n Yh r J..rJ.'lf Jr)StrR i'SI t PSI)CREAPJ!Il'".ESS)FBEnAE)AF)CS)
C" E.f'1 '": CHLtCHSP1"'nTCH)LC4SOr CE333Ll)CCl!Tillfh RGl'O)L1)L")L3)L4)L5)L6)L71L8)L9)LiO)L itL1211.13tL14tLf5 1:Olhfln~ Itt~fh4tttJ)ti6)A7 RO)Fzi.'R )RStR4)RS).6fR7)RS)R9tR10)Rff)Pif2)R13) r14tR15 vr<rr(>. vhr i vrfnn 1n(%
n Vvlrhtnrtitlfnr ~rtrt It) rr H".R"'.)AFE FDRT ASSIGN!!F>ITS 1
1 1
Ff;I!CS fr 't ~ fl
[rr l tl a.
t nt ii)nE 1
Enit E"U 17 EL'U EGL)
I?
J EJ "1
iC0!tTRSL/STATUS 1
~ 7'Il~ )J7 PhNT f I t ~
if CPUT FL'RT 1 '8' rlr 1 T n,'r.
f IC ~
iT:!.ER 3'S 1
)ffftfffbffffffftf f".fftfftffit",fffttttfftttfittttt+tf~tttt+fttttfi-ttt"t J ~
i ~
Cr)
C1
)
I fPThg n 7 r
~ 1'fhe
~ ~ r ~i fnil a VJ 4
~ PhllfQhl /QT r T)'n
~
~
arri %I f.n lip
>1 Ia' I
~
C vl f r<v al'6 87)
El'UAIE f'nSE 2
~
I;I rfaJ S".',!RCE STATE"".l(T r'll0
~ ~ l r,a
~ ~
~ ~ n I'
0(.'".
rl,al '>I v av 1 Wrg>15 Ghh ~
hnQ>>
h000 Cisb? ca Glr{)
Gnash h41'5 hhhQ C
'('5 I
~ ~ v 0 er.n 0tr h i'6tr>0 fr"a I'>>1 1
'> r 1
~ Iv
~
~
~ ~
, ~
I r, >I ~
Cg f Ca Fa at I.L c
n?rn.l a>at RC
~
58 t 59 t ia0 t 61 t
62 t 1
64 RRT3A 65 RRT.'8
'5 ertt3C 67 f'RT":S 68 t 69 i
>5
~
71 t t
73 Frt43 74 Fr t4!t 5 prt4c 76 f't".T-'.CS
'11
~
il t
'l0
>$ $ P+4)v 79 l 80 t 81 i 32 t 83 f n ~
~t 85 f'E"AS 86 C.-".:~'S 3" Cf,"J.'I'IS So S nS 89 LCR 9O n n0i 0] if ~ r>>
0>>
~t 0)
)>n ~ h n>
>> ~ rh ~ I tf n".vvnn c'7 nLLI!!
00 Tl 00 l
~ vh
~t
~ nl
~
r ~
~ rn
~
t
~ r 11 I
~ ~ Q I t
~ > I l r.c
~ nl th>all>0
>v Ilail Ilv Ti ~ I>
t]!!r'JT RXT 0 't'l' ll.III Ohf>T r>
~ tt ~
~ ra>veil>> rnOS 0 Irl I(: 'I Ul l a>aal tTI!l9! LES 2
'tjltico!t 8 2 EB
<.iJ El>'I'l:I I
El"."J
~ V n'I l8 "9
R"-lJICE 3
~ at va f rill EiU eoU E"U iCUTRUT F'i7T 3
'A'QUIt"UT rBT e
'8'CUtPUt Pot't 3 C
lCC!!IRCL/STnTUS 3 33 34 35 RE'J'CE' 1
toachpvt Fort 4 Irt tostFut Fort 4
'b'ootptet port 4 c
- re!IRO <SIRIUS 4 40 41 eau eov eM Er>U 43 VORULE IhRUT RIT REFI!!ITIOUS 010 t(
020hiH G(vent yang
'. hhhl(
nr,f h>I i.Ia I> Cll
'5" JH EnlJ P P IJ Er.U ECUt Ert EC" Pl1I I tF{t L RUILIlI!8 ESS".'!TIhL t'="l!T)L"TIR!
t'CE(IRCll r 08I( ES'"t{I.'R. FILTRATION t CCI'!TR'".'L Rr'Cl( 'J""iF.-LATICn IS iLATI"'!(
)ShFLTi I!!J=CTI J'!
)re" LI.-',";Y Fif"."TE0 - 1 tl'-UX.LIA;lYFE"""'t'l ER " 2 t3(ESEL ('t="!liRtI":.
(.tJ!( 1)I. UT 8>0 ai(l t'IFASHt'Ftl tcffF
. tr C <<t C ~
a
>10 ~ I,
~ ~ ~ ~10 CFOG>>
~r f I>01 lf>0] try
~
~ >,
ia, I t h tilSag>af I 3n(rl tS]
I vlf[ RUI!
F'iI:CfiFI'>S(CRiII" l>'"./.'](rI.i'I 2tC5"ll 0 i'.II
~
'I>
t'aaIJ ErU
'ill Er.J 1 !I ~ I(
1 <<7P "7 I t',. F 7 l' I7 C i':S (t "-'.
(:.i.:L
."...:(
(.:
'I'
~ ~,
a,
(
'7. I?'77
)
~ 't rC f a ~ ~!
~ C
~'
~
ijC>JI f.'.4"I(
t i":T f:EI".."..I!
( ~ h > It r Q ~ ~ ~
~ vv
('5r)!!
alt Ia
~ I 'litV>llilla!
l
~.llil
~ )
r'llvll C h>J 0"(1]H
$PPA$ $ $i$$$ v<krr$$ $7$ $$ $ ($ $'I>>'c r>>$ >>v$ $ $ ~~$ $hv~l,i$$+rN)l<
F
I nt rtf 1 a raa r>>
E <Tt'ITEl'lT I r'I'I LL r r)r( I r, ql C.t v3 hnh't
~ r h 1 03
(.)h7
~ hh a
Ihr.>>
>>V'I;0
~r nhr7
"'" 8ra r h $ Ig I
~
~ 1 PO I C-'.('-'.
h8h I
~ (Ih l r
2L"C4 LitOh ah. ~ rh
'f ~
r.granrr (r'(P9
~ hth rIPlhr 4 Jtt
~ (a !LI>
Car ht)
(at h!
a'L 0'll' t lr ~
!r ~ I
~ a 1 r ~
lrrt
~ rg IÃ 111 112 113 1! 'I
~ !L t J
'l6 117 118 Il<
120
~ ? ~L
~ aI L
~ 17 L
~
aalu L'
lh I"s
~ a1'I L
I
~ ale L
~
131
~ 71 I>>
't lrtr at 17/,
137 138 1 7CI I-'.9
~ I ~
Laa '
1'
$3 I-'.6
'l7 110 1'I'7 I'1 ICf
>r ~'I
~rr L
aIrfr lra.
~ I t!
1 r ~
t,rrr I
L' r
~
a El IJ
~ "J E.'J F.";J
~ r all lf a,i 11 a ~ a arh!H t I'-'cT f=-:"';I, (J,Cc"L 6 l "F
",CR START S'"llAL)
~ I>()
!II Ec L (":i':R'!T(R 8" I'INER IiIFL',T ( iCI'ULE Itif'UT) f I
I f
A">0 t
cUITCH IHPUT I':T IcEFlllf1TI".'lS E
f1 I I 01(12 tAUTO/I"ri"JA-!ITCH((nYIIIHt1..(PI)TO) faELAY R TUR.l Il!PUT IIIT I!EFIHITICl}S t Ct ..t ri >>I I rC ~ ~'lI Ia ~ 1! J C C ta L'J rt F"-.- fa>>V LC I, >>h Ac CS Ec I I CCO rrrrCI I t rraaa CLTa H >."" P'> ar 0'0" H h? a7? Il 1CPJTH 2('0JH Phh?! l " ') rl t> )) ~ aJ 011:l)H 08(>-:H 1(l".-'.H 21)(I.IIH I 'I(J.IH nr,plfg IIL'll 'll grUI fnil"r EfU g /IIf'r EOIJ EOU I IaaJ CA!! C 1IJ g hlJ P I\\U util I g I><< EOJ EIIIJ fHIIIH PR SP Rc. cAFETY IN.'CCTIO}l PU}J'LIU f'PEcC".:,E Sl'IFETY Il(JEECTICll PL'."iP !CCllTR"L R'l} E:-:F}ffirLA'rJ f'I'TESEL CEl:E>;I'.T".R E SBITII',L EX}l'IUST FA}l !FUEL I'O':P.'!:3 E cQ!}TIAL EX';"!>ST FAN ES..>>T"'.""." t':: O'TER PU f'I>ATTERY Cft IRCER 'f-'.81) VI.LT LOr'3 CEllTER IRK(.:E'ER t CONTt'I!II.".r}IT li",.'}I'ILACU P..'.IHISSI're. lll0.",lL1L CHILLER LIGHT C!".J EflU Ef:,U EO!J EPJ E".U f".-3EnS (F!'.L."JILI'il:.SI E:cE}}TI',LUE}lT!LATIOll) tfREFAS ('".;Il'. C> FOOH E".;.= T;,'L jfLTPI'fTlr'I}) fLPiAS (LC( llTI Inert'.EllT F UFGE 1$'MIQl}) ~ I fff tLta ta>>T IA>JTO TE-:I FATL f a ??af I ??? f'CF.'2I;S ((;:ITP,:L F.'OCl} '('El; >LATI' '".."'TICN) c'ccTY !' ~ T fT'Tt ! ~ cl: fL) ~ f >>ta Lf a (I >aaag >I>> f a I I' ~ i<<II I I' r ~ ~ I' I ta ~ ~ ~ (,l(a!H r.::"-.>> LL'f~ ~ ~ } c,a ~ ra a at Cft'2> >> aalit11 I rll~ I!tttfI>I lfr.a'raaa ~ f "5~t;>Pk5k'>Ikt!7! ktltTfkkk$$klg~ "t+Lttg4P~Lg~~+~"f~~+"'tQt+~f*".ACf8 t OJT?UT 1!IT !IEFIl!ITI".!lS a I ) (I";".}l L'l2i(H (!.'.I".6> ~ ~ L3 0>>a paJ Lt )fr'(:.H I r 21', I'.I.(ll> I t C. Il ~h h ~ I I 'J I..tr 1r S'rft Chl> 8ht 'Il ES'IJ (;1(J1II C'>ll r 7(!IJ ~ a It C'Jla f > ln E'FJ L ~ 1 EraJ Ll" F'1 J L13 E(fJ L.I rh<< 'I !L CIJ ~
- ~
~ r rl ~ < ah J ~ ee <) la ~ 1 'are ~lrl r sr el i c. f nOT. l n J I n4 .">>"Je'RCE STATEi'."HT r ~ J Jsash7 ~ r 1 r rv p ~ ~ 7 r 'a ~ lhJ,>>s J J ~ r In]h< Or<>> s h I tst ~ 0".."7 ~ ITh I 1 r'J7 Of<hi Cash ~ s ~ ~ I hl.'.C heaC ~ 1 ~ /AC Jh)C 8";)5 I TC I 1') Il I ! t) )Vl ~.1 J ~ r ~ >r)
- f. I
]7P 1 '7>> < '17 ~ I <'7S ~ <<<) l ~ ~ 'S') ]8] ~ C") rv 11;3 1 Tt5 ~ s)5 ]$7 ~ hQ Jvr ~ ra Q i>> ~ ]9'92 f07 ]9-'. ]94 '('6 v I r ~ ~ I' A3 I'l4 I C'r n5 f 1 t P,f n') R3 P5 I'.'5 RS F9 P,'.0 Fi)) P ~ rl R]3 F 1-'. Plc t r,,l ~ E;.! 1 r1'I'4 r:.'i EOIJ Enii pre Ofe)3H hsai)7$ rrersese ('703 H (b)3<H ihh3H nt.h3) -'.h03H f.'X3H RELAY CJTPUT PIT 9EFIHITIO!lS E" <J EnlJ E";.U E"U E" J Egl I r IIJ EhlJ EGU Eh iJ EPli EOU Et'tJ Eh!i ECU 0'107H 0207H 0-'.04H (:rr'01N it)0>>'.H J.OO'H 7 J07H 8007H 0105H OzO l 0705H Orral I ferrrH "005H 4T.O'll 800'CH $ HP SI )L? SI 'tC;..E PU lf'" ESS'(EYArU) )F: r E'JJnF<J 1 <ii ICc h 1 I tv< ea s)ECP lE."-S CHL 'tCHS P t".IAT CH t420 LC 1 Crt'4 )'CC!IT U)OP, ~ Ierlta CLtl C'JTPJT I:IT T<EFIIIITIGHS i(el'rL 1 nfis v>IClhiVR ~ I'll', g ge 'epi>>l ~ TCn le sv'i. v) niuiisilvin I trta 1 II'I'I IJ<s'I <Veilsiii i via r ~ i Per 1 I) ~ <r. II'.Ii~ er A I erii eclhl IKn]C'T".R )STI'ILL QPe OSITE TRT'<IH tJe(einJHCInTO:I (I ~ h g t)p h ~ ('"';5 rlr'Ih ~ Ir r') ~ Q7 ]CS ~ Jig S) ~ >>l,) raJif P,JI S) 2(13 "0$ rsP l5 l T, I P~ 'T'T.lrls 1 nri] LCP50 THOT' l El)!i pn ~ IJ Ehl1 EJtlJ r(U E Ti 02rusH hi,hrsH (S.CJ H nhwgH t':3 PQl FST PULSE LIl'E ':!i Il.E<. TEST FU>>']ilE tLCI' c"'C PUL )L'Lr 51) SEC C-F-.'ELIIY CJTf'UT ')HI;".'LE TEST P.~.SE LlltE 1 ll ~ I A '..)3 I h+r ~ I ~ ~ 1 ~ h>> re., ~ 11 ~ ~ ~ ) ~ sa g ~ ~ I I'I ~ r ~ r Ih ~ 'el ~ ~ )h ea JIgeae)< C v s ~ I'v') 'I hl J>>a I n Oirr ~ ~ Ih )I r3 n r ir, ~ I';I'e7 II <'vr t'I 0!03 ~ ~ /' I rr ~ ~ h>>%7 C ~ ' ~ ~ s.l I I fi'ITA A I ri li is,re>> ~ n 1 ls ~I l':C:i'! Lh IC ~ r I Pr I e I <<) 'I ~ e ~ ~ f'i;I" A 0103 I sl >>e hi< ~I I 0 70)7 I'< E'a'". A ":fh-'. I {ar!aef P l>> ~ h ~ I'i e'. I
- I 'I sJ I 1<3 f.;(IS2 1" I I eji<
L1 1 1 1 <) T<f , 'l P Is "T"
- r
Q 'I r) P ~ P J>> I ~ r ~ ~ ~ ~ ~ r a.l ~ )el ~ hh,>> I ~ ~ P f' f ]0 L3 I ~ Il ~
I r>hs) n J.Ir h 6 ".;!i'i 1 ~li4 (,"ll;" 11] l;l l::P ( ~ P ~ a Ivvr l el I<'I A '.".O2 0>>h I h n < IJi ~ r() II I' t r ~ a) ia l ~ C n rr'r (I ( A5 nil'<TCH Cc F WPIIr5 LIri I C 14 Lt,al r" 'ss 1 ~ I ~ ~ lv FP IC'(7" A 'itis)3 .)7 s%3 n ) r".1 J-I) ~ ~ I r ~ ~ ra I'I ~ V I ~r ~ ~ ~ h ~ ~ ~ irl, ~<<,, u<<v f':: 1 ~ r < r Alu>><<1>><< ~ ~ ~ ~ r <'ni ~ n'v v !<<3 ~ ~I Trh>> I '< I I t u'l< ~ I ~ i(a I>> u ~ ~ l ~ h ~;ih I Ivtnn i}"' ri A 6."": ~ 'I" ~ hr pf hl I >>}Aa T:"".F. A vhrr h v<<< ll 0< t>> ~ <<<<<A g ( <f,5 ("06 0'f'I) f>> < f 'i Fn lr\\p XCCC:,A 4 0"04 Al 040-'. A 1"".'1 A 6600 R}9 Tf."-E<,'A <}Ih I ~ V <<'J A 0~04 A Ov05 P.4 A 1'.04 Tr< ~if' (Iih] T".ilP A f700 f:12 Rr A }005 A 2".(<4 A 0201 'i 2001 rutrrll<<l <;}'u,hi Q ilrht>> Qv'h, il 7 v v ~ \\ ~ v J AO h A' I n rrt,u<f I <7 A I ~ I I A I I r>>&<I} I 4' l ll PPt}t<< l ~l.ithtl A I I ~ I I t ' <<.6 n , TCV'ar'. r. ~ ~ ~'v ~ n >> hh7 v ~ ~ >>It 0 I C<<hhl 1'hi r,ht ~ ~ h ~ A ' f ,h.h< V hh' } ~ <<Ih u ~ ~ I ~ 1 I 1<<<t ~"<<I A< nA Af r 1I >>>> Q f.rrr Jv'vuv KPSI L7 ~ prt I Mk f'RT}TL f'"3-' [T ~rr R11 R7 TI'<":B
- n. r<<.A n C"')3 7P 17 A h ~ hA A 0203 A /Ahab A fC'4 A OMI}
I ting';=.'04 ( (ihhg A1 nIFAS} Cu lTII tir,t ) re LO L}5 LS IlhhPI L t r,T<<<A PITT7 I} l ~ C'} R3 P,',lh X2CC A 0403 A 2000 A 4001 A 6000 A n}h0 A 8<)(} h}>>h} n 8004 '0!> A C021 A 0!04 A Elhi A 0105 A C'06 A 0600 A3 A 0803 CREAFJ A 040( ECll A Sii03 Ll A 0200 L2 A 0400 LP A 020} f'RT}A A C:I}1 PPT23 A C01A PRi C A G022 R' 0"04 R2 0104 RP A ('2C}< TNSS A 1CC} X4CCAA A 6600 A4 ALLIS} Ce.EFAS ESP L}0 L3 LC4."0 F'RT< 9 PRT 'C PRT"CS R}0 R3 ci4S Tfi VA XXX A 1003 A FFCO A 0200 A G104 A 0101 A 0309 A 1C04 A 0912 A 00}B A 0023 A 0405 A 08n4 Al (F00 A C}0} A 4001 45 A 2C03 O'JTO A 0102 C-".')IAS A 0',00 ESS".H. A 0204 Lil A (CO} L4 n 1(00 Ln'r 'AChTO FRT1C A C')13 PRT2CS A 0010 PRT4n( f.'1' CS05u R4 A 1004 TCPI<IS A C 101 TCRP A E700 I<<QTr<< CS Fl>>Ec'AS L}2 L5 LC"2 FRT}CS PRT2 tI PRT47u RD R5 TCCEFA TLCP A 4003 A C804 A 4(03 A 0200 A }091 A 2v00 In 0406 A 0}>20 n 00}D A 0029 5 }003 2004 A 0201 Ai 2001 1 ~ ~, lr~. et 'l ~ 'I~'ll A A7 ~ ~ A ~rn AC I J I tl, F "..1 I II I II I ~ Al.tn LT I 'J I, ~ ) leg C ' ne r ~ r n<<ITI) 'I'I ~ e I,~ Ief.<< ~ I e ~<< Ie ~, ~ 'n 'eg Lr I' ee (I, C$ kR".ll I iell I I'<< rn: ~ ~ Vr re I ~ ec Vi F::. '<<i.ll~ li.'$1 I" V I1 I ~ IL ~ I I ~ $ I I I <<3 I L:J L" L3 L-'. Lc L'. <<q LC ':.) L:.J IC,p+~ ~ ~ I r.'. 1L I VI I en i e ~ q
- (. i<<
"JT'; S ~I/ 5 aC 4 e7 19 ~IA I.'I 1 ~ 1C nel << I C 'I n ~ A'I 19 n7 Aa; 13 1C 1C'c <<J <<C' nc AJ nc <<J 1C <<J e.J +jC <<J eL I1 21 1 c'C 4 1<< 1J ~ 'C ~ ~ l T 1 ~.' ~ r 1 ~ ("f <<rn AC a >T ~ << ~ I t ~ ~ ( ~ I ~ ee( C T QP f 9' 1'I <'32f 17-'.f <<7<< f 1";.f 117el Ie ( T (.'(" gn7f ~ ~ e A IIlt 122'lf f ~ <<r f ~ 7nf 13i A 8"f 11 c 1 JT 11;f $ I lf 1c(a SCCA 1J".I' C71 rJe't 1$ 3f 1 c/gC 1-'.5f 1 I 1-'Sf ~ I C 4'I( t <<CPC T ~ $ ~, lr I 1c<c 1'";t ~"(f ,nf <<<+f ~ e ~. 'I., I <<7$ I Tb Q ~ nq nc (LI 97 97 97 95, 97 98 95'7 9n 96 97 98 9'7 N Is<< r ~ 'y ~ YI f ..Il IJTl]i fCT1<< f<<sytl<< C ~ f'F'T;: f"T" II II( butyl I ~,I ll F"':71 i P hy7I<< ~ r I
- cT3ra f'F
- T-'.t f
F,, T ~ ls f <<T ~ Cl f::: ns R}p II}} fl}h. ~ <<$ $ f:}t II~ C r.." Q <<.I ,, f,'! f:7 FIS C<<C v:I TCF'}I'S Tr:;f T"R",rh yrlr,y I Js ~ TVJJJ T << Ia TG.: f'L2 T,"'C"; Ã AA vl r I. VIIrE ~ TT7 ~ I ~ C s J I }I, }0 }5 17 17 17l 1". ]a ]a 11I h7 27 21 h I 27 II7 ~ I 11 I.I h7 I7 h'I ~,I I.I 17 h7 }0 2P hP hl 21 2P 2l'h PV 2P 2S h3 1}."tt Ig C 'IIr. ,vy C'. C C.s) C 'l c7] C'. (( My" 6" yt 'I!k !7$ 17$ 7-'.k / V~t ]?W ]?,t }nay }8?k ]re] }Y~t }":if }7P c 17:L }".Cf }S}0 }8:k ]Q I. }CIA }pri. t<<h g }0?0 }pcl ]<<Pily I)Ol 1 "cat }Otk 0,] 1{} 2IKf s6] CI<<I<<s<<f f P t ~ 0 I ~ I I I I I ]h Ig 2 fooffIII ~ ~ ~ GI e', 1 ~ ~ e I T ~ I'rer ~ I ~ I'I f C ~ I l r Ierf t.e ~ I ~ ~II ~ tl~ ~ l ~ I, eel ) Ie ' sf er:.I ~ i."JfCT ~ I I ~ II'JI ~ e I'I If hl. e liifi4ef I I.inc 'I ~ I J ~ ) ISip' l 8085i" OSJJC HACRO AS"DKLERr V2I0 Sl l'i".GE 'CC CBJ ScQ SOURCE STr'.TEHI.!lT ~ i-505 Ohht ('!I')? r.".Jf3 (IO: E'r. l Ohe.f COIO
- IA':5"J(
p'I ~ I Ielgih5 70 II'We e IIIIPI 'I.'I CISI TO 7: CA3=.v) C 3 ~ I ~I 5 I 6 I' f 8 l 10 I'li IJ 13 14 16 1? ) 18 I 20 I cc, I rI7 ~ see I 24 I 1C ~ 2J 26 t 11 ~I 28 t 1P ~ 30 l 31 I 32 Sii 37 34 7c eI el 71rl 33 3ff ~ r. 41 f ~ 1 ~I 43 I'i TITLE ('Sl - TATE 1 Pf(C SSOi (18-AIIG 8 KiEl Te 1e, Iire Ce AiticI 11-JAH-?e Si Pi S)ICSLfJ'lD PUBLIC Si EXT"-.H EXfRit EXTRH E'(TIIJl EXTR)! EXTRH HOI,"; TY;E HCVT SUSP SI.ASILGPttIOBKR TGRP S TBITSTBrIBtlfTERHtG EGICLRBISTGP A? 1 AII e"121A1 fAO LOPFL6 CSEG STATE 1 F".,rJCESSOIR HOBULE 1 CHECKS I!lPU'S FOR CH".IlOE CF ST'TE NlD SET I"OBE TO I!tf'UT COllGITICitSI ", IF )HT IH tlODE 0 THEH RUH SEQUEtlCE,", LBA OA I7 . J KR J'I J7 Blep eI Hlc"E A tl0 Ai Hl H2 A ti3 '16ET HOBE fHOI.'E 0 ? IYESr U!P fte'.IBE 1 ? ~ Vrh Iil el p I if; t JI'e ~ ilf)I~ 1 YES JiJ.".: I'YF.SI JUMP EXIT!ZDE 4 CH ti Vi JTI IE E'lTEP EERY 2'0 HILLI-SECGlluSI PERrORHS TH-FO'GUItl6 r ~ ~ w ~ + ~IIr (..'i'
- r. e) ~ Ie I', ~ h hire rh he
~ ~ I r q el ) rl. I. ~ ~ I C E E E C IC 'Ia 45 41 ~ Q 4G CO ci C1 Je. LXI O'LL L".I C'.LL ~e J'lIL Lin ~e.ll E)A3 CEifi l feleeiJ I pl.' CCT Lr he L.e A fE"ET eTUPil l'l l"'C 4 "'.IC;ITG"- CCT" 'iei 'T'fTit Pl eeleL ~'lrl e ~, fI J1 ee 'Lf', C OC t. "1 Stril I OIt Si iri3E CM.'liPP PIPl (t 1
- t. rqcg
'4 '1 l ('"')') A'lwrtA r'. IP Il'>> 'r'A ~ T A A. ~r i'I 1 c IIA P.PC ~ )y 5e At,tgei Pl'At JI,W I Arrpp CSF."<., r ACT ~ I ripe A 11 Ci1'C i (I'f50 ill,'63 (')55 APitA st"C 00 I ti 0'70 00"' 'r l 01 Aretlei Jl 1 ~ y (t At AT AAr.n ieA'V '0 v DrFCIi e CAt.'I I Iiy s IiI Ci-r." ~ Pe Peg ~ t AJA '1 'Cl' V I'I PPeite 1 ~tvr "I C"-E" I r.n-( ht>> slit 0r rre Cttr 111 sii AJCQ I Ct '1 ~ ei re0t rl ~etr 'I ) Alt.rlA) (.'. II0 tet A (C, s'l r ~ ~ I ts e Lrr( ', C. } PA ACer ~ I AtTee.C E c E E c ie E, C E E C C E E E E C E C Ic \\e C E E E cI C cE; c3 C ~ Cr C ~ C 1 C3 59 50 61 51 53 5$ 5S 55 67 53 I0 7A 72 7 '1 I '1 tet IS ~'1II '19 80 Ci 82 g3 3'1 85 85 87 ":S 89 >0 91 9g 9= Q ~ ~ v 9'1 93 99 ~,eA,) 1 "1 te3I ~ r r 11et ~ lie, ~ 'IJ J,,es ~ 1 IlI 'l...i 1 v'I J2J}T'rT.~I f,~ l EXIT t',Gr;.- 3 . }r (FG'JTjllE LXI CkL LXiI CC.LL il}T LI't} I'll\\ J2 LXI CnLL J'1 selF Pe+A c=Ti~ TSTF FEcET Lrig FLG Ii RESET I >Pe'r'R Ci'..ECli iT'JR}i Cll tl0'E 3 I}}91CnTCR rS"FETY Il}JECTIDll "-IGll'L Qll ? iYCSr JVP rLCSS ('F F".:!!ER CYCLE Clt? itlOr JK;F r ttel r J%'le iCT}l"FiU1 '" EXIT t 1 EXIT t!O'E ". Cii:Cti RCUTIi!E L"'I (ALL 1 VT 1 AA CI'.LL lT Ale LM CRA J2 LXI C;.LIL JW FrAf cr TF. I:. SIAS TSTF RECET L('FFLG i} RE'."T Eric"tR TS)3 F."ScT 17>!RH Ct! t};1K" 2 I}19ICIlTCR iS'FETY Ill'ECTIGll SI"!lAL C!t ? ftiI)f A L'LCSS Q." F"!.'ER CYCLE Cll? it:.Or J"tl? ili:ESEL ( l:ERI',TGR I:REAl'ER SIGll"L Ctt? J ~ OTic eilllct P?IT EXIT t!A'E.'}l CK.RCCTI}!E L.ii ( el Lvt C".LL J Lfe A 0:iA I ~ ~ ~ t1CT> l',1 Sll.S TST Q Lr,"rr G A 11 (1:eri'T".Rll 6:.l r'.IJ'."= 1 It!T'ICPtTCR ic.'.cETY Itl ':.CTI('t Siu'1".L Cll ? 1 ll!3l VU." ~ LCi, S C }' ei tilt'1' 1 rti 'r 'e: i'I".c",I'Sr ('..c'."'r C":."INST I'."..il.>1r ';FI'S2r ICFv'll 0:t? ~ "crete 'fC 14 1:C f':1 .'CT}'R'rlSE Cii""!l tlC 'E ~ I I ICI) J J,P ~ ~ I r' . ~ ~ ~ P r E r 10. 1P,P rcc l')6 1 n'7 ~ 'A e I ~.rT ~ ~ ~ f': L C'.1't ~ I Iti ~ I I IC ~ <,'c 1" 1; Tg l;A Is.tr, f ~ ~ ~ v I~ ~, is atl r' ~I ~,lh h)aa AOE r t 1f')t ia ~ v ta ~ J "C - ~ "r~'s-ST fhs rl ~ hrth P ' 'tl I As.la ~ fah ah rf hh.Q htt ~ rt C1 h(as<< <t h la s r I 11C I'l l }fan i<<3 l1 115 Vsa I I ~ ~ ~ I Vt I 'Il Cr'.LL J F..S:AS TS73 tS.-'.FETT IllJECTIO!1 SI'"!I~At'll ? l:vft tlaibt il Or<7 ,ArhPIAt t,hs 5 f,'I (asl l1 E 115 117 1'8 11) C.'"1 ~ 1a7 ~t l'3 ELK l'.OI'E 3 GR 4 Ci!EC; MTIllE LM h A J!2 El!TER lm.E c u!~C" r;cJT'.l:E LOFFLG II tLOSS OF Pv'>>EP. SIillt'.L O!l ? lICO tfESt O'JAP ahh ~ st C< CIAarlh pr,r.q fAg prh err.7 la ~ Ph7f Vs l tv/ Ch~f 1'P7 fhi't "7"~'P r i p r,rvp h, ~ p AIrlg CrE ~,rhP O'I..) fh:,'IP Qhr I ~ g, Ps'i I l ~ (C! ".C.':":00 I'Iah 't ~ (" i i..'iv as F . r.h rsf rr. I Ih4 E C E V 1"7 1 sat'" 5 ~ 1 I A I 171 133 1B 135 17 '37 ~ 7tl lat J 13? 140 ~ ~ t l1 a 1 ~ 1 1'<3 ~ I ~ ~ s t'>>'-'.7 1-:? 1 '<t A t It)h I I ~ SA ~ LYJ CnLL ~ts L'riI li"I S SIP I't Tohhr TSTP CF:CK r:t,"3 gtg 0!'i":E HACH.'..!I";E TO ilOIE 4 E! TER Vi0'"E 3 CllECll PZJTI!:E L"I Cs" L J7. LYI IIIII Bt NE"lR TSTs iDI":EL CEtlEf'".TOR I'".l'ER Gll ? faf ~ tall ~ ta \\ I) atsl ~.I'sa tst'st Jdasa tAIst II Ot3 CHr'll"E fCli'.ll."E TO 'lphiE 3 Ei'!TER ili~<7E 1 OR 2 CE=Cls r-.o'JiillE LL'IO >>II.,A J LO"FLC rt tL.""S '.." P""."-P. SIC!'t",Cll. PJ t lip J" tl"D f "'"E " Clt"C" lt"JI'lI'i FIE<<a."t CREFASt er..'I",St t'IFAS1 '.".(S".t I'.$'Ui,'l,' ~ c' ~ r hs 3 fi rat'hP r n r>-i~ r ~ \\ ~ ~ 7 I, ~ r a I I 'ash n C 1.3 ~ I ~1 ~I'l t>>J ~ '.b sr1 SJ Lvt l7 >>I I Yt l.h I t<<alt ~ ~ sl II,I I,l Ts"tt ~ r 7"I I ha " t s Tf 1 t 'll'f'sa <<alt "AL C'll <<a ' I ls d.Ai fl'","OE s ~ i P ~ r ~ LGC'::-J CICel IO L ~ ~ ('i: l< r e pr Gir S 0(FB GG.B e hhhh) LL.I'l ~ 7A >>e, ~ ar 7 q'reG iehQCC)P .~OF nlnhr p FE 3AGGn0 GI <1 r,trl') rlhf 0':: C30000 eh ~ ' hregh ~ 7e iV~ L4 7 ~ h ~ P 457 155 ~ C'57 E !58 1'7 E 120 E 171 172 E 1" 1".5 E 17. -175 177 170 $70 E 130 1 c$ f IV) E 103 In~ 10S 185 1 M ~ I C'c!MlG l I Iei I ~ ~ 4 0)AG CIILL L'r.li ll '\\ STA ]e ~ I I ?V)I CT' e Ir< LXI Q ~ I ei."e r STP AI:< lnh>> lrrl't crTP A>-1 IP)itS H,n "LtIT c.fT TD ST6c" (l:I".i!UAL) STATE c SET.tl9";E I I".",ll H ler~cf Ill'I":)TIN ~ [ecnr>> Uh Iie eIT II)7 I'r",EEET "ii'ISIS. CC'='lOOi CCl5PI EhIT L";A CII2 ~ill tiGIIE A GS=9 TEF.5 t TEST liGI'E !C:.'L 0"TPUT F'..".".=".:C=," IF rlOT tlni'E 0 ~ (, '[e I hvflI>. I. cTI, >> I~ T"~ S '~" Ir" 8" ~ I'"c I"'" "" "'""" 0 T3 fit;I Ih c'I7cghl S le ~ C PG'e ~ Eh: .~ 'lelL a e ~ ~ ~ J S Ai Ighii E hrlrq Lrw g C ~ C P rrrh r The >>eall>> iv'aG E GCGG E 0000 E GJi) A2 E 0000 I i~hFLG E Gn"> SL'.SP' C r'00 A3 tlci/T TERi'I E GGGG E ('~00 E ('.7) A7 Iin r I ~'"JE TG.':F' iiGGG E 0000 E (000 CLP3 0".EO E GG'r0 E (I"'0 f (0.)0 I'GcllR E Gl'."0 TYPE E 0000 L~"=.r. II0 I"..G D."-:0 TEe,l ~ QVIeeeCel C ~ I ~ e~IC 7 E6 00 r rlhrl C 0".;C E ("."') r.r e.le vie'4 hl IIk rier e ~ 'ej d>> I I 'rY GrG) E 0".00 C rGES C 0"'Cf E Gi)0 II2 'I ~ IC Je I ti1 S1 TST3 E 0000 E (".)) C (I~c C G" .i E l.h e) Ii3 Ilel ~:C, T0 TYc"'E E GG".0 E '.;.'0 C Gi:7 E(') E vr>'IG A7 LCPFLG PI. SIAS E GG",) C G).S E 0" 0 C"I'Ih'c eIG 'lie ItT ST 0.". r he Ie le%'L9 C 0."PA E 0';I'0 E ')vL) D"'C" tIG'g tIOl'IE SUSP Cr".E E Gwieip E (r'00 ~ Q C ~ >> I'l ~ Vll( ~ I' ~ I ~ CIr IC IJ ~ C 15 lc 13'f I'II' I I.'I'.I ~ >> add 156 1:9 ~ >>I) I ~ ti3 Sn 1 f<'.$ fAn f'fTI CC-Inf.t. iJJ 1vvt I'j a I, f C(al 'Cr F'.8 VJt V fit( I ~l V.TT>> ~ ~ ' V II.TTJ Ii~
- Io t'I" V'g ITJ I,'>>IIT
~', I~ Il ~ C:-9 CC(cT C> Wl (I\\r it;) r. ~ I ~ ~ 12 ~ TI rI( l.' "1 fi4 118 36 1 ~i ~ 1i 14 14 I7i 11 14 f7 14li ~ 17 iiv c0 I 1 ~I) n",i 71) C 32 182 CTI 46 41 168 10 >>'J7 c3 43 105 35 1;"5 iJ3 82 98 119 146 170 180 c5 32k 63 65 63 71 78 94 171 79 95 112 81 84 87 97 1041 li 12J C'lf1 64 70 80 85 96 ff3 127 137 154 Cf".OSS REFEF."t!'".E C".lFi.ETE n( I qr rti(l TJ
- lktkffff ".t "T 19
~ J ~ ~ ~ ~ ~ ' ~ 'ssrl I ~ <<nt strlt ~ ', ~ ~I',ll <<7!I T s ~ sr v} c I,rsc + tilts ~ T,'I ~ \\ II isd'J sl I ~ Il.<<J I s,), I."sd ~ <<I. ~ ~ 'svslnLL ~ dd>>) a'st ns>>F s.s'v !'( ~ sis s ~ li)~ I r l ) ss Is J(+>>'TALL FACE 1 r>> rl Gv ~ VIVY "-r">>CE 7 -"'-'}IT l!.-'iiE TIT'TI".LL ( ILr TI,'i. I. p STAIJ T, }FCT}.,'GGIC <13 AUIG-G2, ') s 5 7 DATEI '1-nli-7G SI Pl SlZGLL'ID nss<<g nnr sh sl ~ ~ nnr C gnn<<, ~ If <<srs!} \\ ~ s' ~ ~ >>( I' ~ 1<<sr..n In'L' sl D n1<< 1 7II wc-'.4 Gh() C-IlI'., I ~ I. CVs'd <<CJ E G 20 11 12 1} 14 1s <<C 17 18 Iy 11 1 I ce 21 1C est ~I5 27 28 I ~ I STA'l f'UtLIC STnLL D!R)l tTSTALL:SFISL",!L13TSD".rCLfi'tA7 CSEG ST!'.LL DETEI Qi RCUTI}!E ?USH f'USH PU.SH LI.I LDA 0?A BIZ )i t".I'Ii(: PEGIS}Ef S D H DISLf'tGET ADD.";.SS GF LG'3". FLAu HTTSTALL Sf tCET ST}ILL S!nTE Fl.nG A ilS CITI" R S'ST H RKIHI)lG? ST1( 1 YES} Jn'}? THIS ECT Lsl E.'EXECUTED ri)~~till GTsssER SYSTEH STnLLED ~ t))}i) (nl fans g (:s}0 ( if s sl hh IS I ~
- 31. l}rsi) 1 I'
h ~ t ".CA hh 'I ( 4'. hlhlh 'Il h0'>>'>> 1 tih ~ >>I J ~ {ah ~ii'v h '<<c'0 hhC'1 ricg ~ I ~ 'ibt ~ h<< 'j Ch'I ~ n C ~ 3i.3 rt ICrlt v<<' 'I ~ <<~ >> 1 hg 'ihhhr It J >>1 1 hIC";(0 rt00;h h'h.h ~ f .':;.I hrhtt L<<v I (ht <<Ei I IIII tli h hl'I<< il~vl hr:.:,;t C9 ('(!: 0<< ~ P CC'J "..'(If(') ( << ~ ~ I ~ 7} I ~ (04 I,Q5II00 ~ ~ E E C II i>> E C C E E C E LCI CI'LL LXE. Cl'iLL
- 610 h."g'f 35 Ilh ~ h II \\I ~ '<<h i ~ 17 v<<VIIQJ
60 61 61 l 3 65 55 6' Jl 6S i[9 70 7<< I I P I I I J 't 1 I II 1'I I I 7B 79 ({0 81 g1 83 P1 I>>5 Pj6 07 u J ny np 93 9$ hc ?5 Q1 QO 'TI:"-'( Oc S "L 'ECHE ( "L "'PP T"")') PIA7 I'tL'.-tf. OFF STALL (irtOSITE Tf{AIIHFliIJ!iCIATOR Ig nhi ll')I At0 TAX rB )('I'I H t 5 fiQ ST10 l"l"'"L0"" FL'6 fcET TIHER TO 16 () SEC.) BEFC;.;E Ml)KIJhU P.'."";CESSOR 1 C? H ST90 Afl B H18 F"P <<1 III ~ hdLli ST10 rhl CIJ A10 Sc P1L13 C ~I Iv IttA7 SETB r.l n a'itl rI? IJ"";Q IF STI"LL R"ONE)'6 lVPE HI)I C",LL J? S'I'I Illi! S'hI CALL L.11 CAt L i.ET L03i( FLAS ~ CPT TI)i<<Q ?Q Q ~ (IP ~ I) ~'It) C '<<Jh <<IIC IQIIUT i 'L,"i.". IF Sr!'z AS STr;lEB (EX!T) ~ << ~ ~ I II(nUT lilt I tS T STI'ILL IH 'ICA tIR (tel)T RJN)IIil6) ST<0l PTL'hi 3 ISSUE STIILL ALAIIH (LIGiJIT) 1 TURii Ce ~ STAI.L Oi PGSITE TRAIH fiiiiUIC'EATGR t 1 1 ST90l CC.'Z"M EXIT f'I}'" H QhQ B f'CI' RET 1 1 1 Pc?,c)>>'~pf>>IP$ $:,j<<'$$ $ >>,$ X.">>zPI>>I$c>>ADA+p+P$tl,i'g<<$g 1 1 RDi! H 1 1 fI.=I'tB !lit'UT I.HB It 'XI RIH I'E:'.('!i:UT I!ITO.IT 7 1<<I'I i>>l. ii CK"'/Pc "ITH STCREB ti'I"LUE r h? IIQ 1(0 1::l 1'J3 ~ ~ II~ I th J I ~ ~ I'>> ~ii I I' ~ ., i"<~l I a>z>L g nap y>yt ><r(n <T<) L l., TE~T<~ ~' t >TC (1P. ~~I 0 g) C 1 c r 0 F~ "4 rs y E P~rg ~ 0 L13 E 0)'0 SETS E 00)0 eiF E iX') SLEV F. &~t".) O' E "000 ~ gS'0 "0 +Teal L C PP '0,) L13 E V.'0 f'"~)CIA C ST20 C 003F ST30 C 09-'.? ccTO SI40 E (";0 SF E 0".00 SLAV E 0000 C (02 ST"0 C!0SE STV0 C 0';ID 55 19k CCA"-S f,EF t'7. CC"P I" LCC 0 J gt.' r 1 W> I h &<V>t f + I5 (.f.l. h fi~ r'",,I; ha ~\\ ~ f>I, QG '>at la r,5GG 60
- i. 7 I, ~1 rc>>v t5 C'r ry Ch I
3 4 at 5 7 0 8 11 13 15 15 1 a 10 19 2G 11 nn ~ 4 23 n> ne n5 2? 20 29 3G 71 33 14 i 7n 39 '0 ~ I 1 ~ at ~ gE T> TLC C I 1 1 t t P)I'-LIC PU"LIC 1 1 ~ II +'4 t+ b$ a'I'f>a 1 1 1 1 1 1 a a> IL> 1 k ~s'"$ TT CI r"~; 1 1 1 l +7> P I>AI>rl Esa ~ '.I-~ t ~ I'A:E) I G IAa', P, S.;eCLu:;."i EYIRi) 0 ')it ~!)tlLliÃtNCLITYFE Eil'I,lftf,~tTcTL' l.l"'I "'I' "T'f'"-EG ) ".12~.", P)~P,'i?1P'?1I?xk,'~gt) tjt4) IH 0"TPIJT SIT )lAP Lt?0l) E" -"Yt B-,'EG = I:IT PA TEPI'-REO = if.."ET Il!'.0 Ul) (OJ'PIJT I'IT )>4?) 1 SAI)E R";GISTE".;"" V"".H II PU'5H H LY.I Hl G'='H kiQ'.1 4 Ill 't)I I'II) 140 ".;A H t "".614 Pe? H ah PET I";rT "'I 'IH 00TPUT TAELE ,'>it),t,t"? > tlg )t > 1 5 1j < t $ IfP.'k')t ) 1'gee I 1T .," t:!Tna'IIT )<yC Ll"")) Eall'Y a C-'" =."":"'..': '.. I': Ph ~ h h'"""" =):fry - "-"~;r'; EU!"0'.~lil..iS ".:-'06-P~D') ~ ~ f ~ ~ f))7 fC'c ~ C'> ~ 7 ~ Q ~ 0 ~:>$ c' l n 1 >I g ~ L.." a I )I i i h ~ ~ II'.-'t', > ~ ~ ~ $ 1 lG P ~ > ~ ~ ' 1> >a ~ ~ ~ ~ .....-..." tn ~ ~ >>1 C;C( JU 'Ct ST" Eti ~ C h 't7 (".)A E1 691S Cl (iver C r0 f nih nGrt (91F nnhn >> I A Gi.13 (,nnf fi">5 (Inn'i (ann C5rf ~.J n>>enny 4 ' >> ~ rfi (5G C1 r r QA V.' ~ t. iran fir;15 ~ ~ 4>> f.isj r G'J3>>1 f A3 ~ f n ~ ~ La $ 1 i r AnA f>>f Gt.n.J np: E5 B-REG = !IT r"AT'.=~r'-f;EG = C"rFSET !tT9 Ii:1 (:ll!PUT BIT NP) OPUt! E!tT>>:Yl 8"r'.EG = BIT PATTER t C-BEG = OFF'ET I:!T'." ISH (I!!?4T B!I l':AP) alt !it,".gT"-: iCZ'".- BI. Ilt GOTFUT I'T t",AP f Lr,~ i If>>
- nal, n7 E1 E
fiP T r RETUirt fh ~ i 4 r i '1'tr ttt'"'tft't!t j'.4'"$ tk$t>'at;i t~14f t!1fr.>;t',:ir f, 89 'r i TEST:-:iT IN IH?rOT B?T t'.AP 5" i 53 irUP"tt EHT"r"ii 5C r Cc ~ 55 r 7 TSTBl PUSH B iSY'.ErJ'ERS 58 f'OSH H 5~ LNI H! IBN 7:.1, N" Ar S 1] HUI BrO 72 I'A!r B 73 At A H r TEST BIT ( ET STATU~) 7A POP H ?5 PCP B 75 f;ET 77 ir 79.trf$t 1iitt't'f"f'g.ti}$ ggrgt Pgfffgq1t t't't'tif$'t ""f "gt't)ii IP "') i TEST VG";,J (S BITS) Iit Itl?UT BIT tI'P 81 r 62 i 83 r Ci ~ ~r 85 lSTUl r'USH B 87 PU":H H SS LXI Hr II't EQ t'OV Ar~ tl"I PrG 01 NrB B 'F2 CliF H 5'3 PGP tl f'GP B f:ET ",E. r 9? r'r't,'t tf>>t> ft'.!rrtftr'tr1>r rt$ t;t:1>e 111!'!t: tr>>i'tN".'I!Tf',,.r','<f~fNtc j..'.if."i t 78 i QJ .ST ("...-..:,:.:.;: Y."..!r 1':: r ~ ~ I rvrn r>> ITrr j; r I >>A ~ v ~ ~ r ~ ~ AC ~ A r ~ rvi I ~ ~ ~ ~ ,I -- isSIA A sv S ~. ~":a; eel:iitp in r cC'.:;-CE STATE)l=i)E v ~ rhh0 0ts3sA C':9 E5 (Ir ~ ~ vl rs 1 ~ 'i ~ 'la irn,II ~ ~ ~ T.'.hrs h r s's ~ ~ I ~ + ~ I ~ ~ ~ ~ ~ t ~ ' I ss ~ C r r.rg E t s s IRF IT" ~ llT, '1TI ]OS ]:9 ))C 111 112 113 114 115 116 117 1]8 A]9 120 121 1"2 ]23 124 126 127 ]nn 129 130 131 137 133 134 135 16 137 13S 139 141 142 143 144 145 .~a 147 1 A9 ]rh ]51 Off":tT h 0 0 h 0 0 I,s frv' 1.Iv ~ ss ss s13 01 04, iS 10 0 20 01 0') 01 h4 rS 10 40 C t i. g'(l]1 AC SIAS LPn QV6] gtA32 I..'::JH I:T.i'KR 0 1 1 1 1 1 1 1 sn 1 1 TLs ~ V 11:)l Cih 0 C C GB!) IT."."i 7CH L':A Aii1 )S') LI:A 0.'4 STA LfsA Al)I F;r.'C RRC h3)) LI'A ANI F:LC RLC GRA PQl) LraA GRA STA RCT C1A I";l')2 30)) C Cih 'hali C GiH<! 1 1 1 1 L1I ssT ~ )1 ~ sit I s F ~ s 11 r $ T ~ ~ ~ Q ~ TC rA T H . '. I'". ~ Issl Ir 1('rti n Hi0 '1'.0 I I:1'\\' ~ srH u] LLA XP4 KC'l ~ sisI is'A I".."4 )iIssi 'I.',A '4n f f I ]r.n ~ r'1 A 1 ~ ~ r ~ 1'i]r s sl 514 H ii1ii ii ii .". ! A 7 ](A ~ l'l A 1 l '1 1 )'.]f";:+",fkf'$fffif!fk]1X1f~t'!lSf 1P!fHNNVf+.!.:!.P."f;4.":.V 1 a ~ .0 M I C:.J; '0 P C') /eric 3 0055 0rlr,fe 0hl'I 1'010 E5 el ~ h{afr I'C>> << ~ ea al Ic/e5 El 0h I '.I 4' 'Ip P.tn rr{t ~ IJ' I, Ec I ~ '\\era J c/ aa <<'l ~ I aT -c / << ~ ~ I 'lg ~ ( 'l ~ hhc1 CO 'U E E E >>I >>u) I L,) I'CJ 165 ~ 5<< 159 171 17" 173 173 175 176 1?7 178 1?c 1$0 l81 ~ P'I 123 I:.t 135 185 187 1$ 3 189 150 191 193 19< 195 195 197 15'3 199 2h0 "01
- i. Ph NP B
I\\a C a'i at ee )7 ~eh{) a ~ J Of)7 <I ta << ~ C 1'I 1 ~ ~ < ~ ~ e I ,I C ea>> I ~ >>J 217 cct a>> ~ >> ~ e I I I I t I I '0 P' jIII;I?,X? t.?! f..?!;!'?:.it. f,>> V t 4>>? t:,~W I '.. I,'1'>>? SAX>>"?; ltfr fare>> rt>>'lr>> I r T T{: I Iae n rrre':r rea t'l t' >> ~ ~ TH ~a'<<'lie'>>a.a. ~ Te ~ LC>>e I <<a 'll~ <<.>>I <<,L I'J ~ ~ rec CteqeaC>>eta (Te TC TV nee l Ill<< tc r<<.. Jh.>>CI>>tr ~:ah t', >>l rCt IJ>>{I L 1XI !{III 1!')I STA F'P F.'iT H C<<en) J ~ J lIIO N !!120'< At6 TveDc H 'c T 0 S'f f. 'CET AfJTO TEST SI.I i'i!!11 -> 0" !SET TY"c TO A"TO S'JSFE!!IO II>> C>>'>>C al l Pettcfl << ~ Ce <<le ~lJ Il'<<l Jl ) I'ST L:."H -': F 3>> T.ST P: SE -> OFF C;ht f..r.f->>-,-.h y;.I>> 7>> i'.0"'E -> 0 8 TTcc -> 9 9>> /.'J10 TEST SUSF'E}!0 -> OFF PLISH LXI I!'X ,".C'V kelI r,or IafX !{Ill 1'I'r H Htn;l! >>H10 H Ae.'l !'Ik H p ~ ( H I ~ ~>> ~' H '>>10 i 40 it~"" '.I ',LL r"" T.""AlN riT I'na>> l ~ ~ 'C'IIC ~ l ~ 'f >>,it ~ I ', l'1' ~ ~ ~ tele I ~ I << ~ e '3 I r '0? t'c-.0",~",W'S?'>>41RCA? 4:{,'?41$ fikXgiC+g'g pi 4+>> 1 'tg tgt-.+cg ((g I I SET TO ST."i'TATE 'I II I TPIS RDUTI"E I'"-3 THc FGLLG".I>>!'l I I I -'CF I I I I I I I ST ~ ~ >> ~ r ~ ~ 1 ~ ~ r- ~ e U ~ ee Si."Jl:(E STr-'Ti ErlT i 'e" rr e ~ 'e (,9$ e (',e, 1 (:933 peeee5 Pp".-'9SA '3 2el ae 77 ~ er: 3eeleee,p ae, ~ r ~ a EI ~e ~ ee e.e ) reee7 krJ 1Q ~ 'e E 117 170 Ità ~ ~ ~ e'e ' i'g uhte e e ~ c:.!I er C!e e A err crA STA I Oce F;ET E!t!r ? ~r( H A!tr r Crr tt!4 trh: . e eeYr E rccT ~11';~ Tg h (7cc7r:?$ 1 rcET T'riE T9 0 (O'O."-) CLF.i: C:(E LIGHT TSTit C 0:2A C )0 P SETr' 0099 STL C 0037 STC?' 9962 cUSr" C 9952 TSTE: C 901" Ey ".""'L SY:.'OLS I.:LIt:s E.('.9 i;il E 0999 VOI!E E 6990 0"6 E 0990 TTrE r 1 E 9099 LICe r1 e,% r'fGr $ I e q ee: ~ E r 009 fehg'e CLF:3 STOr" g h.",(E C OGP ID?l E 9999 LIGHT C 0033 SJ."". C ph52 T TS C (CID tlOI= E 0999 C 002A OPS E 9".99 S-":9 C OKO TYr'E E 0990 AScih:LY (';.".PLETEr ?I0 E".r.'0"...S ra' T s l:.'1 s y, Cl 0 ~ IJ ~ 'r g (P T STL q v,wp i I'r. 'V C I I t t~T~ s~ TSTu TYr"E gCI ~ J ~ 45) gn 1 ~ll) 6'\\C' g7V 1;L 1 10 1'3 p lr H 1". 13 14 1~ 174$ 13 57) 1-'. 85f 19 179 ~ 8 ~ J ~ g <I'j1~ I P E P' P II1 LET@ re e i ) Cee.)5 I ~ 'I ~ 1 ~ ~ rI r I, + ( ~ <<(I ~ 7 r) AC I 1 Ile: ~ 'e gC I'rI~ C<C r.r.; I ~ r r ~ I re ~ <...I ~ 'I: dL '!el ' 1'<Ad<1<4~ I I "'J reee F e<Oi eed I e!!I~ I I el<t ~ ) ~ ~ f tt C LCle I SOURCE STATEtlEtlT ('IDEl<TI"ICATION HOI!UILE' e 1S-AUG-02 S. Pe St'OSLUI!D 1 "; i I:ATES 6 i 'ROSF:0'tliERl r t Q; r$'y g4%AD,gkgpk "tWtrt"tt.":;.gkpgktktt"k'.XyfpfWt I 10 i THIS ".ODULE CCtcTAIt'.S TH" DATE ht'0 Ti'I" REVISIOlt tlUne'ER UHICH O'LL 9E PUT I!!TG THE L.-'I T E'.-'RQire ~ 7 ~ kV t t 'A$$ ff'P 2 i'N::tS XkP%fkW~'<<iffR'etkk~fXAX~'ttigf rk~~ggk~e: 15 i 5 17r CcEO $ rt < 9 f'U-:LIC DATEttIERS et 0 4 Cr,.00 Ag CC]>> C 'er r: 7>>1 ' r17 ~ V '1 I Ji .p O',C'771'l$ rI L.eeeltl1'l< f At' <<A 'lt I << ~ 't3 'AUGUST 18t 19S" AhI -'rl ~ hrj< re A ~ 00 le+A ~ e C'>> 7 ee /e )';> ~ r . p re w r., I I ~ re ~ 'l 7 lelreet ~ s<<<<r V A "3 VERSl DI! et A ~t Etta rP!.ILS 03 ( I I!,I ~ re . tj;:"0 VERS C 0014 I"."'Ef.'t:.1 SYI'i 'OLS r ~ - I ~ I \\ ~ ;E C.;.070 'I RS C 0014 ~ ~ ~' I ~ r ~ w T~ ~ n l4l4 II ~t 7 C OPTICAL LATOR VOLTAGE STANDOFF TEST FICATION AND PROCEDURE OUTLINE The following constitutes a justification for the recommended procedure for testing the isolation capability of the optical 'isolator assembly (0342-7100) provided within the PVNGS BOP ESFAS equipment. Attachment A consists of annotated excerpts from Reliability Handbook MIL-HDBK-217C regarding discrete semiconductors, i.e. OPTO-Electronic Devices. Considering the opto-coupler type used (14 each of 4N38A devices) and environmental conditions expected within the equipment, the total MTBF for isolator assembly based upon the isolation standoff characteristic - this assumption is probably overly conservative because the MIL-HDBK-217C model includes all failure except degradation of output light from the light emitting elements - is 13.3 years. This result implies that each opto-isolator assembly (0342-7100) must be removed from its cabinet assembly location and bench tested for voltage isolation standoff capability per the procedure referenced below. Reference information regarding light output degradation (CTR) is also supplied in Attachment B. Reference information concerning opto-coupler isolation parameter measurements and data sheets for the 4N38A optical isolator devices are provided in Attachment C. Specification 13-JM-104, Section 4.4.5 ' requires that..."Electrical isolation provided shall be capable of withstanding application of 1500 V
- h. 1 I'Ia 3 I
The procedure outlined below and performed once every 13.3 years during the plant life for the isolator assembly should verify the voltage isolation characteristic of the cross-train isolator assembly (0342-7100). Because the isolator assembly, is partitioned into two sections via the common input and output return lines (designed to minimize the number of terminals needed on the terminal blocks for circuit interface), two tests will be required to be performed on each assembly. The first test will verify isolator circuits 1 through 8 and 10 (see schematic 0342-7110), while the second test will check out isolator circuits 9 and ll through 18. If a failure is detected in either test, common troubleshooting techniques may need to be used to locate the failed individual isolators within the applicable group. This additional trouble locating effort is forced by the common input return and output return printed circuit layout. Figure 1 conceptually indicates the test approach and equipment setup for the voltage isolation standoff verification test. As a first step, the 0342-7100 isolator assembly must be removed from the applicable logic cabinet by carefully disconnecting the associated input and output wiring harness. Particular attention should be given to disturbing the lead dress as little as possible so as to minimize wiring reconnection errors.
- RMS, 60 HZ potential for 60 seconds without degradation of isolation...".
This jumper protects against damage to either the input led or the output transistor of the isolator from high capacitive charging currents impressed by high dv/dt's during the application of the test voltage. Thirdly, a high voltage breakdown generator (GAC recommends the standard "AC Hypot Junior" unit manufactured by Associated
- Secondly, a shorting jumper should be placed across each protection diode associated with both the input and output of each optical-coupler device.
8221 North Kimball Avenue, Skokie, Illinois, 60076, or equivalent.) is impressed across terminals TB1-9 and TB2-1, and checks are made for any 'reakdown with the test generator set to 1500 V RES, 60 HZ output. This test voltage should be applied for 60 seconds minimum. The test generator must then be moved between terminals TB1-20 and TB2-12 and the same isolation breakdown check made. l After successful bench test completion, the test jumpers should be removed, the isolation assembly carefully re-installed in the logic cabinet, and wiring connection verified. After verification,'normal manual test pro-cedures should be conducted to verify that each cross train isolator circuit employed functions properly. TYPICAL MGIC HDPOL6 t'KlVirg
- Research, Inc.,
+15v LMOTTDtl:2 RE%DUE /50LA1VRA.SSEME{Y P-ROM IOrnlE. C4BNJET'DJ2. 7ESC TYF'(CA L ISOLATOtZ QlR.CUIT'~ <<>&~ SHDRl IhJ&
- SIGNAL,
l I Rl Ca,l I ~@ Y (20)" Qg U/ 5'u>5A OP7V-iSOLA7VAf R3 Q~~2 3 /i54 I I I I I I 0<') %0>) ~ CR2 RYI '/ig+ ~ g2 %Fly To P.e, PCS'tM4M 4N46 sc-4 Cs 1,c LCICAMS (MF'o~ SHORTIMG JUMPER VIELGCTRfC "HYPOT" Terna. 'Igloo VReSC~> 60Ez. Pi'du&E / XTP5T I COVE'gS lSOtATOR C<RCUl7S l mROu&HS;(O Pv HYFoT TE~~~ PFGlhl& COhlhlBC':Xh BETSlKChL TE:RHlu~& TBl-Q e~O TB2-l-Isolator network schematic ~~ + UU 22S I+ 4 +~ 2 For IN-sITU Bypot testing to I( T<rtoesQ lg'>9 << HYPN TESll62. insure 1500 VAC isolation standoff characteristic. THI-20 4-~b TM~ l2. HI1'r.HDB/',21 7C 9 April 1979 DISCRETE SEl/iI CO.')DUCTORS OPTO-ELECTPONI C DEYICES 2,2.10 Opto-electi onic SPECI FI CATION MIL-S-19500 NIL-S-19500 None AlT~A<&n A A'~<+/9 /'HW: u'rial'~Pz~~ Au~~r~nows Semiconductor
- JUMPER, oPFosIM logic TR'4ul Eau>F'waHT O'PASCAL opPosn E THaN RECeIVirin C<V'zGV C,Sv ZXX C79 oc 7BI (A)950 2
DESCRIPTION Light Emitting Diode (LED) Opto-el ectroni c Coupler (Isolator) LED Alpha-numeric Display ~~~rzoH, The part failure rate model, )p, is: / b "C ~E "0 failures/10 hours ~ (O.NH)(I.S)(>)F00) = O.&l2FaI~ZeS/<~C ~~~ cCdZ &0CH +n/gag where: >b = base failure rate in failures/10 hrs., Table 2.2.10-4. mC = complexity factor, Table 2.2.10-3. environmental factor, Table 2.2.10-1. >~ = quality factor, Table 2.2.10-2. The above nedel;includes li"ht from the liaht emit+ina concerning light degradation, TABLE 2.2.10-1 >E,. ENVIRONS NTAL FACTOR 5GF PP Z"ri4 ~ t@aasrrrom all failures exce t deoradation of output d dgi see Bibl',ography item No. 49. TABLE 2.2.10-2 >q, EQUALITY FACTOR Environment ~G SF G A.T AIF N G) NU AUT liF M Ql 1 2 2. 8. 10 Assv&r&Q ~pl/Ac Q~BABIIcr~ 6 Folic vs. WnZ EACH c/S~ INC%7M. CIRCuiT AAlb CSeiCC RrWQruCX'e ma, EACii i>S~ CSCCWv. /c/iJn rAm Ourpur &RCVC7" 7M 7DTAI ISOMER A4ic.v~ dATG Is: A =g 4/,. = /g /o. biz)~~c 'ou~' ~rotc OR ]g PITB/= = /), = //C.7/Begs = /9.Byes guality Level JANTXV JANTX JAN 10 LQIER* 50 +10 PLAAT~+*
- 9evices, Group X.
i nern:eti pp packaged alpha-numeric displays and to NON-JA.') hermetic packaged LED's and isolators.
- -A lies to a
encapsulated ws-.K organic materials.. 2.2.10-1 OCV~RKul-TRA<Sveg. ETIO O'Cra'), eaIaV &N&rl-aO7FVT lIIDAMAM A.PJK'R Bo,DDo Icec///Is (GE os) c~~~ M<cIAc, P'4zi 4 ~ DEFT c~M>tc S'H pDaAEQT RKlhBIL/7Y3 %IS M>I+<I~C jest < APPLICAAK z~ec.ovep cuir~.~ 'rW PVII65~ MfAS Eh'rIPM~, I'5 IAI57C~l~uy ~A~ IGO49797~ ~AuJ ul~i~io&EV?..r D ~ C TABLE 2.2.10-3 +C> COMPLEXITY FACTOR MfL-HDBK-217C 9 April 1979 DISCRETE SEMICONDUCTORS OPTO-ELECTRONIC DEVICES Device Device Single L'ED 1.0 Al ha-Numeric Dis la s* Q ~'in le Isolators ~Sim le~* " w/1 trans. " w/2 trans. " w/lin. amp. " w/lin. amp. 1 trans. " w/lin. amp. & 2 trans. Dual Isolators Simple** " w/2 trans. " w/4 trans. " w/2 lin. amps. " w/2 lin. amps. & 2 trans. " w/2 lin. amps. & 4 trans. 1 5 ~l:8 2.2 3.3 3.6 4.0 2.3 2.7 3.3 5.0 5.4 6.0 1 character 1 character w/logic chip 2 character 2 character w/logic chip 3 character 3 character w/logic chi p 4 character 5 character 6 character 7 character 8 character 9 character 10 character 2.8 3.8 4.0 5.0 4.9 5.9 5.7 6.3 6.9 7.4 8.0 8.5 8.9 +-The number of characters in a display is the number of characters contained in a sinole sealed package. For
- "-Applies tc all devic s
4 character disap ay comprising 4 separatel packaged single characters mounted together wou d oe .4-one character displays, not 1-four character display. ~*-Simple isolator(s) contains only a lignt-emitting element(s) and a light detecting element(s). 2.2.10-2 HzL HDBv 217C pri 1 1979 DISCRETE SEMI Col)DUCTORS OPTO ELECTRONIC DEVICES TABLE 2.2.10-4 OPTO-ELECTRONIC SEt"iICONDUCTOR DEVICE BASE FAILURE RATE, Xb, It/ FAILURES PER 10 HOURS ( op~ max op~ max) T (OC) .1 .2 .3 .4 .5'6 .7 .8 .9 10 0 5 10 15 20 .0002 .0002 .0003 .0004 .0005 .0003 .OOO4 .0005 .0006 .0008 .0005 .0006 .0008 .0010 .0012 .0008 .0010 .0012 .0014 .0017 .OO12 .OO17 .OO24 .0014 .0020 .0028 .0017 .0024 .0034 .0020 .0028 -.0040 .0024 .0034 .0048 .0034 .0040 .0048 .0058 .0071 .0048 .0071 .0058 .0088 .0071 .0112 .0088 .0146 .0112 .0200 25 30 35 40 45 .0006 .0008 .0010 .0012 .0014 .0010 .001 2 .0014 .0017 .0020 .0014 . 0017 .0020 .0024 .0028 .0020 .0024 .0028 .0034 .0040 .0028 .0040 .0058 .0034 .0048 .0071 .0040 .0058 .0088 .0048 .0071 .0112 .0058 .0088 .0146 .0088 .0146 .0288 .0112 .0200 .0146 .0288 .0200 .0288 50 ~ 55 6r. 6~ 70 .0017 .0024 ~ VM to .0034 .0048 .0034 .0040 .0048 .0058 .0071 .0048 .0058 .0071 .0088 . 0112 .0071 .0112 .0200 .0088 .0146 .0288 .0112 .0200 .0146 .0288 .0200 75 '" 80 85 90 95 .0040 .0048 .0058 .0071 .0088 .0058 .0071 .0088 .0112 .0146 .0088 . 0112 .0146 .0200 .0208 .0146 .0288 .0200 .0288 100 105 llO 115 .0112 .0200 .0146 .0288 .0200 .0288
- example, a
Tmax = 125 C for hermetic isolators. Tmax = 100 C for plastic isol'ators and for all displays. See Section 2.2.11.2(7) 5 (9) for correction factor for S ratio and for the appropriate value of T to use with above table. 2.2.10-3 33. 35. 36. 37. 38. 39. 4O. 41. MlL-HDBK-21 7C 9 April 1979 >Nichrome Resistor Properties and Reliability", RADC-TR-73-181, A 765534. "Dormancy 5 Power On-Off Cycling Effects on Electronic Equipment 5 Part Reliability", RADC-TR-73-248, AD 768519. "Use of Marranties for Defense Avionic Equipment", RADC-TR-73<<249, AD 769399/7. "Reliability Acquisition Costs", RADC-TR-73-334, AD 916286L. "Electrical Characterization of Complex Microcircuits", RADC-TR-73-373, AD 775740. "Reliability Study of Polyimide/Glass Multilayer Boards", RADC-TR-73-400, AD 77194. "Infrared Testing of Multilayer Boards", RADC-TR-74-88, AD 780550. "Laser Reliability Prediction",'ADC-TR-75-210, AD A016437. "Reliability Model for M'.niature Blower Motors Per MIL-B-23071B", RADC-TR-75-178, AD A013735. 42., "Reliability Investigation of the MSC 2010 Transistors", ECOM-0092-F-72, AD B000815L. 43. 44. 46. 47. "Reliability Investigations of the MSC 1330A and MSC 13308 Microwave Power Trans i s tors", AD 923318L. 'RCA TA8694 and TA8777 Microwave Power Transistor Reliability Investigation", AD A007587. "Reliability Prediction for Microwave Transistors", RADC-TR 313, AD A003643. "Reliability Study of Microwave Power Transistors, RADC-TR-75-18, AD A007788. "PAD". Nonelectronic Reliability Notebook, Revised", RADC-TR-75-22, AD A005657. ~49. 50. "Reliability/Design: Thermal Applications", MIL-HDBK-251, 19 January 1978. "Development of Failure Rate Heels for Semiconductor Optoelectroric Devices", FAA-RD-76-134, AD A( 29163. "High Power Micro~ave Tube Reliability Study", FAA-RD-76-172, AD A033612. C-3 NIL-HDBK;217C 9 April 1979 'ISCRETE SEMI CONDUCTORS I>(+ X) = maximum rated zener current at TS G.F.. stress correction factor per (8) below (4) Group YII Microwave Mixer Diodes Operating Spike Leakage (ergs) S = Rated Burnout Energy at 25 degrees C. (5) Group YII Microwave Detector Diodes POp (Operating Power Dissipation) P+,X (Rated Power at 25 degrees C.) (6) Group VIII Yaractor, Step Recover, and Tunnel Diodes. S OP (C.F.} PmX where: POP = actual power dissipated PMAX = maximum rated power at TS C.F. = stress correction factor per (8) below (7) Group X Opto-electronic Semiconductor Devices. S -"OP (C.F.) IMAX ~~ (47S) =,> ~87+ 8(I} where: or S = OP (C.F.} PWaX IQP operating average forward current I+,X = maximum rated ave age forward current at TS POP ~ actual power dissi pated P~X = maximum rated po~er at TS C.F. ~ stress correction factor per (9) below. 2.2.11-5 Nli.-HDBK-217C 9 'Apri 1 1979 'DISCRETE SEMICONDUCTORS ~ 'I (8)tress Correction Factor Devices. a. Devices with TS = 25 200 degrees C. (C.F. ) and temperature corrections for Silicon degrees C 8 TX = 175 degrees C to C.F. = 1 b. Devices with TS >25 degrees C E, TX = 175 degrees C to 200 degrees C. C.F. 175 - TS 150 c. Devices with C.F. = MAX 150 TS = 25 degrees C 8 T~X <175 degrees C. - 25 and enter Ab table with T = TA r T=TC+ d. Devices with TS )25 degrees C MAX) 8 T~X <175'degrees C. CF;~ MAX S 150 and enter Ab table with T = TA + (175 - TNX) or T = TC + (175 - T~X) (9) '.'..': '.-.;"; - Factor (C.F.) and temperature correction for Opto-electronic Oevices. .'or devices with TS > 25 C. or T~AX < 125oC., or both, C..F. = MAX S 100 !00-25 0.75 IOO and enter Xb table with T = TA + (125 - TX) =35+ Cl25-IM3~ 60 or T = TC (125 -T~X) 2.2.11-6 ~ ~ ~ HIL-HDBK-21 7C 9 April 1979 DISCRETE SEMICONDUCTORS 2.2'll INSTRUCTIONS FOR USE OF SEMICONDUCTOR MODELS 2.2.11.1 Device Ratings Transistors are normally rated at maximum power dissipation and diodes at maximum current permissible. Usually each device is.given two temperature rating points: 1 TMAX - Maximum permissible junction temperature. 2 TS - Maximum ambient or case temperature at which 100 percent of the rated load can be dissipated without causing the specified maximum junction temperature to be exceeded. (Case temperatures are given primarily for power devices used on heat sinks.) As the ambient or case temperature rises above the TS value, the inter~: 'emperature rise (i.e., the power load) must be decreased so T~X is no+ exceeded. This is illustrated in Figure 2.2.11-1. 9 ~ +1 > 100 CY D taJF 50 CL I CC O CO b4t O. a. 0 I I l 1 I I Maximum Use Rating A C MAX FIGURE 2.2.11-1. Conventional Derating Curve Note: T = temperature at which deratinq begins TMA = maximum rated junction temperature MAX TA = ambient temperature TC = case temperature Q MIL-HDBK-217C 9 April 1979 only to have the equipment production procedures damage the parts or introduce latent defects. Total equipment program descriptions as they might vary with different part quality mixes is beyond the scope of this Handbook. Reliability managoment and quality control procedures are described in other DOD standards and publications. Nevertheless, when a proposed equipment development is pushing the state-of-the-art and has a high reliability. requirement necessitating high quality parts, the total equipment program should be given careful scrutiny and not gust ttte parts quaIity. Otherwise, the low failure rates as predicted by the models for high quality parts will not be valid. c. Use Environment. All part reliability models include the effects of environmental stresses through the factor, irE. The definitions of these environments are shown in Table 2-3. The T;E factor is quantified within each part failure rate model. These environm nts encompass the major areas of equipment use. Some equipment may experience'ore than one environment during its normal use,
- -Ifderating information for isolators and displays is unavailable, assume S=.5, TS=25oC, and:
In such a case, the reliability analysis should be segmented, namely, missile launch (ML) conditions during boost and return from orbit, and space flight (SF) while in orbit. TABLE 2-3 ENVIROtNENTAL SYMBOL IDENT IF I CATION AND DESCRIPTION EtlVIROltHEWT
- e. g., equipment in spacecraft.
Earth orbital. Approaches
- Ground, Benign
- Space, Flight
- Ground, Fixed Ground, Mobile SYtSOL GB SF NOtsI lAL E sVIROi4HsENTAL CO tDITIOt S Nearlv zero environmental stress with optimum engineerinq operation and maintenance.
Vehicle neither under powered flight nor in atmospheric re-entry. Conditions less than ideal to include install-ation in permanent racks with adequate cool-ing air, maintenance by military personnel and possible installation in unheated buildings. Conditions more severe than those for GF, mostly for vibration and shock. Cooling air supply may also be more limited, and maintenance less uniform. 2~3 <i r )4,<< 217C ri 1 1979 ~,-.,il"O:<t)EN3
- Ground, Benign conditions without access for maintenance.
Un- ,~qttered %E SYtlBOL NOtlINAL EWVIROt)MENTAL CONDITIONS Surface ship condition" similar to GF but subject to occasional high shock and vibrat i on. Nominal surface shipborne conditions but with repetitive high levels of shock and vibration.
- g,gl, "cl<ered I
Same as AIT but'installed on high performance aircraft such as fighters and intercepters. Bomb bay, equipment bay, tail, or wing installations where extreme pressure, vibration, and temperature cycling may be aggravated by contamination from oil, hydraulic fluid and engine exhaust. Installed on long mission aircraft such as transports and bombers.
- Airborne, Inhabited, Transport
- Airborne, Inhabited Fighter
- Airborne, Uninhabited, Transport AIF Typical conditions in transport or bomber compartments occupied by aircrew without environmental extremes of pressure, temperature, shock and vibration, and installed on long mission aircraft such as transports and bombers.
but installed on high performanN aircraft such as fighters and intercepters. Severe conditions of noise, vibration, and other environments related to missile launch, and space vehi cl e boost into orbit, vehi cl e re-entry an'd landing by parachute. Conditions may also apply to installation near main rocket engines during launch operations. d. Part Failure Rate Models. Par t failure rate models for microelectronic parts are significantly different form those for other parts and are presented entirely in Section 2.1. Another type of model is used on most other parts; a <yp>cal example is the following one for discrete semiconductors: 2-4 MUD STATE III GEM ERAL ELECTR lC I i t r ~ ~ 1 ~ I 'e I r stfJ'vAjMXthcvd 3." -A~' 't(I:< Wu Wl 'ur( JP
- Airborne, Uninhabited, Fighter
- Missile, Launch AUF ML Same as A
~ v r +vs~ rvuhr Lop 4+ evoe v ~ + S ~ ~ ~ e' r FEATURES: ~ Fast switching speeds ~ High DC current transfer ratio ~ High isolation resistance ~ 2500 volts isolation voltage ~ I/O compatible with integrated circuits fIndicates JEDEC tc istcrcd values ~V t 1 I I I t I s~L J photon CoUpfed Isolator 4Ã38-4N38A Ga As Infrared Emitting Diode 8'PN Silicon Photo-Transistor The General Electric 4N38 and 4N38A consist of a gallium'rsenide infrared emitting diode coupled with a silicon photo~ transistor in a dual in-line package. J P'q I J J 'Stdnn ~l. I c+ ~sr(ee vsnuets[1 Vj~V $ )os IS ~ I ~ uo ~ S $ 00 nto Idt ~ CI I $ ~ 4 ~ 4 ~ s4l Ot ~ 04 $ 0 tC ~ CD QeOi OI s Os 0'$0. ~ ~ t t0 0$ 00 ~ 0 ~t'0$ s IC t 'IS l ~ 4 $0$ IOC tS ~ ~ Se OI4 $ ~ I S IS ,ICS AS tSI tto I~I I II I Se ~ I It reCstt I see I Iwles ~Ivvvvu eveeeun se svv ves ve 'oeeu vsse verruca osreevur se ~s rar I' t Ierrue osevenleoueveere $ 0 seals esroee ~ 4 Ines ~ uevv~ ve roue Vnu ve eav Vous ~Ierr rvseo absolute maximum ratings: (25'C) (unless otherwise specified) tStorage Temperature -55 to 150 C. Operating Temperature -55 to 100 C. Lead Soldering Time (at 260 C) 10 seconds. 0150 milliwatts 80 milliamps 3 ampere INFRARED EMITTING DIODE tPower Dissipation t Forward Current (Continuous) tForward Current (Peak) (Pulse width 300psec,2%duty cycle) t Reverse Voltage 3 volts QDcsatc 2.0mW/OCabove 2SQCambicnt. PHOTO TRANSISTOR, fPower Dissipation 00150 milliwatts tVcEO 80 volts tVcao 80 volts tVEco 7 volts Collector Current (Continuous) 100 mllliamps 0'Dcratc 2.0 mw/ C above 25 Cambicnt. fTotal device dissipation 8 TA o 25 C. PD 250 mK fDctatc 3.3 mW/ Cabove 25 Cambicnt. individual electrical characteristics (25'C) INFRARED EMITTING DIODE fForward Voltage (IF 10m A) t Reverse Current (VR ~ 3V) Capacitance V~0,f ~ 1 MHz 1.2 1.5 100 50 TYP. MAX. UNITS volts microamps picofarads PHOTO.TRANSISTOR tBreakdown Voltage V<SR>cEo (IC = ImA, IF = 0) tBreakdown Voltage V<SR) CEO (Ic = I/IA IF 0) fBreakdown Voltage V<SR>ECO (IE ~ I OOPA, IF = 0) tCollector Dark Current lcEO (VcE 60V, IF O) tCollector Dark Current lcao (VcE ~ 60V, IF ~O) MIN. 7YP. 80 80 MAX. 50 20 UNITS volts volts volts nanoamps nanoamps coupled electrical characteristics (25'C)
- p l~(a I
shooed tonelher and the oulput terra(nels (transistor) shor Ied Ioget her. 4N38'A 4N38A MIN. TYP. 1500 1775 MAX. UNITS volts (peak) vo ts tpea volts R!htS sc t Saturation oltagc o ector mitter F = mA, C = mA Resistance IRED to Photo. Transistor (C" 500 volts) Capacitance IRED to Photo-Transistor (t<'0 volts, f= I hfHz) DC Current Transfer Ration (IF $$ 10mA, VcE 10V) Switching Speeds (VCE = lOV, IC, ~ 2mA, RI. ~ IOOQ) Turnn TimC ton Turnff Time tetrf 127 10 100 1 1.0 volts gigaohms picofarad jO microseconds mtcroseconds ~ q ~ TYPlCAL CHARACTERISTlCS I? c IP Lo O.I O? O IJ H NORMALIZEO To: VCE ~ lo VOLTS Tp ~ lomA I qq q ~ I.o O ~sq ~4 ?I O qq H NORMALIZED To: Vgg ~ lo VOLTS Js lorn A TA ~ +2S'C IP q 20mA IS ~ IomA JP ~ 5mA O.OII 2 1 6 6 lo 20 Ao 60 60 loo Zp INPUT CURRENT mA
- s. ut ron t~olra e 60Hz with the input lerraioals (diode(
+25 +65 TA AMBIENT TEMPERATURE C
- 1. OUTPUT CURRENT VS INPUT CURRENT l5
+IOC Io lp ~ SomA q I 6 I? IJ 5 Ioo al .OI I cc I.o cI O O.l co? Obt M q NORMALIZEO To: Vgg ~ lo VOLTS IP ~ lomA Ip ~ lomA I p ~ Sm Dol l.o I.S Vr FORWARO VOLTAGE VOLTS
- 2. OUTPUT CURRENT VS TEMPERATURE
.OI .I I Io IOC Vgg COLLECTOR To EMITTER VOLTAGE VOLTS
- 3. INPUT CHARACTERISTICS 2.0 0.01
~? e> 5"e> 0 IOI E c O" IO' Vcg ~ 60V NORMALIZEO To: vqq 60 Yqqqq TP ~ 0 TA ~ ~25qC Boo ~ 250 I? ~ 200 m ISO cOI II So qq ~ q Vgg ~ IOV IP ~ 5mA VGA ~ IOV Ip ~ qomA Vqg ~ IOV Is ~ 50mA e2 +2S 050 ITS +IOO +I25 TA AMBIENT TEMPERATURE iC
- 4. OUTPUT CHARACTERISTICS Io
+25 +$0 +VS +IOC TA AMBIENT TEMPERATURE qC
- 6. NORMALIZEDDARK CURRENT VS TEMPERATURE iSO 25 0
Optical Couple/Isolators Transistor Output olation Volta e is 7500 V Min eve es. See notes. Couplers are designed to provide isolation protection fromhigh-voltage transients, surge voltage, or low-level noise that would otherwise damage the input or gen-erate erroneous information. They allow interfacing systems of different logic levels, different grounds. etc., that would otherwise be incompatible. ~Mti~rl.t cou lers are tested and s ecified to an isolati n v Ita Motorola offers a wide array of standard devices with a wide range of specifications (including the firstseries of DIP transistors and Darlington couplers to achieve JEDEC registration: transistors - 4N25 thru 4N38, and Darlingtons 4N29 thru 4N33). AlfMotorola couplers are Ul Recognized with File Number E54915. CASE 73DA The Transl ~tor Coupler is probably the most popular form of isolator since it offers moderate speec (8"craximateiy 300 kHz), sensitivity and economy, In addition, the collector-base junc-tion can be used as a photodiode to achieve higher speeds. The output in the diode mode is lower, requiring amplification for more usable output levels. Device Type TIL112 TIL115 IL15 MCT26 TIL111 TIL114 IL12 MOC1006 4N27 ,4N28 H11A4 TIL124 TIL153 IL74 MOC1005 TIL125 TIL154 4N25 4N26 H11A2 H11A3 H11A520 ILl MCT2 TIL116. 4N3 HIIAS MCT271 H11A1 H11A550 TIL117 TIL126 TIL155 CNY17 MCT275 MCT272 MCT277 4N35 4N36 4N37 H11A5100 MCT273 MCT274 DC Currant Trisnafer Ratio sys Min 2.0 2.0 6.0 6.0 8.0 8.0 10 10 10 10 10 10 10 12.5 20 20 20 20 20 20 20 20 20 20 20 20 30 45 50 50 50 50 50 62 70 75 100 100 100 100 100 125 225 V(BA)CEO Volts Min 20 20 30 30 30 30 20 30 30 30 30 30 30 20 30 30 30 30 30 30 30 30 30 30 30 80 30 30 30 30 30 30 30 70 80 30 30 30 30 30 30 30 30 Darlington Output tsolation Voltage is 7500 V (Min) on all devices. See notes. The Dartlngton Transistor Coupler is used when high transfer ratios and increased output current capability are needed. The speed. appioximateiy 30 kHz, is slower than the transistor type but the transfer ratio can be as much as ten tiines as high as the single transistor type. Device Type 4N31 H1183 4N29 4N30 MCA230 H'I18255 MCA255 H11B2 MCA231 MOC119'IL119'IL113 MOC8030'IL127 TIL128'IL156 TIL157'1181 4N32 4N33 MOC8020'OC8050'OC8021'C Current Transfer Ratio % Min 50 100 100 100 100 100 100 200 200 300 300 300 300 300 300 300 300 500 500 SOO 500 500 \\000 V(BR)CEO Volts Min 30 25 30 30 30 55 55 25 30 30 30 30 80 30 30 30 30 25 30 30 50 80 50 s nn csea is el ~ ~:
- 6. COLLECTOR BASE CURRENT VS TEMPERATURE
~ sninieinslaemceaieirc tnc bsessaown rshno For inis irsi LEO pins s ena 2 es commonena phoioliensisloi pins ~.5,ena6siecommon
- l. Isolshonsuioevonsoe.viso,s
~i 1500 Veo peen i seconasi snis ususay eaeeeai inc onainslas ~ s peCihce hon ena Jforc sr i@rica rs>urs By: W.H. Sahrn Technical Contributors: J. Cook R. Finke A. Fox R. Grandys M. Tarzia LayoutiDesign: D. Barney Production: R. Brewster D. Kay B. Dillon-fUlalone N. Patrick S"-;";IlGOf'OUCTOA Pf(".DU"TS OEPARTMElfi B. RELIABILITYPREDICTION OF CIRCUITS CONTAINING IRED's Previously the IRED phenomena of light output decrease, as the time current flows through it, was mentioned. This presents a dilemma to the circuit designer attempting to provide adequate margins for bias values unless he can predict what minimum value of light output, from the IRED, he can expect at the end of thc design life of his equipment. Based on the results of tests performed at G.E. and at customer's facilities (who were kind enough to furnish us test data and summaries) the G.E. Application Engineering Center has developed design guidelines to allow the prediction of the approximate worst case, end of life, IRED performance. The basis of the predic-tion is the observed behavior of the ratio of light output after operation to the initial value of light output. It also is based on the observation that all devices do not behave identically in this ratio in time, but that a distribution with identifiabl tenth, fiftieth (median) and ninetieth percentile points exists at any time the ratio is calculated. Use of this tenth percentile ratio (90~e of the devices are better than this) and the distribution of licht out ut (or CTR for courl rs abovo the specified minimum value allows the product of specllle mtnlmum light output and tenth percentile ratio, predicted at end of life, to be used as a reasonable approximation of minimum
- 2. Ail Moiosoie coo pins are specihea
SUMMARY
OF TESTS USED TO OBTAIN !RED DESIGN GUIDE LINES lpS 3mA 5mA 40mA 20mA 25 C 2Q 1000 Hr. 3mA 20 1000 Hr. I 5mA 16 1000 Hr. I 10mA 27 500, 1000 Hr. I 5, 10. 20mA 40 C 55 C 70 C 80 C 108 1000 Hr. 10mA 100 C 25mA 50mA 60mA 75mA 100mA 20 1500 Hr. 10mA 20 1000 Hr. I 5.10.20.60mA 79 IK, 15K, 30K EIr.
- l. 10.
I OOrnA 2Q 20 1500 Hr. 1500 Hr 10mA 10mA 20 1500 Hr. 10mA 60 1500 Hr. 10mA 40 15QO Hr. 10mA )0 1500 Hr. 10mA 163 1000, 3000, 5000 Hr. 10mA 90 168, 1500 Hr.
- 1. 10. 100mA This chart tepresents about 2.0 million device bouts of opetation on 625 dual in line optocouplets and t l l hecmetic IstED's.
FORMAT OF DATA PRESENTATION: SAMPLE SlZE TEST DURATION lpM CURRENT
O. end of life value. Although this does not rcprcsent the worst possible case, no correlation can bo found between initial light output and rate of decrease in light output, and so the percentage of devices expected to be less than thc guideline derived number approaches zero. These guidelines, as can be noted, are based on fair sample sizes, although both larger samples than these and greater precision, higher resolution, measurements could provide better fits. To make the guideline dev-elopment less obscure, the discussion will trace the steps followed in defining these design guide-lines and, in the process, develop the guidelines. IVIIen the percent of initial value of light output (or current transfer ratio in couplers) of an IRED on an operating life test, is plotted against the time the IRED has been operated, two phenomena become apparent. The long-term behavior is found to be a straight line when the ratio is plotted on a logarithmic time scale. The short-term behavior is found to have a much shallower slope, on the same plot, than thc long-term behavior. This effect is illustrated by the fact that the long-term straight line can be extrapolated back towards zero and will usually inter-sect the initial value line at a time between 10 and 100 hours. TlIese properties combine to allow the response to be described>y a "virtual initial time" and the slope of the linc passing through that time point. This had been recognized in other work. The problems with predicting response are the variety of test conditions at which both stress and measurement data have been taken, and the spread of data at the readout points. It was recognized that the fail in light output was accelerated by either stressing the IRED harder, i.e., at a higher current (IFs) and/or temperature, or by monitoring the test results at lower current (IFM) levels. Precise acceleration factors have yet to be determined due to lot-to-lot variability. Fortunately, circuit design purposes can be served by a less precise model, which only attempts to serve the requirements of circuit desi n. For this approach, as mentioned before, we pay attention to the lower decile of the distribution a'nd its change in time. I EU ~ IIO cf E IOO K IR ~~ 90 2 80 O I 70 K ~ 60 I w 50 CC LP Io L le!. goop song BEST FIT STRAIGHT I LINE LOWER DECILE I LONG TERM RESPONSE long HIIA P~ I 300 mw, Irg
- 60mA, 1 p~ ~ lomA TWO LOTS, 36 UNITS, 180,000 DEY. HRS.
VIRTUAL IOO - IOOO INITIAI. STRESS TIME - HOURS IOOOO LIFE TEST RESULTS ILLUSTRATINGOBSERVED CHANGE IN IRFO OUTPUT VNITKOPERATING TlhlE 41
The question naturally arises of the applicability of this description to time periods beyond the one and five thousand hourtimes that the majority of the tests stopped at. Fortunately, tests have been completed on discrete IRED's for 30 000 hours. test d e othin unex ected'a ens at extrem I ion times as can . This is reinforcing evidei.ce indicating the superiority of the G.E. silicon doped, liquid phase epitaxially grown IRED. grown IRED. llo 100 90 PERCENTILE I-90 ~ eo O g TO I~ 60 50 u 40 ';I~ 50 20 10 Io PERCENTILE 50 PERCENTILE DISCRETE XRED TEST CONDITIONS Iq ~ IOO mA Tc
- 25'C l4 DEVICES IO io'o~
TIME IN HOURS LONG TERM IRED LIFE TEST RESULTS IO' iO'0 YRS io'lotting the response (best straight line) of various test conditions on a single graph, the acceleration due to raising stress current (IFs) is e sily seen. Higher temperatures during stress cause tile same effect, and can be accomplislied by raising the ambient or by self-heating (in a coupler by dissipating power in the output device). Lowering the current at wliich the IRED light output is monitored, (IFsl) also accelerates the phenomena, but in lookii.g at many test results, it appears that the ratio of IFS /IFM iS t!ie key facto." affecting the slope besides temperature. 42
O, 100 eC W CL CL'C W) 4.cn~ 2 eC ~CI 90 CCi I ZZ W4J CL. O ~W IC:4I 80 OIL DUAL INLINE COUPLERS TEST CONDITIONS Irg ~ 60mA Tg ~ 25~C IO DEVICES " '80mA 'Om1 ~ ~ ~ ~ IO 100 IOOO STRESS TIME - HOURS EFFECT OF MEASUREMENT CURRENT ON SI.OPE O I I-IOO eC W CL D W> 4cn~ 2 eC ~I 90 I I-22 WW CL O ~w 80 Pp CL DUAL INLINE COUPLERS T E ST COND IT ION9 Ira 25mA Ir4 > IOmA 20 DEVICES PER STRESS 7srIICSC c 25, 10eC 55eC 700 ICO IOOO STRESS TIME - HOURS EFFECT OF STRESS TEMPERATURE ON SLOPE O I IOO ~CW CL eC 4I0
- 4. g l/I~
cI= 90 CLZ 22 WW CCO ~w 80 Pp CL DUAL INLINE COUPLERS TEST CONDITIONS Ir~ IOmA Tq ~ 25'C Pout we ~ 300 mW 36 AND 15 DEVICES PER TEST ~r 20m 60~ IOO IOOO STRESS TIME-HOURS EFFECT OF STRESS CURRENT ON SLOPE ~ ~ ~ey, ~... ~ ~eeeeeeee met~~ ee ~ ~ ~ ' 'ee~ ~ o~ e t~ ' eeeee ~
~ When the temperature effect is plotted as an acceleration vs. temperature, a fair straight line fit is found, as illustrated below. This temperature acceleration factor represents the ratios of the slopes of the lower decile lines of various temperature stresses. The fit is not perfect, but is good enough to be useful. It contains both discrete IRED data (LED55 series) and optocoupler data (Hl 1 series) and appears to fit both equally. With this, and the determination of the coupled thermal resistance in the optocoupler (i.e., the heating factor for the IRED from power dissipated in the output device), it was attempted to fit the IFs/IFM ratio into the model. After many attempts to find models which fit various phenomena better, and the generation of additional data to try to fill holes, it was decided that two factors contributed to the inability of defining a tight fit single line. These are lot-to-lot and sampling variability and the precision (and volume) of data required to find the slope at low I Fs/ IEM ratios and low temperatures. These factors cause the best model found to enclose a band of observed values, as can be seen. 20 lu 9-rLH + I I5 0~ 4l O.~W own 4 rc g ~@ g lo su no nw Q rc cc ru 9 g I-O > ~ O. o I rc ru ru rL' rc 2 0 IO trs/IFII STRESS TO MONITOR IREO FORWARD CURRENT RATIO IOO 20 30 40 50 . 60 70 80 90 IOO OPERATING TEMPERATURE - 'C Blas Currant Effect Temperature Effect IREO OUTPUT VS. TIME SLOPE PREDICTION CURVES ASSUMINQ A VIRTUALINITIALTIME OF 50 HOURS To use this data the circuit designer must define a desired lifetime, the degree of control he has on minimum and maximum values of IF in any single socket, and the temperature environ-ment to which the circuit is exposed. A simple example of the design procedure illustrates its use. Assume the need for an 4N35 which will provide 10mA of output current at 5 Volts VCE after 100,000 hours of 55'C opera-tion. To find the IRED current needed to provide this, we need tile minir'num specified CTR of the 4N35, the estimated slope of the lower decile of light output vs. time and the teinperature acceleration of that slope at 55'C. The 4N35 specification indicates a rninimuin CTR of 100~~o, that for IE values of up to 20 mA the CTR is relatively constant and that at 55'C the CTR willbe about 0.85 times its 25'C value ( /. The center of the range of slopes vs. IFs/IFM is con- /6 CTRL <T servatively chosen at a ratio of 1.3 and found to be 5~<o per decade (slope}. This should provide a reasonably worst case approximation of beth coupler performance and possible current variation
ss ~ I effects due to power supply and bias circuit drifts. Thc temp'erature acceleration factor curve indicates this slope vsill be increased by 1.75 times at 55'C (AT), i.ess the slope will be 8.8'/ decade. The difference between 50 hours and 100,000 hours (t) is 3.3 decades (log 100,000 log 50), so the expected lower decile will provide about 29~io less light at 100,000 hours than initially. To provide the 10 mA output requirement, the IRED current must be raised by about 40/c to compensate for light lessening with operation ti.e, ] and this must be raised 100 29 by 18% (i,e., 1/.85) to compensate temperature variation of CTR, yielding a minimum input cur-rent to the IRED of 16.6 mA, as compared to the 10 mA required initially at 25'C. The formula used in this example is: 100 x x" 100 [slope x As x tog (t/50)] tsCfR/oT CTR where: s e AT is the temperature acceleration for slope at the expected operating temperature, CTR is the specified minimum current transfer ration, hCTR/>T is the change in CTR due to temperature, I;:- the required output current, is the required IRED bias current, Slope is the light output lessening per decade time, and t is the circuit design life. Note that for a one million hour life the required IRED current would only rise to 18.5 mA, as time has only increased by another decade! The estimate of the effect of operating time on the circuit has been almost as simple as the estimate of temperature effects. I20 IIO O g-IOO Cg. gt: 90 80 ~ TO a 60 50 -" ~o z W PEÃzE IOVe 90'0'A 1/>SzP'O ".e IO'4 MFG G MFG MFG M T COMPETITIVE COMPARISON, ACCELER*TED LIFE TEST MFG 40
~ \\ ~ ~ ~ ~ ~ s grr~xng auV nnn.itg t sensitive devices, except 'Fnv the tigh(senstttve pstsmct~ers. uch techniques are des 'h d, xcep 6r e ig i sensitive parameters. uch techniques are described m the General Electric Transistor manual and the General Electric SCR hlanual, and will;not be detailed here. The most common problem encountered is the leakage current measurement with the base open, as icqo is rarely measured on normal transistors, and understanding the need for considering dynamic effects and ambient light effects will solve the problem'. Dynamic effects must be considered, because the open base has no path but junction leakage to charge the junction capacitances. If the common high source impedance bias circuit for leakage current is used, the gain of the transistor multiplies the junction capacitance, of the collector base photodiode (= 25 pF), and provides a long stabilization time constant. Note the "double barreled" effect of source impedance in that it is the resistance in the RC time constant and also is the load resistor that determines voltage gain (A=l/hie. Rt ~ hFE). These effects indicate lczo should be measured by application of the bias voltage from a low impedance supply untiljunction capacitances are charged (now determined by the base emitter diode impedance), which can take up to 100 msec, (with no external capacitances, switches, sockets, coaxial, etc. connected to the base) in a darlington. After junction capacitance is charged, the current measuring resistor is introduced to the circuit by removing the short across it. The charge balance at the base can be affected by the motion of conductive objects in the
- area, so best reproducibility will be obtained within an electrostatic shield. The electrostatic shield can also serve the purpose of shielding the detector from ambient light, the effects of which are obvious on a leakage current measurement.
Measurement of the light parameters of a phototransistor requires a light source of known intensity and spectral characteristics. Lamps with known spectral characteristics, i.evs calibrated standards, are available and, in conjunction with a thermo pile or calibrated photo cell and a solid mechanical positioning system, can be the basis of an opto measuring system. Some relatively simple systems based on the response of a silicon photo cell are available, but the assumption that all silicon devices have identical spectral response is implicit in their use for optical measure-ments. As different devices have different response curves, the absolute accuracy of these devices js impaired, although excellent comparative measurements can be made. Another method which has fair accuracy is the use of a calibrated detector, L9VX4 for the photo SCR's or L14H special for the phototransistors, to adjust tlie light source to the desired level. This willeliminate spectral problems as the calibrated device has an identical spectral response to the devices being measured". Accuracy will then depend on basic equipment accuracies, ambient control and mechanical posi-tion reproducibility. Spectral response measurements require use of precision filters or a precision monochromator and a calibrated photo cell or thermo pile. As in the case of the IRED, it is recommended that these measurements be done by a laboratory specializing in optical measurements. ~ C. Optocoupler Measurements The measurement of the individual devices in the optocoupler is identical to the measure-ment of a discrete diode and a discrete device ot the type of detector being considered, and is covered previously. The measurement of isolation and transfer characteristics are not as obvious, and will be illustrated.
- g. /volation Paranierars are always measured with the terminals of each device of the coupler shorted.
This prevents the liigh capacitive cliarging currents, caused by the high dv/dt's applied during the measurement, from damaging either device. Safety precautions must be observed in these tests due to the very high voltages present! a). Isolation voltaee is measured as illustrated beiow. Niormally tlie surge voltage capability is measured, and, unless tlie higli voltage power supply has a fast shutdown (<0.5 @sec), the device under test will be destroyed if its isolation voltage capability is less than tlie high voltage supply 'ace "Avoid lCyO gttcsstgggmengs", ngndgiitg.
~ ~ ~ I I ~ ~ ~ p'he design guideline, unfortunately, is only valid for the G.E. IRED's and DIP couplers. Life tests of competitive units at both maximum rating and accelerated test conditions indicate a wide variation of performance exists in the industry. The accelerated test results were dupli-cated by the maximum'rating test results, indicating the same type of response in both the Ar and IFs/IFM curves. But the magnitude of shifts observed, especially the lower decile, are much greater, indicating much greater slopes, in percent per decade, of the light output vs. operating time graphs. This is illustrated in the plots comparing the life test results given above. To life cycle design with such devices would require derivation of a different model, based on a matrix of life tests. Based on extremely limited testing and some published information, it appears that at least two other manufacturers of IRED's and optocouplers can achieve light output perform-ance with operation similar to the G.E. performance. Neither utilizes the glass dielectric in the coupler and no tests have been performed to allow comment on other reliability factors. Degradation failure rates, to a desired criteria of percent initial light output, may be calcu-lated from accelerated data to use condition response by use of the design guideline. The design guideline temperature acceleration and slope per decade factors may be used to calculate an equiv-alent number of test hours at use condition to the accelerated test. Note that early hour slope of light output vs, time is very shallow, and accelerated test results are not valid for operating times under 168 hours. The number of devices which decrease in light output to a value less than the desired criteria on the accelerated test is then used with the equivalent unit hours to estimate 'ailure rate. IVhile this is not strictly accurate, due to the distribution of change in light output, the following is a useful approximation: log ~ x x AI + log 50] to X Agg t= 10 50) Ag2 where: Aq is the slope at stress conditions . slope at use conditions, AYq is the temperature acceleration at stress conditions, Aqz is the temperature acceleration at use conditions, t~ is the stress test duration, and t is the equivalent time at use conditions. The reliability test summary degradation failure rates were calculated this way and provide an example. The 100'C, 100 mA phototransistor accelerated operating life tests run for 168 hours (t ). The temperature acceleration curve gives a 'atio of the slope per decade at 100'C to the 55'C value of '=1.62. The middle line of the 1Fs/IF<<curve gives a ratio of=2.5 for the slopes 2.83 ~ ~, ~ 10 1.75 of a 10mA/10mA IFs/IF<<compared to the 100mA/10mA IFs/IFM the test was run at. Tl:e equivalent hours for this test at a 55'C use condition is: t= 10 ~ 50) f (log i x (1.62) x (2.5) + log 50] = 6770 hours. Two units of the 3 5 tested failed a light output criteria of half the initial value, giving a 2/2,200,000 device hours observed failure rate. which at the 50% UCL is the 0.12',"o per thousand hour failure rate shosvn in the summary chart. This also illustrates that for the G.E. IRED and coupler, the decrease in light output should have a minimal effect on circuit failure rate in con-servatively designe J circuits. 46
+.44 HIGH-VOLTAGE SUPPLY I I I IL ~ DIELECTRIC lSHIELO J O.U.T. I I I I E FOR VOLTAGES OVER 2500 Vrms, THE DIELECTRIC SHIELO IS RECOMMENDEO TO ELIMINATEAIR GAP EFFECTS. ISOLATION VO is set at. Crowbar techniques may be used in lab set-ups to provide rapid turnoff and forestall the test being described as "destructive." Steady-state isolation voltage is usually specified as a fixed percentage of the measured surge capability, although limited life tests indicate this de-rating is not required for the G.E. glass dielectric isolation. Application Engineering believes con-servative design practices are required in the use of isolation voltage ratings, due to the transients normally observed when line voltages are monitored and the catastrophic effects of a failure. b). Isolation resistance is measured at voltages far below the surge isolation capability, and has less potential for damaging the device being tested. The test is illustrated schematically here, O.U.T. ELECTRO-METER I I IL . MEASURING OF ISOLATION RESISTANCE t and requires the procedures normally used when measuring currents below a microampere. c). Isolation capacitance is a straightforward capacitance measurement. The capacitance of couplers utilizing the G.E. patented glass dielectric process is quite independent of applied voltage 49
I ,LN ST.lTF.t d ~ ee ~ ~ ~ m ~ ~ ~ ~ ' t I ~ F i,'m enomomm pJhrem .mA h ~ 0 o e ms esa e ~ ~ 'ne o' ~ u FEATURES: ~ Fast switching speeds ~ High DC current transfer ratio ~ High isolation resistance ~ 2500 volts isolation voltage ~ I/O compatible with integrated circuits ftndicttcs JEDEC tc istctcd valve t t I I t I $~ I photon CoupIed fsoIator 4M38"4N38A Ga As Infrared Emitting Diode 8; NPN Silicon Photo-Transistor The General Electric 4N38 and 4N38A consist of a gallium'rsenide infrared emitting diode coupled with a silicon photo~ transistor in a dual in-line package. d lion snt ml -'-I-Wpt- +to ~+ee anadem[st ~ ve t toe gS ~ ) ~ 4 ~ 'I $00 ~ CS I St ~to $ ~ 0 ltd sds ot F 0'0 tO $ 0 ~ Pdo Ol ~ 0 ~ OSOI I ~ t td I 0$ ooti oet'4$ SOO'td ~ ld tll ~ 0 .SCS I Se ISe OIS S ~ I Spl . ~ 00 ~ ~ $ tl~ ttl t ~pile ~ I 1 It ~costs I lee' seder le ~ ommmem edduesn os seem one moereeme ee ses oeeore>> eetsome ae ~ensue ~ t lammas s oosmoe send eouern Som ele mseeeee ~. %%me ~ lease oeeemmme mu roe suan md eom ~ 0 Peee deeeeo. absolute maximum ratings: (25 C) (unless otherwise speciTied) fStorage Temperature -55 to 150 C. Operating Temperature -55 to 100'C. Lead Soldering Time (at 260 C) 10 seconds. 4150 milliwatts 80 milliamps 3 ampere fTotal device dissipation 8 TA 4 25 C. PD 2SO mW. INFRARED EMITTING DIODE fPower Dissipation fForward Current (Continuous) fForward Current (Peak) '(Pulse width 300psec,2%duty cycle) t Reverse Voltage 3 volts <<Dcrate 2.0 mW/4C above 254C ambient. PHOTO.TRANSISTOR tPower Dissipation 44150 milliwatts tVcEo 80 volts tVCBO 80 volts tVEco 7 volts Collector Current (Continuous) 100 mBliamps 40Dcsatc 2.0 mW/4C above 2S4C ambient. fDcrasc 3.3 mW/ Cabovc 25 Cambicnt. individual electrical characteristics (25 C) INFRARED EMITTING DIODE fForward Voltage (IF ~ 10mA) fReverse Current (VR ~ 3V) Capacitance V~O,f< I MHz TYP. MAX. 1.2 1.5 100 50 UNITS volts microamps picofarads PHOTO TRANSISTOR t Breakdown Voltage V<SR>cEo (lc I mA, IF 0) t Breakdown Voltage V<aR)CSO (Ic I/EA, IF ~ 0) fBreakdown Voltage V(SRIEco (IE ~ I OOPA, IF ~ 0) fCollector Dark Current ICED (VCE = 60V, Ip ~ 0) tCollector Dark Current Icao (VCE -60V.I. -O) MIN. 80 80 TYP. MAX. 50 20 UNITS volts volts volts nanoamps nanoamps coupled electrical characteristics (25'C) MIN. TYP. MAX. UNITS t rotation V~olra e IDHg ertlh the input mrminai ~ idiodei shor(ed together and ihe output terminate Hransistor) shor ted toget her. tSaturation o)sage o lector mitter F = mA, C ~ mA Resistance IRED to Photo-Transistor (8 500 volts) Capacitance IRED to Photo-Transistor (80 volts, f= I MHz) DC Current Transfer Ration (IF ~ 10mA, VCE ~ 10V) Switching Speeds (VCE ~ 10V, IC, ~ 2mA, RI. ~ 100A) Turnn Time to TurneOff Time toff l27 4N38 1500 A 4N38A 1775 10 100 1 1.0 volts (peak) vo ts pea volts RMS sec volts giga ohms picofarad microseconds microseconds
Motorola offers a wide array of standard devices with 8 wide range of specifications (including the firstseries of DIP transistors and Darlington couplers to achieve JEDEC registration: transistors 4N25 thru 4N38, and Darlingtons 4N29 thru 4N33). AllMotorola couplers are UL Recognized with File Number E54915. CASE 730A IlIi I The Transistor Coupler is probably the most popular form ol isolator since it offers moderate ~ speed (approximately 300 kHz). sensitivity and economy. In addition, the collector-base junc-tion can be used as a photodiode to achieve higher speeds. The output in the diode mode is lower, requiring amplification for more usabte output levels. Gpticat Couplers/Isotators l 'i Couplers are designed t, . vide isolation protection fromhigh-vollage transients, surge voltage, or low-level noise that would otherwise damage the input or gen-erate erroneous information. They allow interfacing systems of difierent logic levels, different grounds, etc., that would otherwise be incompatible. ~Mti~rlt cou lersarelestedands ecifiedtoanisolati nv Ita Transistor Output olation Voltaoe is 7500 V Min ~eces. See nares. Device Type TIL112 TIL115 IL15 MCT26 TIL111 TIL114 IL'12 MOC1006 4N27 4N28 H11A4 TIL124 TIL153 IL74 MOC1005 TIL125 TIL154 4N25 4N26 H11A2 H11A3 H11A520 IL1 MCT2 TIL116. ~4N3 H11AS MCT271 H'I1AI H11A550 TIL117 TIL126 TIL155 CNYI7 MCT275 MCT272 MCT277 4N35 4N36 4N37 H11A5100 MCT273 MCT274 DC Current Transfer Ratio tys Mln 2.0 2.0 6.0 6.0 8.0 8.0 '10 10 10 10 10 10 10 12.5 20 20 20 20 20 20 20 20 20 20 20 20 30 45 50 50 50 50 50 62 70 75 100 100 100 100 100 125 225 V(8R) CEO Volts Mln 20 20 30 30 30 30 20 30 30 30 30 30 30 20 30 30 30 30 30 30 30 30 30 30 30 80 30 30 30 30 30 30 30 70 80 30 30 30 30 30 30 30 30 Darlington Output Isolation Voltage is 7500 V (Min) on ail devices. See notes. The Darllnglon Transistor Coupler is used when high transfer ratios and increased output current capability are needed. The speed. approximately 30 kHz, is slower than the transistor type but the transfer ratio can be as much as Ien times as high as the single transistor type. Device Type 4N31 H1183 4N29 4N30 MCA230 H118255 MCA255 H1182 MCA231 MOC119'IL119'IL113 MOC8030'IL127 TIL128'IL156 TIL157'1181 4N32 4N33 MOC8020'OC8050'OC8021'C Current Transfer Ratio s/ Min 50 100 100 100 100 100 100 200 200 300 300 300 300 300 300 300 300 500 500 500 500 500 1000 r n onn cted V(BR)CEO Volts Min 30 25 30 30 30 55 55 25 30 30 30 30 80 30 30 30 30 25 30 30 50 60 50 Notssi 1 tsoisooll surps vortsos,vtso,rs snrhtsrnstdsrlco d>stye trio OrssSdonnrstiny for inis isst LEO OInS i Snd 7 ~ r common snd phototi ~ hst ~ior pshs ~,5, ~ nd 6 sit coihmoll
- 2. Ati Mptprpr~ COup( ~iS ~ ro Sprsirrrd St l500 VSC PeSS t sscohds) this usustry ~ scssos ths onQihsior ~ spscrtrcs tionsnd JEOfcrs
~strrrdrsrurs i ~ ~ NC 284
~ J 4 ':f c ~ f' ~ p I f f}}