Here are three Sample TETRIX VIs<\/a> for TETRIX projects.<\/p>\n
Also attach the servo controller to the base in the same way on the other side.<\/p>\n
Take a DC motor, a motor mount, a motor shaft hub and a wheel from your kit. Slide the motor mount around the front of the motor until the leading edge of the motor mount is flush with the crack in the motor housing, as seen in the picture. This may take a bit of force as the motor mount is designed to fit snugly.<\/p>\n
Take from your kit a short tube, two tube clamps, and two tube plugs. Place one plug in one end of the tube and attach a clamp to the end. Make sure that the plug stays at the end of the tube and doesn\u2019t wander to the middle.<\/p>\n
Attach a hard-point connector to an L bracket as seen here with a small screw and nut.<\/p>\n
Tighten the screw on the axle hub to keep the axle in place.<\/p>\n
This apparatus should fit snugly over the battery pack.<\/p>\n
To start programming your TETRIX robot, open LabVIEW and choose to open a blank VI targeted to the NXT. Then go to Tools > NXT Tools > TETRIX Motor Configurator. This is where you tell the NXT where the motors are on the\u00a0TETRIX robot. Click on Add Motor, so that you now have two motors configured. Then look at the drop down menus. If the motor controller is connected to port 1, you should choose port 1 in the NXT Port drop-down. Since only 1 motor controller is connected, the motors are connected to motor controller 1. For the Motor drop-down, change one of them to Motor 2. Then rename the motors, so that you know which one is which. A common naming scheme would be to name them Right and Left. Also, since your motors are facing opposite directions, you can reverse one of them so that they are both oriented the same way. Here is a sample motor configuration.<\/p>\n
Note: These sample programs are available for download at the bottom of this page.<\/em><\/p>\n
For this exercise, there are three parts to your program. The motors need to turn off, they need to stay on for a while, and then they need to stop. To turn the motors on, use two Move DC Motors blocks to turn on the motors and motor configuration constants to specify which motors. Be sure to specify what power level to give the motors. The one unique part about programming with\u00a0TETRIX is that the motors need to be constantly fed inputs. If they do not receive a new command in 2.5 seconds, they will stop. To avoid this, you will need to put them in a loop, so that the program constantly feeds them inputs. To stop the motors, simply use two more Move DC Motors blocks and wire in a power level of 0. The final code should look something like this:<\/p>\n
This exercise should look very similar to the first one. Instead of exiting the loop at a certain time, though, this program will wait for a touch (specifically for the touch sensor to be pressed). Therefore the Read Timer icon needs to be changed Read Touch > Pressed. Then you will need to wire in which port the touch sensor is connected to. Once the sensor is pressed, the motors should move backwards, so you will need two Move DC Motor blocks and two motor configuration constants, except this time you should feed them a power level less than zero. Add another a Wait For Time block, but do not have the robot go backwards for more than 2.5 seconds or they will time out. Then stop the motors as you did in Exercise 1, and your code should look like this:<\/p>\n
This program will once again look similar to the first. There should a loop constantly telling the motors to move forward, but instead of constants wired in to the power level, place a Read Sensor block set to the sound sensor and connect the output terminal of the Read Sound Sensor block to the power level terminals of the motor block. The code should look like this:<\/p>\n
TETRIX is a robotics building system that was created by Pitsco. The system consists of aluminium elements for construction and powerful drive motors, controlled by an NXT brick. This article provides building instructions and programming examples for a simple TETRIX robot. Here are three Sample TETRIX VIs for TETRIX projects. Building instructions Begin by taking […]<\/p>\n","protected":false},"author":29,"featured_media":940,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,159],"tags":[152,143,119,93,120,117],"_links":{"self":[{"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/posts\/905"}],"collection":[{"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/comments?post=905"}],"version-history":[{"count":0,"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/posts\/905\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/media\/940"}],"wp:attachment":[{"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/media?parent=905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/categories?post=905"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/legoeng.local\/wp-json\/wp\/v2\/tags?post=905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}