Hole detector

  • MachineMan
    18th Nov 2024 Member 0 Permalink

    We have DTEC and LDTC to detect the presence of an element, but no sensor to detect the absence of one.  Originally, I had the idea for a new sensor element that sparks adjacent conductors opposite to the side or corner that has no pariticles in line with it; if it had a ctype, only the element with that ctype would turn it off.  I was called the Hole detector, or HDTC, and it would function the exact opposite way as LDTC.  I scrapped the idea because it would be easier to give LDTC a new operator mode rather than add a whole new element:

     

    LDTC tmp2 16; "Hole detection" mode.

     

    In this operator mode, LDTC will spark a conductor only if there are no pariticles of any element in line the the side or corner opposite to the side or corner in contact with the conductor.  If it's ctype is set, it'll only turn off if the element matching it's ctype is in line with it.  If the tmp2 is set to 17 ("Invert" mode and "Hole detection" mode used in combination) then LDTC will turn off if any element other than the one that matches it's ctype is in line with it, but will remain on wheather the ctype element is in line with it or not.

     

    This feature would be useful in zamboni construction; a PSTN directed machine could push a LDTC-activated mechanism that, if it dectected the absence of an ICE particle, would trigger a CRAY or DRAY to place a particle of ICE onto the empty pixel.

    Edited once by MachineMan. Last: 1st March
  • Cracker1000
    18th Nov 2024 Member 0 Permalink

     

    That's not true. Invert mode exists for LDTC and other sensor elements (except DTEC) aswell. Read the wiki or see my LDTC tutorial for that. A simple logic that inverts the output can also work with DTEC if you want.

     

    So basically this feature already exists :P

  • MachineMan
    21st Nov 2024 Member 0 Permalink

    I literally just mentioned LDTC's invert mode in the parentheses in the thread above.  Invert mode for LDTC doesn't detect the absence of an element, it detects the presence of any element except the one matching the LDTC's ctype.

    Edited once by MachineMan. Last: 25th Nov 2024
  • Jerehmia
    21st Nov 2024 Member 0 Permalink

    Why not just put a NOT gate behind the LDTC or DTEC to invert its output like @Cracker1000 suggests? A fast ARAY/FILT based NOT gate (1 frame delay) just takes 7 particles:

  • MachineMan
    25th Nov 2024 Member 0 Permalink

    This new feature means you can do it with just 2 particles; it's not so hard to implement compared to a new element.  Every detector we have detects the presence of something but never the absence of something.  This would be a good change of pace.

  • QnpfvTPz
    7th February Member 0 Permalink

    // I usually use this:

     

    function detectNothingness(elemToNotDetect,conductor,dummyElem){  // stack them in a pixel to use easily

      LDTC(Ctype: elemToNotDetect)

      CONV(Ctype: dummyElem, Tmp: SPRK)

      CONV(Ctype: SPRK, Tmp: conductor)

      CONV(Ctype: conductor, Tmp: dummyElem)

    }

  • MachineMan
    7th February Member 0 Permalink

    Good to know.

  • stillthere
    8th February Member 0 Permalink

    dude's useing powder toy programming language!!!!!!!