
Ricardo Orellana Paz wrote:
-------------------------------
Hi all:
I build the following circuit with 2SK1358
MOSFET:

200vdc ------+----------+----------+---------
             |          |          |
              |--(A)     |--(C)     |--(E)
             |          |          |
            R|         S|         T|
             |          |          |
              |--(B)     |--(D)     |--(F)
             |          |          |
gnd   -------+----------+----------+---------              

Where:
   (A),(B),(C),(D),(E) and (F) are FET´s gates
    and R,S and T are OUTPUTS.

I have designated the port 3 of the following way:

P3.0 EQU A
P3.1 EQU B
P3.2 EQU C
P3.3 EQU D
P3.4 EQU E
P3.5 EQU F

I want to generate an Alternat trifasic current in R S T OUTPUTs, for which I will try to use the following sequence:

(A)(B)(C)(D)(E)(F)


 1  0  0  0  0  1
 1  0  1  0  0  1
 0  0  1  0  0  1
 0  1  1  0  0  1
 0  1  1  0  0  0
 0  1  1  0  1  0
 0  1  0  0  1  0
 0  1  0  1  1  0
 0  0  0  1  1  0
 1  0  0  1  1  0
 1  0  0  1  0  0
 1  0  0  1  0  1
**************************

Is this sequence correct?

Thanks in advance for the suggestions to the professionals of the forum.

Ricardo.

