 | | Re:clearing downloaded programs from memory...
|
|
(...) ***SNIP*** With the scout (which only hold one program), (...) No, i have no specific need to clear the Scout's memory- i assumed that unless i cleared its memory i would be unable to download more to it. Thank you for the info- you've been a (...) (25 years ago, 7-Nov-00, to lugnet.robotics.scout)
|
| |
 | | Re: how to clear downloaded programs from memory?
|
|
(...) There isn't any way to clear the memory from MacNQC. It wouldn't be difficult to implement it - Scout support was added rather hastily and I didn't even think of tweaking the clear memory code (its trying to delete 10 tasks and 8 subroutines (...) (25 years ago, 5-Nov-00, to lugnet.robotics.scout)
|
| |
 | | how to clear downloaded programs from memory?
|
|
I downloaded a simple program to my scout, but now i can't seem to figure out how to clear it's memory. I know how to clear the "presets" in the non-power mode, but that doesn't seem to work in power mode. I'm using MacNQC 2.2a3. It's "clear memory" (...) (25 years ago, 5-Nov-00, to lugnet.robotics.scout)
|
| |
 | | Re: RCX 2.0 Beta SDK and Scout
|
|
(...) Sorry Mate. But the Scout's firmware is Built in. It's can't be upgraded. And at 1k of RAM (the 2.0 Firmware is over 26K) it's not going to fit anyway. You need to get the Scout SDK, not the RCX. The Scouts firmware is almost the same as the (...) (26 years ago, 21-Oct-00, to lugnet.robotics.scout, lugnet.robotics.vc)
|
| |
 | | (canceled)
|
|
|
| |
 | | Re: RCX 2.0 Beta SDK and Scout
|
|
Maybe you don't know the Scout can't be downloaded firmware, only RCX can do it. But you can download program to Scout in P mode, you can use NQC to write program for Scout. Zhengrong (...) (26 years ago, 21-Oct-00, to lugnet.robotics.scout, lugnet.robotics.vc)
|
| |
 | | RCX 2.0 Beta SDK and Scout
|
|
When trying to use the ATLClient.exe that came with the RCX 2.0 Beta SDK I get an error message when I try to download the new 2.0 firmware to my scout. The message says "Failed to enter boot mode" Does anyone know how to fix this problem ? Also has (...) (26 years ago, 21-Oct-00, to lugnet.robotics.scout, lugnet.robotics.vc)
|
| |
 | | Re: Scout SDK
|
|
(...) (26 years ago, 18-Oct-00, to lugnet.robotics, lugnet.robotics.scout, lugnet.robotics.vll)
|
| |
 | | (canceled)
|
|
|
| |
 | | Re: Scout SDK
|
|
(...) I would try looking for it at www.legomindstorms.com --Todd (...) (26 years ago, 16-Oct-00, to lugnet.robotics, lugnet.robotics.scout, lugnet.robotics.vll)
|
| |
 | | Re: Program Scout with MacNQC?
|
|
(...) Yes, MacNQC supports the Scout. You'll need version 2.2a3 which is available in the 'beta' area of the NQC website. 2.2a3 has been out for quite a while without any bug reports, so I'd consider it a very stable beta. Dave (26 years ago, 12-Oct-00, to lugnet.robotics.scout)
|
| |
 | | Program Scout with MacNQC?
|
|
I'm an utter beginner in regards to programming but i'd like to give it a shot with the Scout (It's all i have right now- saving for the RIS). I managed to get an IR tower on Ebay, so i've got a method of talking to the Scout. My question is this: (...) (26 years ago, 12-Oct-00, to lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?
|
|
(...) thanks. Comments are always welcome....that's not saying that I'll implement everything that anyone suggests, but I certainly appreciate the feedback. NQC wouldn't have gotten this far without the suggestions of the user community. Dave (26 years ago, 4-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?
|
|
(...) Yes, I'll try to do that when I have some time... (...) That's not too bad... heh heh. I'm just shocked at how little RAM there is for programing... Maybe the 'way' I program is memory intensive. I can see an art to programing the scout (...) (26 years ago, 3-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?
|
|
(...) The SetSleepTime() and SleepNow() thing was just sloppiness on my part when reorganizing the NQC API file. Those opcodes are clearly documented in the Scout SDK. I don't think we have to hunt around for undocumented features - just verify that (...) (26 years ago, 3-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?
|
|
(...) What other features will work? The BatteryLevel() one? I think we need to have a look at the rcx2 commands and see what's working for the Scout. Also, what does the Scout API include with the program? I know in the RCX it turns all motor ports (...) (26 years ago, 2-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?
|
|
(...) Possible, yes, but I'd prefer not to. The command line is already too complex. I might consider adding the information as part of the regular program download message (with the battery level). For devices other than Scout, there isn't a fixed (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?
|
|
(...) You know, I tried that. It didn't work. But then I'm using my new editor (that I'm working on) and had forgotten to set the brick type with EACH command to NQC. I only had it set to compile/Download. So the scout wouldn't be 'unlocked' until I (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?
|
|
(...) I just verified that both of these work. I'll fix the API for the next NQC release, but in the meantime, you can always add the following functions to your Scout programs: void SetSleepTime(const int t) { asm { 0xb1, t }; } void SleepNow() { (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
| |
 | | Re: Scout poweroff time out?- Update
|
|
(...) After a *FEW* hours playing with this thing I've found out the following... It's built in shutdown is set for 15 minutes. Sending an IR code seems to reset this counter. So far I cannot find any way to keep it alive on it's own. If anyone (...) (26 years ago, 30-Sep-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|