| | Re: ScriptEd - Question
|
|
(...) The MindScript compiler is very buggy when it comes to reporting the actual location of a compiler error, unfortunately. The wrapper I wrote that is used within BricxCC tries to account for the problems it has and adjust the error information (...) (19 years ago, 8-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: Extending IR communications
|
|
Hello all. The mirror trick works for sending the signals from the IR tower to the RCX (I'm only using a single RCX). However, the return signal the RCX wants to send to the tower isn't transmitted across the mirror. Since you mentioned leJOS and (...) (19 years ago, 8-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: Question - VB programming of RCX
|
|
(...) Sure. And VC++ and VC#. And now .NET (...) It was here (URL) (19 years ago, 8-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: Question - VB programming of RCX
|
|
(...) I don't know of many people who use VB to actually program the RCX. It is very possible to do, however, it's not like you may think. You can write a PC program in VB that will send the commands (a program) to the brick, but you still have to (...) (19 years ago, 8-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: Extending IR communications
|
|
In terms of power requirements and battery life, has anyone here actually quantified how much of a difference that makes? Its a damn good idea - as long as you have white, and relatively flat ceilings. If you dont want/are not able to reposition (...) (19 years ago, 6-Aug-05, to lugnet.robotics.rcx)
|
|
| | Question - VB programming of RCX
|
|
Hi, Are there people who program there RCX with Visual Basic (VB)? If so, where can i find info about that? I do have VB5. Regards, Ludo (19 years ago, 7-Aug-05, to lugnet.robotics.rcx)
|
|
| | RE: Extending IR communications
|
|
Orient both RCXs so that they are pointing towards the ceiling. Set the RCX transmit power level to high (default is probably low power); there's probably some Lejos function to do this -- all it requires is setting one bit in an I/O register to 1. (...) (19 years ago, 5-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: Extending IR communications
|
|
(...) Have you tried a mirror? Infrared light IS light ! (19 years ago, 5-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: ScriptEd - Question
|
|
(...) Check the line before that. Your code says: // direction_ // direction of monorail const delay1=1500 // minimum stop time in station (10 seconds) const delay2=3000 // maximum stop time in station (30 seconds) // I'm not sure exactly what (...) (19 years ago, 4-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: ScriptEd - Question
|
|
(...) Hi Steve, I see the message apearing in the status bar, but it's an error! Error is : Error (0xe0050801) from VPBrick compiler The error apears in following line: const delay1 = 1000 // minimum stop time in station (10 seconds) The word (...) (19 years ago, 4-Aug-05, to lugnet.robotics.rcx)
|
|
| | Extending IR communications
|
|
Greetings helpful companions. Now that I've buttered you up, let's move on... I've built a robotic arm using my RCX 1.0 brick. I'm controlling it via my computer with LeJOS (not important, I think). What my issue arises is if my arm rotates, the IR (...) (19 years ago, 4-Aug-05, to lugnet.robotics.rcx)
|
|
| | Re: ScriptEd - Question
|
|
(...) When you click the download button (or press Ctrl+D) it should give you a message in the status bar, at the bottom of the screen. Steve (19 years ago, 3-Aug-05, to lugnet.robotics.rcx)
|
|
| | ScriptEd - Question
|
|
Hi, I'm a newby with RCX, and need verry urgent a program (readdy by next saturday), to control a few motors and switches as input. Now, i installed the SDK 2.5 and use the ScriptED (Mindscript Editor). Situation: A monorail track (same track for (...) (19 years ago, 3-Aug-05, to lugnet.robotics.rcx)
|
|
| | Need RCX tutorial for kids
|
|
I'm looking for a programming tutorial geared for kids around age 10. I've found a few tutorials but can't seem to find what I'm looking for. Thanks for any help, Corey www.brickitgood.com (19 years ago, 31-Jul-05, to lugnet.robotics.rcx)
|
|
| | Re: arrays or for loops
|
|
(...) It's a pleasure! (...) Have a look at an application of the For loop in my pump testing setup here: (URL) look at the waveform graphs that are produced: (URL) try to do that in NQC! CS (19 years ago, 28-Jul-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
|
|
| | RE: arrays or for loops
|
|
This is cool! Thanks a bunch. In terms of feasibility and more sophisticated coding, I would perhaps think coding in NQC will be more desirable as far as teaching high school or college kid. My assumption, of course. ---...--- -------- Elizabeth (...) (19 years ago, 28-Jul-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
|
|
| | Re: arrays or for loops
|
|
(...) At the main ROBOLAB startup menu, go to Investigator. Create a new project, say Young Brother. Choose Program level 5. Open the diagram window. Right click your mouse to bring up the function palette. Click on the G-code option to bring up the (...) (19 years ago, 28-Jul-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
|
|
| | RE: arrays or for loops
|
|
Sorry, I forgot to supply the link... It is at (URL) Mabrey (...) (19 years ago, 28-Jul-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
|
|
| | arrays or for loops
|
|
Hi I know how to put in a simple loop to, e.g., zero out an array of containers in inventor level 4. But, I found this on the net, it is nice and neat for loop - loops through 10 times to zero out 10 containers. All that was included inside a (...) (19 years ago, 28-Jul-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
|
|
| | Re: different output power at different ports?
|
|
(...) Sounds like more friction in the drive mechanism to one wheel than the other. I've had the same problem with tank-driven robots. I was using the fast 9V motors geared down, but they were under-powered for the application. The friction in the (...) (19 years ago, 15-Jul-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
|