Main Assembly

Main Assembly

Not enough ratings
Speed reach timer
   
Award
Favorite
Favorited
Unfavorite
Bot
File Size
Posted
337.540 KB
4 Sep, 2021 @ 4:57am
1 Change Note ( view )

Subscribe to download
Speed reach timer

Description
A bot demonstrating how you would check how long it takes for a vehicle to reach a certain speed.


How it works:
Saves the time W was pressed into a memory node.
Once the bot reaches a certain speed defined by a constant node (5 in this example) the time is saved into another memory node.
Displays with debug node named "result" the speed reach time memory minus the press W time memory.
This system can be used as a normal stopwatch with any 2 inputs.

Clarification about programming:
There's one weird thing about the programming and that's why I used delay, or, and, not nodes before passing a save signal to the memory nodes.
Those are used to reduce the time a 1 value is being passed as much as possible, only downside it that it can only be used once. Creating a reset functionality is possible but I didn't feel like implementing it.

Here's a link to the Reddit post that led me into making this: https://www.reddit.com/r/MainAssembly/comments/pgcjv4/stopping_a_timer/
2 Comments
superoloYT 25 Sep, 2021 @ 2:10am 
I want to make a 0-100 car and use your system for it
superoloYT 25 Sep, 2021 @ 2:09am 
I can't delete one part of chassis in your build