Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

857495: Difference between revisions

From PLD Archive
Created page with "== Found on... == *Fluke 9132 interface POD == Equations == <pre> * Inputs *: Pin 1 = i1; Pin 2 = i2; Pin 3 = i3; Pin 4 = i4; Pin 5 = i5; Pin 6 = i6; Pin 7 = i7; Pin 8 = i8; Pin 9 = i9; Pin 10 = i10; Pin 11 = i11; Pin 13 = i13; Pin 14 = i14; Pin 19 = i19; Pin 20 = i20; Pin 23 = i23; * Outputs *: Pin 15 = o15; *(Combinatorial, No output feedback, Active low) *: Pin 16 = o16; *(Combinatorial, Output feedback output, Active low) *: Pin 17 = o17; /**(Combin..."
 
Replaced content with "== Found on... == *Fluke 9132 interface POD"
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Found on... ==
== Found on... ==
*[[Fluke 9132 interface POD]]
*[[Fluke 9132 interface POD]]
== Equations ==
<pre>
/** Inputs **/
Pin 1 = i1;
Pin 2 = i2;
Pin 3 = i3;
Pin 4 = i4;
Pin 5 = i5;
Pin 6 = i6;
Pin 7 = i7;
Pin 8 = i8;
Pin 9 = i9;
Pin 10 = i10;
Pin 11 = i11;
Pin 13 = i13;
Pin 14 = i14;
Pin 19 = i19;
Pin 20 = i20;
Pin 23 = i23;
/** Outputs **/
Pin 15 = o15; /**(Combinatorial, No output feedback, Active low) **/
Pin 16 = o16; /**(Combinatorial, Output feedback output, Active low) **/
Pin 17 = o17; /**(Combinatorial, Output feedback output, Active low) **/
Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/
Pin 21 = o21; /**(Combinatorial, Output feedback output, Active low) **/
Pin 22 = o22; /**(Combinatorial, No output feedback, Active low) **/
/** Equations **/
!o15 = !i3 & !i5
    # !i2 & !i3 & !i8
    # i1 & !i3 & i8
    # !i3 & !o17
    # !i3 & !o18;
!o16 = i5 & !i6 & o17
    # !i4 & i5 & o17
    # !i4 & i5 & i6 & !o18;
!o17 = i2 & o18
    # !i6 & !i13 & !o18
    # !i5;
o17.oe = !o17 & o18
!o18 = !i6 & !i13 & !o18
    # i6 & !o17 & !o18
    # !i5;
o18.oe = i4 & i6 & !o18
!o21 = i5 & !i6 & i9 & !i10 & !i11 & i13 & o18
    # !i4 & i5 & i6 & i9 & !i10 & !i11;
!o22 = !i5
    # i11
    # !i9
    # !i6 & !o18
    # !i6 & !i13
    # i4 & i6
    # i10;
</pre>

Latest revision as of 16:40, 8 June 2025