Any advanced electronics tutorials?

  • jBot-42
    28th Jul 2015 Banned 1 Permalink
    This post is hidden because the user is banned
  • io
    28th Jul 2015 Member 1 Permalink

    Aray:

    and

     

    DRAY (Not for electronics):

     

    I hope they are useful :)!

  • jBot-42
    29th Jul 2015 Banned 0 Permalink
    This post is hidden because the user is banned
  • io
    29th Jul 2015 Member 0 Permalink

    I have a save ( ID:1589469 ) wich uses that o make graphics. It's a simple system:

                       W

                        P

                        A

                        |

                        |

    WPIC#WPA--$

     

    W=WIFI

    P=PSCN

    I=INST

    C=CRAY(TMP=1)

    #=INSL

    - and |=BRAY

    $=(CType of CRAY)

     

    As when two ARAY (powered by pscn) colide an life 1 bray particle. It's possible to use CRAY(powdered by INST)(TMP=1) to add a particle in that empty space (life 1 particle is ereased in next frame).

    Edited 2 times by io. Last: 28th Jul 2015
  • Mrprocom
    29th Jul 2015 Moderator 5 Permalink
    @jBot-42 (View Post)
    I will explain in a better way.
    ARAY generates a beam of BRAY, BRAY can be white or orange. If you put PSCN before ARAY and spark it, the beam will be orange, but if you put METL (for example) before ARAY and spark it, the beam will be white.

    Orange BRAY replaces white BRAY and passes through it. Orange BRAY also prevents white BRAY from passing through:
    image
    Orange and white BRAY can go through INWR.

    CRAY creates a beam of its ctype, if for example its ctype is VOID and you put METL behind the CRAY and spark it, it will create a beam of VOID.
    Putting PSCN or INWR before CRAY will create different effects, let's look at them
    First one is METL, second is PSCN and third is INWR (from top to bottom):
    image
    Having INWR before CRAY will give the same effect as having INST before CRAY.
    So we learned a lot of things, now let's use what we learned to start making a printer!
    image
    As you can see, we first triggered an ARAY that created an orange beam, then we triggered bunch of ARAYs that created white beams, the white beams couldn't pass through the orange beam, but they were able to pass through INWR.

    After that, we used CRAY to replace all BRAYs with air, and air with VOID. That created a problem, we want to copy that line of INWR, not create an inverted version of it, so we inverted it once again using another CRAY.

    Now if you want to create a functional copy machine, you can use my design and improve it to make it copy multiple lines (that's your new exercise).
    If you have any more questions, just ask them and I will try to answer them.

    Edit: Forgot one more thing, you can change the tmp value of CRAY to limit how many particles it can create.
    Edited once by Mrprocom. Last: 29th Jul 2015
  • jBot-42
    29th Jul 2015 Banned 0 Permalink
    This post is hidden because the user is banned