| | Re: Tacho Limit and Braking
|
|
(...) This made sense, until I read this... In lugnet.robotics.nxt, John Hansen wrote: (...) I had to go back and re-read this to understand one is talking about the NXT firmware, and the other is talking about NBC. If I read it correctly, it means: (...) (18 years ago, 2-Oct-06, to lugnet.robotics.nxt)
|
|
| | Re: Help with NXT-G programming.
|
|
(...) That's just... weird. I've never managed to get something like that. The sequence beam seems to be pinned to the lower edge of the Loop structure, so that even if I make the loop wider, I still can't get to the blind end of the sequence beam. (...) (18 years ago, 2-Oct-06, to lugnet.robotics.nxt)
|
|
| | Re: Tacho Limit and Braking
|
|
(...) This is incorrect. There is no "setout" opcode in RobotC. RobotC uses a proprietary commercial alternate firmware with a completely different set of opcodes and virtual machine functionality than the standard NXT firmware. Unfortunately, the (...) (18 years ago, 2-Oct-06, to lugnet.robotics.nxt)
|
|
| | Help with NXT-G programming.
|
|
Hello, I got my Mindstorm NXT set a few weeks ago. Have built and programmed all the modells that was in the program that came with the set. And now started to make my own robots with the NXT. The NXT-G program looks great and is easy to understand (...) (18 years ago, 2-Oct-06, to lugnet.robotics.nxt)
|
|
| | RE: Tacho Limit and Braking
|
|
If you want to try something a little different, use RobotC to do this. There are several advantages to this: * It can be done with one "setout" opcode. * The RobotC PID algorithm for this type of movement is different than the NXT-G (...) (18 years ago, 2-Oct-06, to lugnet.robotics.nxt)
|