Digital PDFs
Documents
Guest
Register
Log In
DEC-8L-D4BA-D
June 1970
14 pages
Original
1.1MB
view
download
OCR Version
0.9MB
view
download
Document:
MC8-L FuncDescr Jun70
Order Number:
DEC-8L-D4BA-D
Revision:
0
Pages:
14
Original Filename:
DEC-8L-D4BA-D_MC8-L_FuncDescr_Jun70.pdf
OCR Text
DEC-8L-D4BA-D MC8/L MEMORY EXTENSION CONTROL OPTION FUNCTIONAL DESCRIPTION DIGITAL EQUIPMENT CORPORATION o MAYNARD, MASSACHUSETTS Ist Printing April 1969 2nd Printing June 1970 Copyright © 1969, 1970 by Digital Equipment Corporation The material in this manual is for information purposes and is subject to change without notice. The following are trademarks of Digital Equipment Corporation, Maynard, Massachusetts: DEC PDP FLIP CHIP DIGITAL FOCAL COMPUTER LAB MC8/L MEMORY EXTENSION CONTROL INST FIELD key raised, or by the program through the Instruction Buffer (IB) register. All program executed transfers of the IF come from the IB. INTRODUCTION An additional 4096 (4K) core memory can be added to the standard PDP-8/L 4K core mem- ory to yield the maximum storage capacity of 8192 words. Figure 1 shows the MC8/L modules and their locations in the BAO8 Peripheral Expander and Figure 2 illustrates the Memory Extension Control organization, and it's relationship to the standard memory. The Memory Extension Control is placed in the BAO8 Peripheral Expander Cabinet as shown in Figure 2. Transfer of MC8/L control and data signals occurs mainly through the special signal cables and connectors. The PDP-8/L 1/O BUS is con- The content of the INST FIELD key is loaded directly into the IF and the IB by manual operation of the LOAD ADDR key. When a JMP or JMS instruction is executed, the content of the IB is transferred into the IF. When an interrupt occurs, the content of the IF is transferred to the Save Field (SF) regis- ter. At the end of the interrupt subroutine the IF status is restored through the IB from the SF by execution of the RMF instruction. When the CIF instruction is executed (refer to Memory Extension Control Instruction Descriptions in this section) the content of MBOS8 is transferred to the IB; the content of the IB is nected to the BAO8. Some of the I/O BUS signals are used by the MC8/L option; however, transferred to the IF at the execution of a JMP other options make use of this bus so it must be the CIF instruction and the JMP or JMS, pro- supplied. or JMS instruction. During the time between gram interrupts are inhibited. The following paragraphs describe the use of the MC8/L control logic, and the Memory Extension Control instruction set. It is assumed that the reader understands the memory timing, Data Field Register (DF) read, write, inhibit and sense elements of the This 1-bit register determines the field used for basic memory system described in Volume I, data storage and retrieval. Chapter 4, of the PDP-8/L Maintenance Manu~ al. The memory system elements described The DF can be loaded from three discrete sources: MBOS8, the Save Field (SF1), and the DATA FIELD key. above are identical to those in the expanded 4K core memory; therefore, maintenance and opera- tion are the same. LOGIC DESCRIPTION Initially, the DF is loaded from the DATA FIELD key by manual operation of the LOAD ADDR key. While the program is running, a CDF (change data field) instruction can be used to alter the content of the DF to permit selec- Instruction Field Register (IF) This 1-bit register determines the memory field to be used for storage and retrieval of program instructions. The IF register can be loaded directly by pressing LOAD ADDR with the tion of the other memory field. Bit 08 of the CDF instruction contains the desired field ad- dress (either O or 1). Once loaded, the con- tent of the DF remains unchanged until altered; either manually by LOAD ADDR and the asserted DATA FIELD key, or under program control by a CDF instruction. Figure 1 Memory Extension Control in the BAO8 Peripheral Expander During a program=interrupt operation, the content of the DF is automatically stored in the Extended Address (EA) Field Selection Save Field register (SF1) and is restored to the DF upon completion of the interrupt subroutine allows access to either memory field. by the RMF instruction. flop outputs, EA (for field O, the standard core The EA flip-flop (drawing D-BS-MC8~L-2) The flip- memory) and EA (for the extended memory) enable each memory timing generator when at a high logic level. Instruction Buffer Register (IB) tion time of every JMP or JMS instruction The EA extended address field enable flip-flop can be activated from one of three sources: the the IF register, the DF register, or the BF register. The IF register is gated to the EA flipflop except during a break cycle or an indirectly referenced data handling instruction (AND, TAD, ISZ and DCA). In addition, when the LOAD ADDR and the INST FIELD keys are operated, the IF is gated to EA to generate the memory field enable level. The DF register is strobes the output of IB into IF. gated to EA when any indirectly-addressed This 1-bit register provides input buffering for data transfers made into IF under program con- trol. Manual transfers are made directly into IF and, simultaneously, into IB. This transfer of data into both registers is necessary to pre- vent inadvertent changing of the content of IF. The output of IB is loaded into IF at the execu- memory reference instruction other than JMP or Save Field Register (SF) This 2-bit register provides temporary storage for the content of both IF and DF during a program interrupt. This is necessary to permit IF and DF to be cleared so the program interrupt subroutine can start in field 0. At the conclusion of the interrupt subroutine, an RMF instruction loads the content of SFO into IB for subsequent transfer into IF, and the content of SF1 into DF. The last instruction in the subroutine (JMP10) completes the transfer from IB, to IF. JMS is executed (AND, TAD, ISZ or DCA). The BF decoder allows the BF to generate the memory field select code during a break cycle. Interrupt Inhibit The interrupt inhibit (drawing D-BS-MC8L-2) logic disables the INT OK (drawing D-BS- PDP-8-L-7) level in the processor from the time a CIF instruction is decoded until a JMP or JMS command finishes the CIF instruction. This prevents operation of an interrupt before the field is changed. Interrupt synchroniza- tion is restored after the IF is loaded from the IB, allowing further program interrupt to occur. Break Field Register (BF) MEMORY EXTENSION CONTROL INSTRUCTION DESCRIPTIONS This 1-bit register determines the field to be used for storage and retrieval of data transfers from 1/O devices using the data break facility. The BF is loaded from the EXT DATA ADD line by BTP2 of the cycle before a data break is initiated. The following paragraphs describe the basic microinstruction set necessary to control pro- gram execution with the Memory Extension Control option. See Table 1 Basic IOT Micro- instruction Set for the MC8/L. Table 1 Basic IOT Microinstruction Set for the MC8/L Mnemonic Octal Operation 62N1 Change to Data Field N. The data field register is loaded with the selected field number (0 or 1). All Program Interrupt CDF subsequent memory requests for operands are auto- matically switched to that data field until the data field number is changed by a new CDF command, or during a program interrupt. CIF 62N?2 Change Instruction Field. The instruction buffer register is loaded with the selected field number (0 or 1). The next JMP or JMS instruction causes the new field to be entered. RDF 6214 6224 MB8 =>1B. Read Dcta Field. The content of the data field register is transferred into bit 8 of the AC. Bits 6 and 7 are cleared, all other bits of the AC are not affected. RIF MB8 = >DF DF = > AC8 Same as RDF, except reads the instruction field. IF =>ACS8 RIB 6234 Read Interrupt Buffer. The instruction field and data field, stored in the same field during an interrupt, are read into AC 8 and 11 respectively. SFO = > AC8 SF1 = > AC11 RMF 6244 Restore Memory Field, Used to exit from a program interrupt. Change Data Field (CDF) Change Instruction Field (CIF) This instruction (octal code 62N1, where N is the octal number of the field to which control is changing, N is Og for field 0, and 1g for This instruction (octal code 62N2, where N is gram is changing) is executed prior fo JMP or data with any indirectly~addressed memoryreference instruction other than JMP or JMS. This instruction is generated by combining BIOP1 and MBO3 through MBO7 levels (drawing D-BS-MC8-L-2). MB08 (N = MB06 a 0, MBO7 a 0 and MBO8 either a O for field 0 or 1 for field 1) to be loaded into the IB by combining it with BMBO9 (0) to enable the IB flip-flop data input and clocking the clock input with LOAD IB. The field 1) is used prior to storing or retrieving the octal number of the field to which the pro- JMS instruction. The 62N2 instruction allows content of IB is then transferred to the IF when the next JMP or JMS command is executed (LOAD IF active). Read Data Field (RDF) This instruction (octal code 6214) reads the contents of the DF flip-flop onto the ACIO8 line. The data is transferred to accumulator bit ACO8 in the same manner as with the RIB Restore Memory Field (RMF) instruction. This instruction (octal code 6244) restores the contents of the SF to the DF and IB registers. The conclusion of an interrupt subroutine (JMP 10) loads the IF from the IB. RMF (drawing D-BS-MC8-L-2) allows bit SF1 to be loaded in- to the DF. The content of the IB is transferred to the IF by executing a JMP or JMS instruction. Read Instruction Field (RIF) This instruction (octal code 6224) reads the contents of the IF flip-flop onto the ACIO8 line. The data is transferred through the INPUT BUS 08 line to bit ACO8 in the same manner as the RDF. Read Interrupt Buffer (RIB) This instruction (octal code 6234) allows storing that same field in memory if the power failure ENGINEERING DRAWINGS option is installed. The following drawings pertaining to the This instruction reads the contents of the 2-bit SF register into the AC on the ACIO8 and ACIIT lines (drawing D-BSMCB8-1L-2). These lines activate the INPUT BUS 08 and 11 lines in the processor. Execution of the RIB instruction generates AC LOAD and AC ENABLE in the processor which allows transfer of the data on INPUT BUS 08 MC8/L option are contained in this section. Drawing Number D-BS-MC8-L-~1 D-BS-MC8~L-2 Title Memory Control Memory Extension Control D-BS-MC8-L-3 Sense Amp and Inhibit ing D-BS-PDP8-L-~6) is generated by 1/O EN- D-CS-MC8-L-4 D-CS-MC8-L-5 D-1C-MC8-L-6 X~-Axis Selection Y-Axis Selection Special Signal Con- produces AC ENABLE (drawing D~BS-PDP8-L- D-UA-BCO8A-0-0 BCO8A Cable and 11 to the accumulator. AC LOAD (draw- ABLE and I/O STROBE as a result of performing this IOT (6234) command. 1/O ENABLE also Drivers nectors 8 7 6 | 5 B MEM ENABLE M617 | T 7 | BI3 B! ] AB3g ' ! | , V2V ! 4 3 2 | B INHIBIT MGI7 | G @ 3 NTE_ZE | | | | | | LoCK ‘ QUI I I TR c oLt —————————————————— o CP PWR.OK - EA Je | 15K D664 ! | | i {?;If 813 : NIttt ! vie ! o — o — # I — T ¥ POWER Bs2| DETECTOR [T2 | / 6826 A @1 L B! | | I Ne N J oW | | au2 = T 524 A3l 524 B3| e V2 st (Ve UNREG — 18 i ~ A\ A \ S I 12 | WRITE (1) * L ! S | LRI I . REF §}—— MEMORY SuPPLY — [ B2 | D2l 7 — X re/wa‘s SOURCE = — e T L2 u2 F2 | P2, ) Y R/W * T SOURCE b)B ]2 | | READ (1) WRITE D2 l J2 | |— DI [] _ () | o MEM cnnoLe — 1 E2 +3v () —_— =0T DONE . _ T =5\ A0 M9¢32 M2 L] l | — | $52 ‘ )B29 STROBE - 2 | P2 Y R/W | LTI | l|| | — Li ' B | , ) " £z iLE | , — | I Loqve | : I N2 <« | Saza Do2 ' M2 — | El | ] | | CL [ C | I RETURN i — | | Kl [ oI T vz . _ — L2 | o2 —_— RETURN | _ — e R/W - = _ e . DJONE ! Lock (o) | - ' | x CYC | 228 ce2 Tee = 52| _— X | - i — { 1T~ |2~ us,, Fzl |+ - = A CYC ! INWIBIT (1) | | ‘ AV2 &——f——SLICE | n _‘P@ _________________ 3 NEG CLAMP CLAMP NEG % LOOPS FOR MEASURING MEMORY MALF SELECT CURRENTS ) 6 — Mi | ; ( - L — El €2 ' | — My D2 My | AB2 —_ A59 102 ' W2 fuz,, F2l —— K2 e l/ L CcToNADE CTC N | , 'i | e St ! A28 B29 T T T T i cveLe (1) Ki b Ji - | g2 | LDJPj' ) | | ggg‘ | | - £2 Bo2 | M903 | T C | EINCF) P2 U8, F2! ::HZ L~ 7 [/ 8 ° - — - — - Fal +5V SOURCE (8V) ' / / U2 | 6624 I I ; | CLAMP !' | M3@3 J2 Eaywz Kl L‘| S>——CYC DONE T2 READ (1) | e — === — ——{ BL2 | 8P2 BR2 ae2 ! S __—'Hl R2 T ‘II R2 NEG = T l| ! | Bus Tl | AO3 | N bS Ji A[— ane AHS - H2 ¢ G624 Ap2 o l | 853! 8v2l y | TM AR2 é ! M2, | CONNECTOR J l BE2 T '~ MEMORY SUPPLY + | .., I POWER SUPPLY ! I K2 150 BF2 = BE2 AJ2 AK2 'A,828 | aT2 3F2 BD2 4 [BYZ] | _ 5 R n\ \ |- | M360 e | 11 I'_u;;Q— T | 2) 6624 | lgpajz_ NHIBIT S | all Bl ~ [ 6785 l Bvz AE2 - — — e e l45(3)——4 AH2 AL2 %2T Rz| AJZIASZ [BMZ I REGULATOR [ THERMISTOR —— AD2 |+5C4)—+— —— POWER CLEAR AND — Iggég——k—q:gfig 2;22 | S 52 3 — | | | 1 —— | ________ u310 - o | | Pl R r— 1% 2048 C M6I7| ! S | : I | | T T -_|MI INigl +3(1) I : w990 ! L2 | " 15 HS EINGFI HINGJIL I i SI = 472 a3 ;5831 M9C3 w25 Boe wem BEGIN WRITE I 1 r 52 813 vz ————————— C olT2 12 _ oo | """"""""""""""""Mns S 1 T va T T 5 1 4 3 . | A 2 1 ) D-BS-MC8-L-1 Memory Control 8 7 6 5 4 3 2 | 1 1 | —— RIB I I R | — Mt I A24 " - | I BMB 07 (1) ; L | BmMB @8 (i) 42 INT InHIBIT | | == o2l 2 BMB 07 (1) | 8MB 28 (B) ! — ! : M ‘ [ ! ToapTF - - — _ Fi £l L oaif@ IF o | h24 l | ) M7 A20 j | l RIF Bl | _ Bl g T | ' ' ‘ ZLR IB\IF, DF A24 | | k2|t o2 32 a2 ’I— l AMF | w2 l-—--hH COF e | a0 H—2——- .l___ — 4 —— ' mzie ! Al6 . _ | ' | | MII3 Milt A2 |. A22 I | ! |I | '[ Fi q dR2 P S| SF T | [ BTP3 | T 81 IB,IF | a7 LOAD 8 EXT DATA ADOD' [ ! ' m216 | 15 10} RDF b— | LOAD IF —¢ | ______I Mi | 1T--—-—--7F=--- o pb——SET ! 43! ———d—-—— - 7 ST £l €A _4_..__r'=_J.._____.._ | ! SF | | I M113 : @) ||MIII 5 — ——————— | J2__ — ln2 ¢(9) £21 al[@ OF ] p—SETOF —q | RI N7 L sT— - BMB 07 (0) sme @8 (1) = = = — — ] I I 'KEY CLEAR M| =} — — — = —— A24 | MIS LoAD SF Al9 EY KEY C CLEAR MIIS AlS SET IBIF | ! _ b gy Ly v s e SET OF e — - Bms m(@) | BTMmB 28(p) : T _.l E2 MHI 24 H2 KEY I : BMB @9 (9) A A A24 E2 | 02 Y2 groea s2|{r2 _______________ Iwnz e | A20 | ¢! e - — - —— I DF | A1 Bve p3 (@) TTTTo! BMB 1@ (@) i BMBYE (1) BMB 11(0) F2 B [ M216 8MB 25 @) ) _.___9_ e ee e e _______________________ R2 +3vV ;———M“;———i || XEY CLR A22 ] | o e K29 (1 L | P2 Al6 sFp Pt +av T 6&' | K2 BMA 00 fl of(i 2 . D2 ) BMB {1 BMP o3 (P) BMB @I (®) o —— BMA 23 Et — BMA @6 Hi BMA @9 Kt PI BMB 92 (9) NI D : QD ct 4 —_— e BMA B3 ol BMA GG e £l Jt BMA 9 e NI BMB 09 (') BMB @i (1) 2 | e e e —— BMB ¢2(1) - - —— ‘-L(%FAD SF KEY C\EAR 8 | 7 ] 6 | 5 4 I 3 | D-BS-MC8-L-2 1 Memory Extension Control 11 8 ) 7 ::;: (as2¢ gat2 AC2 é AD2 AE29 9AF2 AH29 9AJ2 [M1J2 [x2 Te624T ~ |v2 (k2 Te624T ~IH1 01 T6824 T — (52 | | Fal AZ2 | . | N2 [twre | orivedH 2l §p 2 Fal Ae3 | N2 |wwie oRIvVERH 2I Eilaes | P2 MEMORY ol " | L_ A o [TCo e ME MORY I oriver|F I | | | L || ce2e | ==, 8 m;suaen’: D2 | | | | A | MEMP [E] oG Y52 | MI| | [rvoze } [s 403 ® T2 BMBO1 (Q) | BH2¢ 6020 B MEM 01 £l |_MEM 02 ) [LL IT A‘n | E1lBe2 | M2 |wre onrventF || P21 BO2 L2 D R2 | oriverlR2' 1 S | MI' s B@2 K2 finme §s27) orver|NIl u2 v Al $12 | | a1 Lo ¢ [Coas] | Y [Ci > [ el D2 oI M2 LI Al N2 T __MEM 03 [TL | | ' S| —¢ BO& J MEM 24 [ | BMB2S (@) o i 4 Al 1] o o ___.__ 6020 Al | _MEM 05 pMI | MEM 06 9 U2 ¢ SENSE @3] y ci S| [ | o SENSE 04P ) ! Al | u2 X SI "/ { "] SENSE 06 ' Cl—¢ | ) S| —9¢ | : Cl—9— | [ ' I s ' ! ] los lo | | | RI [ \ L oz Je2 152 's2 N1TH K2 =/ Je2 MR-8(-8 Is2 LM DAC2 ®ADZ OMIT FOR IRI I N\ oz :‘:3-.5C OAS2 GAT2 _SED IR} £l o2 PAE2 ®AF2 E K2 Is2 5/ fea Ju SAH2 QAJ? w1 PAK2 SAL2 oz K2 N\ [omrveriN 1 T2 | L —— o L [ | Je2 o DAM2 ®AN2 7/ - S| —¢ L\ M oz K2 N\ Je2 BC2 oBD2 LT OBE2 oBF2 o _ [ I o_ i _! ! pk2 ) ¥o23 Al uz | J | I v L | o SENSE 10P ] H {8 : cl~—e I | | SENSE 11 y ‘ SI —¢ | | I | ' | | | ] | I | loi | l - sz I |RI El K2 4 | | El is2 /\ L.I P2 Te2 oBH2 eBJ2 Ci M Jea T OBM2 OBN2 B | K2 | M1 3 L _ 1Pz oBK2 oBL2 ‘ | | | C | '| IRt El Is2 AP2 MAR? N BMBI1 (@) eH2 [ SENSE Q9P 101 [ L\ [ , IRI 3 2 SENSE @8P ] I [ |2 [ u2 i ! | £ Al SENSE @707 l X | D | | Big T2 I , | . T | | , MEM 09 €2 | T2 ; ] Teezo | ] —e— 6020 T2 | | S2 BMBIQ (@) : RITY Cl 8MB09 (@) i | i k2 linvm M2 809 I | 101 D! Aees L | MEM 08 YT |' | MIlBQ3 | G624 emB@s (2) MEM 07 ps! !| | lorwver|R 2! S NZ T || | YR2 | lg228 1 EITE“L%EE Io loaverlFI! | L2 i | | ] - i D2 6820 B8 SENSE 85P 7] e N —e BMBQ27 (@) ! Il ) : P2iB0O3 INHIB [E2 BMBG6 (2) T2 e Cl—e BMBO4 (0) | 6228 6020 SENSE 02P Ip2 | TM2 | | | | Q@ briven{H2! EI BE3 PPN " [ Codiaf * [ C—d| ® [ C_ ul o [ L_ s Iv2 ! | SENSE 01 P17 | R [ | [ e 24 ! __ BO3 | 2VY2 l v BR2 ) | | SENSE 0 BP2 || | T2 | BN2 24 6624 | I B M2 .- 8@2 | == 4 |12 BEGIN ——9—dsense P P F21 Ba3 N2 | ¢BL2 '| BMBO 3 () u2 BK2g |K2J662¢ T ~ |H1 31 Te&2e T ~ |52 [T2Tceaw [ ~ |f1 |Ri Tcea | | s | €2 AQ9 ¢BJ2 ~vil= 1 A | T2 4 9BF2 | | e P2 BE29 mval= 1 ENABLE ‘ BC2¢ ¢BD2 |A7 |J1 Teeae T ~[$Z |T2Tee T ~ |67 RiTe624 ~|32 1 | Lt BMBO2 (0) AQ8 | _MEM 00 . 92 ' 9AR2 2I- Lol > e [ [ 2l ive | | BI | @ otven|H | 3 [Eoqual * B MEM MEM | | N2 | TR 4 AP29 F2lBo2 [ l | 8MBOO(0) | ___ 9AN? | k2 [orives NI M2 N2 js0s /b\m ae3 L2 oriver|R2| 0! | 6228 * P2l liwwze | G624 D2 BMB PARITY 00D | 6022 AM29 L RQ3_ [E2 lasaw_ | b | Al G228 YRr2 9AL2 ~sls — 2L €2 Zva3e | AK29 |T2T6624 T —|FT [RT T6824 T — |J2 [k216626 T L_Juol 2 Iv2 suppPLY~— | | M2 [inan 5 | dBP2 ®BR2 — ) MC-8L-A A 8 7 | 6 | 5 1 4 | 3 | D-BS-MC8-L-3 2 | 1 Sense Amp and Inhibit Drivers 13 e lrszz' ces e - e — - - o R2| =3 i| " ‘ I ® »—D__ [ ' L | | [ Mt TM | — ————— G221 — 71 3 72 73 % 3 . 74 78 3 3 3 27 76 77 & NOTES: CEZ z LTM fcp2) 50 === Tz - { - - | Gl & 57 o ] [CM2] i o ST N G612 IF -INSTALLED |eN2 21 TM 3 o D IS REPLACED WITH A o7 & i iy E: ‘JZ: D2 29 %o ] BMA 22 €2 CLAMP i | L2l 1 | vz X I1®GeHl IN CD@7 P21 [cS2 o | NEG jeT2 Lo 1H2 BMAO2 1 3 7¢ 3 | | ) MAQI cu2 Z ' | o szI| cpo? o 1 : - 6611 -—- 40 3 cL2 47 1 X ¥ -3 . p | g2l | I o — D E L I { o I | T 37 % [ & 20 27 e |cF N | I 1 M2 | o | | ., _ i | 4 |cE2 . 10 17 e |cD2 _ _ N _ _ [ . N el 1 lys L |CY2 P21 [CH2] iH2 CLAMP 30 | : NES |Ck2 siizz £2 s re zaaglr o T | | 2i 28 b |ccd T2 o oL X R/W - —-J 9o ( §pc2 2 . ! FClR2TM 2 SOURCE | ¥ 311 X R/W RETURN 172 ¢é0D2 ] @2 §DE2 §DF2 §DH2 §DJ2 23 g4 §DK2 4DL2 8MAP3 NEG CLAMP BMA @5 | :zz $DM2 ¢DN2 $DP2 T2l Je 7 7 T M2 [M27 L2 2} — 7 Tif2 TN2|T N2l T TS S2° TR2IT R ’I T T $K2— k2T J2) g2l T T ¥ fi i 2 ? ? bl | T2 I B MEM ENABLE 05 1 1f p | ¢DR2 ¢DS2 06 _ I $ G6ID DT2 _ ¢DUZ__ M2e L_'z, =T P2~ T{p2— N2 1 | o7 §DV2 ) cpoas - 4§2 - ] | - —if | | j r—r . a —a I | - | : D2 gMags E2 | fl- | I | : | 622l | ( e o D@3 e osos | ) BMAS — i | 622l | i B || pr—— | | ve, | H2 g’:‘ F2 — — - — 27— C T F!l Dp4a | gMA 98 2 A * V2 i t ---———- - NEG T CLAMP | A D-CD-MC8-L-4 15 X-Axis Selection T | c23 ' fi:}_ } | o s2l | ; | ANZ: i + 1 | | D_ RN L lve CT2 ot Lo 72 3 73 ¥ , 74 » 75 » .3 » 76 tro—-0r4 77 NOTES: B I #6611 IS . ; . q '3 ! BMAQS —) E2 _ " D2 G612 12 60 ¥ 67 3 hat i 50 -y 57 IN CDO7 REPLACED IF IF WITH A D INSTALLED INST L § 3 vy : ! vKZI 10 CM‘Z e g 2 ] | |o1 I . 2 B | | " ' et ICF, fn2 i D Pz: { | » 2 ~ | M val i k2’ ’_D»— NEG | vz PL e I gages E2 CHY] 20 . 3 vz enapLg —22] T2 Y 27 ¥ " ! ] | 1F2 3737 & & 30 |C92 Nal ] 47 7 »¢ —:D— ois2 |cxe 4 | oTM o1 40 3 T2 6221 — o s ———————————— —— <|cL2 } o 3 1 bocod IMACS - 71 . -3 ' l LM2 | CP2 .. CLAMP ZMA d 3 N J NEG oR—-ol |cy2 P2, |€S2 a [ aMAO8 o z{ | | 3Ma07 — »**_%D i | 1 R2| [ |ced p 10 — (4 & _ - : [cca 00 : _ _a\J ( 3 ¢$pc2 MIKZ I . W SOURCE ]! 9pD2 $DE2 J20b 7 7 T [WM2 ! K-} STZ ? Y R/W RETURN 9DF2 L2t~ 4 ¥ STZ ? |T2 ) 02 §DH2 ~ TP ¥ 23 §DJ2 $DK2 NalT T ) I YT —. EMACS NEG k-4 ’-T -—a f H | 9DN2 pDP2 9DR2 0 52 J T T TN M2 Y i LT ) Y STZ iy 1 07 ' )OT2 G611 $DU2 §DV2 ) cpa7 4 TR2 TRl T ‘?2 5TA 2 TT R2 %b i ) | I BMagy o2 |! r i E2 1 I | T | F2 - e B:;A H2 i | | | G2e) D99 I Dgs ® ( ] - ___ A | | | 6221 1 71& || J ' aMAl] { 26 3 | 17 | I TR ! p 25 pPDM2 j T2 __[Ve CLAMP ¢DL2 T ST AT ;' T | | 24 BMADI F2 BMA H2 v2 | NEG St cLawmr F—————- | T To _ _ _ A | ’ | ¢ 3 1 4 3 | | 2 1 D-CS-MC8-L-5 Y-Axis Selection 17 D MOD3 M9D3 MIB3 MIp3 A3D B3g M903 M903 Al Al Al Al @ m Cl Cl =- > =g = A29 EA BMA Q@ BMA 21 BMA @2 BMA 03 i ' BMA ©4 - 829 X C:I ci L- E=I E=| = 0l > Fi Hi - C K1 Ll > g D1 Fl HI '] Ll 1 S| 4 — > - BMA 7 MA @8 EMA ga BMA 12 BvA 1 r4 . X Rl (W4 . MEM lhel o2 2| M2 Je2f IM2] . Jrx2 - N2 N2 Fi 02 = L1 L =4 Fi il . %! * Kl K| - - f Ll —fet—1' NI NI MEM RI. R MEM @7 - - MEM : ¢9 3 ME wio —prl Je| el 2| MEM 1 2l M2] 2] [mM2| N2 N2 MEM <) ol 2, MEM @5 € P @6 Em = BlCl L- H1 g MEM T4 2 2l Je| > MEM @3 ST ke| = Di & Pl Rlf St - e 8 MA Q€ MEM B¢ € 1 ) 1% NI B Cl MEM @I Kl wa g5 — NI et 8 Pl 1 M EM P X ¢8 - @ Pl S| 8} . | k2| MB PARITY 0ODD - k2| & P 2 R2 L = P2¥ Y2 R2 R2 R2 STROBE s2| 2| + sel {2l vz Jue — MEM DONE ve| 2 [v2 ] U ) BEMA ‘ T2 — = I - SP CYC vz T2 |u2 / .2 U V2 EMA v NEXT BF ENABLE 8 L - 8TP3 KEY CLR 1 - INT INHIBIT (0D oF 1 — = KEY IF NS = KEY OF E £ P2 e DF ENABLE NG MEM START ) BTPBZ A3 2° SET + F JMP SET * MS raanrri 1 5 A D! 01 — - Fl =+ ) e g:: C.R PWR: - LINE LOW N Fli H1 a4 o . K1 D Ll Li — " L NI NI Pl = S1 1 o =1 X [F2 [Py A 1 1 RI. St - P RI- [ = C = &2 F2| WJ2 i Og2 fwkot L ) I I Mzl vzl 1 y P2 ] 1 » fl:_ 1 - kel T L B3I N2 ¥ P2 N2 R R2 sel [se] 4 2 va2] 1 12 02| 1 o2 + _/ U le— = ) = B A 7 6 5 1 4 3 | 2 D-IC-MC8-L-6 ] 1 Special Signal Connectors 19 7 | 6 5 / ‘ PART NO. DIM ATTACH ITEM ¥*5 ITEM *3 (FLEX PRINT 3 FT THEN ASSEMBLE BCOBA - 4 4 FT BCO8A- 6 cFT BCPBA-10 vy SEE NOTE SEE NOTE *| £ SIDE NOTES . 2 FT 5 FT BCOBA -7 I YA BC@gA- 2 BCo8A -8 BCZ8A - 9 o "B " # | FT BCOBA- 5 FLEXPRINT A\Y BCoBA - | BCZBA - 3 5 1 2 | 4 , l. ITEM *) 2 7 FT 8 FT 9FT 10 5 FT zr] (FLIP CHIP) (EYELETS). %Expmm IS (7APE) ITEM®*3 wiTH T?_ TO CLAMP) BE TO 1TEM *2 OR ®6 CUuT FagrcatoN: TO TT(;HE D T FLEXPRINT *&’ — DIM ‘A" PLUS .2 INCHES FLEXPRINT “B”~ DIM A’ PLUS - - TLEXPRINT (C-DPIM A 3P 1S WIRED TO P2 *“2 PINS, EXAMPLE : WIRED TO IS WIRED SO ON. PI-Al P2-Al TO 4 TOLERANCES: ALl S ON THE — SAME IS AND PI-B2 P2-B2 AND (STD. CABLE) 0 TO 25 FT + L INCH L2 N1T7Z 7 7 7 . 1 7 27 29" 10 51" TO } 5 fFT 10 FT 5 FLEXPRINT ¢ ( ELRECTRIACAL LY N FLEXPRINT “A” SEE NOTE + | INCH t 2 INCHES —=/7) s NOT CONNULCTED & C > 4___ Pl [.._ A = 4 3 S A | 7 [ 6 5 1 3 2 | D-UA-BCO08A-0-0 2] 1 BCO8A Cable
Home
Privacy and Data
Site structure and layout ©2025 Majenko Technologies