This motor shaft will make 3 rotations, in the same time the output
shaft makes 5
Gears used: 20 tooth on motor, 12 tooth on output
Gear Ratio: 3:5
Power: 3/5x motor
Speed: 5/3x motor (faster)
This motor shaft will make 1 rotations, in the same time the output
shaft makes 3
Gears used: 24 tooth on motor, 8 tooth on output
Gear Ratio: 1:3
Power: 1/3x motor
Speed: 3x motor (faster)
This is probably the best for speed and power(torque). The robot would be front wheel drive based on that if the nxt is on the back with the wheels the robot would flip or slide down due to the weight on the downhill side of the robot not the uphill side(assuming the track is at 22.5 degress
its actually a pretty nice setup if we found space for the other sensors, but id stick with the back wheel we have now, it also shows how to make it very nicely
Use front panel datalogging to record data for use in other VIs and in reports. For example, you can log data from a graph and use that data in another graph in a separate VI. Each time a VI runs, front panel datalogging saves the front panel data to a separate datalog file, which is in the format of delimited text.
this would probably work very well and if we added a touch sensor *i dont know if they had one* which would activate the ultrasonic sensor and it would search and pick a path
LabVIEW Toolkit for LEGO MINDSTORMS NXT Program and control NXT devices with the full power of LabVIEW Get real-time updates from the NXT device during program operation with LabVIEW front panels Create native blocks for LEGO MINDSTORMS NXT software Figure 1.
The basic idea of datalogging is to run an experiment, but have a computer do
the tedious data recording for you. For instance, if you wanted to know how the
temperature changes during the course of an entire day, you
this could work but what if the robot turned and started going the wrong direction back towards the start???? it only follows the walls which could lead the robot back to the start not the finish
This is a simple dual worm gear drive. It turns two turntables using two worm gears spinning in the same direction at the same speed using one motor. It was really quite easy to build.
we are gonna have to place the ultrasound or light sensor under three inches if we are following the inside walls, but thats an individule decsion. we could use a code similar to the wall following code in the romba project.
LabVIEW 2009 LEGO MINDSTORMS NXT Module Help Logs Data from the specified sensor connected to the specified port. The data logging parameters are sample time and total time.For the Red Vis, the data is stored in the RedData.dat file on the NXT brick and can be viewed using the Data Viewer application.