Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Search the Community

Showing results for tags 'simultaneous'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 1 result

  1. I am using something like this: function pulse(rsComponent, side) rsComponent.setOutput(side, 15); rsComponent.setOutput(side, 0); end pulse(thirdGenerator, sides.bottom); pulse(secondGenerator, sides.bottom); Both "thirdGenerator" and "secondGenerator" are Redstone I/O block cpmponents connected to the computer via cables. Running this will make them give a short pulse at the bottom of the blocks but there is like a 10 tick delay between them. How can I manage to make both of them activate at the same time? Also, is there a way to set a fixed amount of ticks (a re
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.