Active HTML / XHTML / CSS Posts
How To: Program display blocks in the Lego Mindstorms system
Lego Mindstorms NXT robots are capable of displaying images, text and/or feedback on their screens. To get them to do this you have to learn how to program display blocks in the NXT programming environment. Program display blocks in the Lego Mindstorms system.
How To: Create blocks in the Lego Mindstorms NXT system
If you find yourself using the same functions over and over again in the Lego Mindstorms NXT robotics system it may be helpful to program your own subroutine or block to save time in making other programs. Learn how to use the my blocks function in the NXT programming environment to create subroutines. Create blocks in the Lego Mindstorms NXT system.
How To: Program cascading switches in Lego Mindstorms
Programming cascading switches in the NXT programming environment allows you to program a Lego Mindstorms NXT robot to perform several if/then functions and react to inputs differently outside of a sequence. Program cascading switches in Lego Mindstorms.
How To: Program multiple tasks in Lego Mindstorms NXT
Learn how to program a Lego Mindstorms NXT robot to perform multiple tasks simultaneously in the NXT programming environment. Program multiple tasks in Lego Mindstorms NXT.
How To: Program data hubs in the Lego Mindstorms NXT system
Data hubs allow you to create interactions among the different function blocks in the NXT programming environment. Using data hubs allows you to program your Lego Mindstorms NXT robot to perform complex tasks or output information based on these tasks. Program data hubs in the Lego Mindstorms NXT system.
How To: Create advanced blocks in the Lego Mindstorms NXT
Learn how to create more advanced subroutines or blocks in the Lego Mindstorms NXT programming environment that will use data hubs and other functions to perform complex tasks. Create advanced blocks in the Lego Mindstorms NXT.
How To: Automate tasks using batch files
Learn how to automate tasks in Windows using batch files. Learn basic commands that can be used in batch files and how to use commands from other programs to create batch files.