Search results for query: shift register

    1. Jaaskinal

      Bottleneck issues and Instant Shift Registers

      This one's pretty much the same as the one that Antikristianos posted, but I like it because it's old and so am I. Bidirectional shift register
    2. Arcaner

      Bottleneck issues and Instant Shift Registers

      I am facing a curious problem. I use a shift register and give it a 0.5sec input using a clock. The problem arises when there I spawn (say) a large ship, which causes a bit of lag. The shift register freezes up, and I have to manually reset it. I believe this occurs because the clock freezes...
    3. Tamren Shade

      Ares Aerospace Incident Report *Classified*

      *Begin Recording* *Classified, level 2 Executive and Above* *Unauthorised Personnel Accessing this report are in full violation of our Preemptive NDA and will be subject to full disciplinary action. Or just simply disappeared out the nearest airlock without a suit......* Ares Aerospace...
    4. Dvaren

      Need a little help, please!

      Could anyone point me to a counter that can count in both directions? Not a shift register, as it relies on each output being hot as it counts as opposed to a regular counter where each output deactivates as the next in line activates. Thanks!
    5. GalactusX

      [HELP NEEDED] Complicated switch

      This is a way to create a "shift register" using FLIP-FLOPS (if someone knows a better one, put it here)
    6. DrTarDIS

      [HELP NEEDED] Complicated switch

      Search Results for Query: shift register | StarMade Dock
    7. Brokengauge

      About the Proposed "Fix" to the Power System...

      How is vulgarity and blatant disregard of the "shift" key threatening? Every time I've been threatened the "don't you dare" part is followed by some sort of followup statement of "or I'll stab you in the face". THAT part is a threat. Simply saying "DONT YOU FUCKING DARE" is not a threat in and...
    8. Jaaskinal

      Scroll and shift 1

      Use this regex to scroll text either direction, or to make a shift register.
    9. Stormraven

      RegEx compilation thread

      So I'm a bit stuck and need an expert opinion. I'm trying to implement the code: Regex.Replace(s, "[^0-9.]", "") I want to remove all text from a display that isn't a number. I need this so that my programming mechanism for the warp drive doesn't have to be 25 cells long. XD I can't seem to get...
    10. Fellow Starmadian

      RegEx compilation thread

      ...thought up, I'm too tired to finish it tonight though... I thought of using a modified regex counter to change the $ command after the [with] to the next number up / down. Then using quite specific regEx you can have it select the next field and copy it into the input of a display shift...
    11. Fellow Starmadian

      RegEx compilation thread

      Since it doesn't seem like anyone else has done this yet, I'm going to start a thread to document all the practical uses in starmade for regEx that I've discovered. Hopefully this will allow people to use the the new features of display blocks without: A: Learning regEx. B: Depending on a...
    12. Benevolent27

      backwards connecting logic lines

      For anyone that does a lot with logic, this is very much so needed. I'd suggest making it work by using CTRL + C. This does a reverse connection. pressing CTRL + SHIFT + C would additionally do reverse connections to a whole group.
    13. Fellow Starmadian

      Shift registers and memory storage: a logic circuit pack 1.0

      Circuits included in 1.0: -instant pulse, bi-directional shift register breadboard -binary storage using instant pulse shift registers breadboard -shift register latch template -1byte memory storage template -8 byte memory storage template Coming in V1.1 -explanation of instant pulse logic...
    14. Fellow Starmadian

      backwards connecting logic lines

      ...could be a mode-changing button or keyboard shortcut, whatever works best. example: memory storage module, 8 1byte locations, and a shift register to go between them. To meausure the output of each mem-loc, I use a line of 8 OR gates. to connect them, I need to connect 8 * nth (nth being...
    15. rariisan

      Logic Template Compilation Thread?

      Oh, shit just got real. Bench is in the house :D Looking forward what you come up with! Specially in the future where Display Modules hopefully won't lose their content when copypasted. I'm real sorry but I can't add those to this list because they are blueprints and not actual templates. :(
    16. Fellow Starmadian

      Logic Template Compilation Thread?

      Title: - Instant Pulse Shift Register Description: - Template for an expandable, bi-directional shift register Link: - instant pulse bi-directional shift register Title: - Logical Storage Using Shift Registers Description: - Template for an expandable logic storage system Link: - Expandable...
    17. Fellow Starmadian

      instant pulse bi-directional shift register 1.000001

      Uses instant pulses and latches to control a shift register, capable of going in both directions. Props to Olxinos for teaching me how to do this :) The circuit is expandable, everything is explained on the circuit.
    18. Shadow2Lead

      HMSS Hephaestus

      Started a bit of refitting the Daedalus to give it a considerably more militant interior look due to it being both the product of the Earth Romulan War and just far earlier than most of Star Trek. Also have begun switching the exterior from white hull to white standard which has reduced the eye...
    19. Trekkerjoe

      Logic Cortex -Programmable Microprocessor (WIP)

      We would be unstoppable! I might need your help. Just before going to bed I realized that I made a mistake. I filled up all of my oppcodes without realizing that I never made a command for binary shifting. It is not as bad as it sounds. There is one unused bit in the Jump command that I can...
    20. walle_222

      Logic Cortex -Programmable Microprocessor (WIP)

      Iv'e tried a flip flop counter design before and the problem i had is that the flip flop chain ( if your using the flip flop blocks ) create instant pulses before the data is stable, leading to errors when you try to use that signal. It corrupts a lot of stuff unless you filter it out with a...