NXT-G Programming Guide

Page 1

Introduction: What is NXT-G? Saturday, August 22, 2009 11:59 PM

Welcome to the wonderful world of graphical programming for Lego Robotic Systems! Before you are introduced to any actual code, it is necessary to settle a few fundamental questions regarding this new language you must be so eager to tackle. What is NXT-G? If you don't know, don't worry. The language itself is rather uncommon outside of circles that deal directly with the Lego NXT Block on a regular basis. Now let's establish the correct terminality from the beginning:

~~~~~~~~~~~~~~~

This is an NXT Module. It is the metaphorical brain of any system you could conceive for your Legos. The unit is responsible for receiving signals from your sensors, performing calculations based on input, and moving motors and servos accordingly. The unit can be attached to four sensors and three motors; more than enough for a truly amazing system!

~~~~~~~~~~~~~~~ This is NXT-G. It is a graphics based language developed by National Instruments and Mindstorms to allow novice users to develop and implement simple robotic systems. Don't let my description fool you though, the language is quite capable of handling moderately complex designs, especially at a low level. It is a common issue to confuse the two terms. NXT-G is a Language, while "the brick" (NXT Module) is a physical Lego piece

~~~~~~~~~~~~~~~

Do other languages exist? Yes. NXT-G is not the only way to program a robot using the Lego NXT Module, however it is the easiest to learn for an inexperienced programmer, as well as the easiest to understand. The two other languages which are commonly used are called RobotC and LabView. NXT-G, although it's own language, is built on top of LabView which is also a graphics based language. RobotC however, is entirely code based. Only NXT-G will be further addressed after this point. Why NXT-G? So, there are other languages, huh? Even as an experienced programmer, it is necessary to understand the learning curve of a language and the amount of time necessary to gain experience using it. NXT-G is easy to grasp, therefore it can be implemented quickly to solve a variety of programs. Unlike LabView or RobotC, errors are easy to find and correct due to a unique Lego-like layout. Building a program (in theory) is just as easy as building with Legos.

NXT-G Page 1


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.