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

TRC-M1: Difference between revisions

From
(Created page with "== Found on... == *Airwolf")
 
 
Line 1: Line 1:
== Found on... ==
== Found on... ==
*[[Airwolf]]
*[[Airwolf]]
== 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 11 = i11;
Pin 12 = i12;
Pin 19 = i19;
/** Outputs **/
Pin 13 = o13; /**(Combinatorial, No output feedback, Active high) **/
Pin 14 = o14; /**(Combinatorial, No output feedback, Active high) **/
Pin 15 = o15; /**(Combinatorial, No output feedback, Active high) **/
Pin 16 = o16; /**(Combinatorial, No output feedback, Active high) **/
Pin 17 = o17; /**(Combinatorial, No output feedback, Active high) **/
Pin 18 = o18; /**(Combinatorial, No output feedback, Active high) **/
/** Equations **/
o13 = i6
    # i6
    # i6;
o14 = ;
o15 = ;
o16 = i1 & !i3
    # i1 & i2;
o17 = !i3 & !i4;
o18 = !i3 & !i4
    # !i3 & !i4;
</pre>

Latest revision as of 17:35, 24 December 2023

Found on...[edit]

Equations[edit]

/** 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	11 = i11;
Pin	12 = i12;
Pin	19 = i19;

/** Outputs **/
Pin	13 = o13; /**(Combinatorial, No output feedback, Active high) **/
Pin	14 = o14; /**(Combinatorial, No output feedback, Active high) **/
Pin	15 = o15; /**(Combinatorial, No output feedback, Active high) **/
Pin	16 = o16; /**(Combinatorial, No output feedback, Active high) **/
Pin	17 = o17; /**(Combinatorial, No output feedback, Active high) **/
Pin	18 = o18; /**(Combinatorial, No output feedback, Active high) **/

/** Equations **/

o13 = i6
    # i6
    # i6;

o14 = ;

o15 = ;

o16 = i1 & !i3
    # i1 & i2;

o17 = !i3 & !i4;

o18 = !i3 & !i4
    # !i3 & !i4;