MindBOARDS NXT-G Block Repository
-
- Posts: 141
- Joined: 01 Oct 2010, 14:38
- Location: Pennsylvania - The United States of America
- Contact:
Re: MindBOARDS NXT-G Block Repository
Arg.. I have NXT-G 1.0 (can't seem to find my 1.1 CD) and I went to find the obvious "Dynamic Block Update".. Only to find that LEGO doesn't host it anymore. I can't use custom blocks without it.. Does anyone know where I can get it?
Have a nice day,
~Sidneys1
EDIT: Aha, found it.
Have a nice day,
~Sidneys1
EDIT: Aha, found it.
My Mindstorms website: http://sidneys1.com
Re: MindBOARDS NXT-G Block Repository
The battery level block created by Guy Ziv seems to be hard to find today so here is a copy.
A sophistical rhetorician, inebriated with the exuberance of his own verbosity, and gifted with an egotistical imagination that can at all times command an interminable and inconsistent series of arguments to malign an opponent and to glorify himself.
Re: MindBOARDS NXT-G Block Repository
There is a 'Music Box' block at
http://us.mindstorms.lego.com/en-us/Com ... ebb8c96a9a
Have you checked out the Team Hassenplug stuff?
http://www.teamhassenplug.org/NXT/NXTGAdditions.html
http://www.teamhassenplug.org/NXT/NXT-GCodeIndex.html
http://us.mindstorms.lego.com/en-us/Com ... ebb8c96a9a
Have you checked out the Team Hassenplug stuff?
http://www.teamhassenplug.org/NXT/NXTGAdditions.html
http://www.teamhassenplug.org/NXT/NXT-GCodeIndex.html
A sophistical rhetorician, inebriated with the exuberance of his own verbosity, and gifted with an egotistical imagination that can at all times command an interminable and inconsistent series of arguments to malign an opponent and to glorify himself.
Re: MindBOARDS NXT-G Block Repository
We've got the Battery Level Block, but thanks anyways.h-g-t wrote:The battery level block created by Guy Ziv seems to be hard to find today so here is a copy.
Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE
Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
Re: MindBOARDS NXT-G Block Repository
Don't know if this is any use to anyone but I have created a NXT-G 2.0 program to input numbers with up to 4 digits.
Use the left/ right keys to set the least significant digit then press the Enter key. This will move onto the next digit. When the last number is set the result is displayed. Sets from 0 to 9999. Looks like a 1-armed bandit hence the name.
Use the left/ right keys to set the least significant digit then press the Enter key. This will move onto the next digit. When the last number is set the result is displayed. Sets from 0 to 9999. Looks like a 1-armed bandit hence the name.
A sophistical rhetorician, inebriated with the exuberance of his own verbosity, and gifted with an egotistical imagination that can at all times command an interminable and inconsistent series of arguments to malign an opponent and to glorify himself.
Re: MindBOARDS NXT-G Block Repository
Well, this IS embarrassing! After uploading the input program for large numbers, pavementpilot reminded me that, since most robots have wheels, using the rotation sensor as input can be a quick way of getting numbers into a program.
Not much use if you can't get access to a wheel and a bit tricky to get the number exactly right but takes up very little space. I have written an example in NXT-G 2.0 which just zeroes the rotation counter on Port A then displays the number of degrees the axle has turned. Stores the result at the same time in an output variable. Press Enter to exit the loop.
Look at the size compared to the last program!
Not much use if you can't get access to a wheel and a bit tricky to get the number exactly right but takes up very little space. I have written an example in NXT-G 2.0 which just zeroes the rotation counter on Port A then displays the number of degrees the axle has turned. Stores the result at the same time in an output variable. Press Enter to exit the loop.
Look at the size compared to the last program!
Last edited by h-g-t on 12 Apr 2011, 22:57, edited 1 time in total.
A sophistical rhetorician, inebriated with the exuberance of his own verbosity, and gifted with an egotistical imagination that can at all times command an interminable and inconsistent series of arguments to malign an opponent and to glorify himself.
-
- Posts: 30
- Joined: 07 Apr 2011, 16:42
- Location: Vernon BC Canada
- Contact:
Re: MindBOARDS NXT-G Block Repository
I cant take all the credit for input by motor. I was thinking of the dial remote on nxtprograms as an alternative.
The definition of insanity is doing a repeated task over and over again, but expecting a different outcome everytime
Re: MindBOARDS NXT-G Block Repository
Thanks, but I am not looking for .RBTs that use the block. These will not work if you do not have the block in your palette. If you do not have a block in your palette that is being used in a program you have opened, it will apper blue with a messed up config panel and the name of the block on it (like a My Block). To download a block into your programming palette, you need the folder made by the creater. This folder contains VI labVIEW files that make the block work. (When you download the block the folder will be zipped, as you cannot upload folders as attatchments. For example, I have attatched Jason King's 'Text To Number' block. Unzip it and upload it to your palette with the Block Inport and Export Wizard.h-g-t wrote:There is a 'Music Box' block at
http://us.mindstorms.lego.com/en-us/Com ... ebb8c96a9a
Have you checked out the Team Hassenplug stuff?
http://www.teamhassenplug.org/NXT/NXTGAdditions.html
http://www.teamhassenplug.org/NXT/NXT-GCodeIndex.html
If you own a block and you would like to post it online, you eather need to have a ZIP file that the creater of the block put the files into or you can export a block by going to the Block Import and Export wizard. Click on the 'Manage' tab, select the block you want and click on export to save the fil to your computer. if it is not zipped, do so before you upload it. Any questions, you can reply to this message or PM me.
Last edited by bungeshea on 13 Apr 2011, 10:04, edited 4 times in total.
Re: MindBOARDS NXT-G Block Repository
Re Music Box block - don't have a Scooby how block this works (or even if it does) but I will post it for the experts to look at.
Link to site with comments and a snapshot of the input (download link invalid):-
http://us.mindstorms.lego.com/en-us/Com ... mments=all
Link to site with program from which I extracted the block (can't see how that can possibly work either!) :-
http://us.mindstorms.lego.com/en-us/Com ... b53884819a
And the block on it's own :-
Link to site with comments and a snapshot of the input (download link invalid):-
http://us.mindstorms.lego.com/en-us/Com ... mments=all
Link to site with program from which I extracted the block (can't see how that can possibly work either!) :-
http://us.mindstorms.lego.com/en-us/Com ... b53884819a
And the block on it's own :-
A sophistical rhetorician, inebriated with the exuberance of his own verbosity, and gifted with an egotistical imagination that can at all times command an interminable and inconsistent series of arguments to malign an opponent and to glorify himself.
Re: MindBOARDS NXT-G Block Repository
I have a 'Simple Array' block, don't know if it is the same as the one you were looking for. Appears to have been created on RobotC.
Couldn't find any reference to a program called 'Average Sound' but the Team Hassenplug site has pngs of 2 averaging (average1 & average2) programs and they both feature a sound block - could that be what you are looking for?
Couldn't find any reference to a program called 'Average Sound' but the Team Hassenplug site has pngs of 2 averaging (average1 & average2) programs and they both feature a sound block - could that be what you are looking for?
A sophistical rhetorician, inebriated with the exuberance of his own verbosity, and gifted with an egotistical imagination that can at all times command an interminable and inconsistent series of arguments to malign an opponent and to glorify himself.
Who is online
Users browsing this forum: No registered users and 2 guests