To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Search Results: EVENT_MASK
 Results 1 – 20 of about 800.
Search took 0.01 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Help me convert this train program to use events (NQC)
 
For Christmas I'm setting up a LEGO train on top of a narrow wall, so it has to operate like a shuttle -- stop at each end and reverse motor direction. My first attempt had a train regulator attached to a polarity switch, with the switch being (...) (19 years ago, 28-Nov-05, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.trains, FTX)
 

event, mask
(score: 1.451)

  Re: Help me convert this train program to use events (NQC)
 
(...) For future, LEGO's educational division does sell 3m LEGO wires. (...) A 1.0 RCX that allows you to power the setup from an outlet is ideal for this. If it ends up being battery-based, you will have to adjust the power level as the batteries (...) (19 years ago, 28-Nov-05, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 1.451)

  Re: Spybot built-in program
 
(...) I spent some time recently working on NQC headers which would enable using more (if not all) of the Spybot ROM subroutines and tasks with a NQC program. I haven't done extensive testing of the headers in real programs. I hope there are still a (...) (19 years ago, 14-Nov-05, to lugnet.robotics.spybotics)
 

event, mask
(score: 1.446)

  Re: Basic NQC Problem
 
(...) There's a couple of ways to fix it. One is as Raplph said - have the first task start up a dedicated second task that does nothing more than look for a touch in a very tight loop. Very roughly, it would work something like this: task (...) (19 years ago, 13-Nov-05, to lugnet.robotics)
 

event, mask
(score: 1.445)

  Re: Some beginner questions on serial communication
 
Hi, (...) Sorry, I don't have an RCX so can't really help you there. The NQC Guide is pretty good. The best way to find out is to try lots of combinations. (...) Here are a couple of programs where two Spybots send messages to each other. Another (...) (19 years ago, 26-Sep-05, to lugnet.robotics.spybotics)
 

event, mask
(score: 1.427)

  Re: FLL not allowing NQC; Mindscript is allowed
 
(...) First off, judging the technical merit of a program of any significant degree of complexity by simply looking at the code (be it text-based or graphical) for 20 minutes or less is nonsense. The only judging of that sort that ought to occur (...) (19 years ago, 9-Mar-05, to lugnet.robotics, FTX)
 

event, mask
(score: 1.349)

  Re: Sending Commands to Spybot from RCX - Question from a Beginner to Comm area.
 
Hi Everybody, I have used SendSpybotMsg and SendSpybotCtrlMessage (of course in connection with resopective set messages) without any problems using BCC 3.3.7.5 and 3.3.7.9. These two commands gives RCX a nice control over spybot. Specially (...) (19 years ago, 8-Feb-05, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 

event, mask
(score: 1.340)

  Re: Sending Commands to Spybot from RCX - Question from a Beginner to Comm area.
 
(...) First of all, my apologies for not answering you via email. I've been a bit busy at work. I needed to run some tests myself before I could properly respond as well. The 0x9223 from the RCX happens to match the IR sent out by the Spybot (...) (19 years ago, 28-Jan-05, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 

event, mask
(score: 1.334)

  Spybotics Experiments
 
Hi, everybody, I'm new to this forum, and I'm glad I found it. :-) Please note that the following is only an "preliminary report" of a "Work in progress". :-) Recently, I bought a couple of Spybots as buddies for my RCX and was of course thrilled by (...) (20 years ago, 20-Sep-04, to lugnet.robotics.spybotics)  
 

event, mask
(score: 1.287)

  Re: Spybots communication
 
(...) To send and receive IR or VLL messages using NQC and Spybots you would write a program something like this: #define VLLEvent 1 #define MessageEvent 2 void DebugOut(const int &x) { SetLED(LED_MODE_ON, (x & 0x17) | ((x & 8) * 4) | ((x & 32) / (...) (20 years ago, 16-Mar-04, to lugnet.robotics.spybotics)
 

event, mask
(score: 1.215)

  Re: Spybot studies: seek a world object
 
(...) Cool program. Keep up the great work! (...) You might be able to use PointToward_Bead without running into problems. __nolist void PointToward_Bead(const int& nTimes) { asm { 0xe3, &nTimes, 0x17, 81, 0x01, 1 }; } This ROM routine monitors an (...) (21 years ago, 10-Nov-03, to lugnet.robotics.spybotics)
 

event, mask
(score: 1.181)

  Spybot MessageEvent
 
I realize that I may be reinventing the wheel with this, but I was not able to find another way of accomplishing the same thing. After setting up a VLLEvent using: #define VLLEvent 1 SetEvent(VLLEvent, VLL(), EVENT_TYPE_VLL_MSG_RECEIVED); then (...) (21 years ago, 29-Oct-03, to lugnet.robotics.spybotics)
 

event, mask
(score: 1.173)

  Re: How to user MONITOR command for watching TIMER in Spybotics
 
This program below shows how a timer event can be used. Dave Baum ---- #define MY_EVENT 0 task main() { ClearTimer(0); SetEvent(MY_EVENT, Timer(0), EVENT_TYPE_HIGH); SetUpperLimit(MY_EVENT, 1000); monitor(EVENT_MASK(MY_EVENT)) { while(true) { (...) (21 years ago, 12-Jul-03, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 1.130)

  Help with BricxCC and NQC...
 
Hello. I have joined the list to hopefully work through some issues I am having programming my RCX, gather more info about robotics, and possibly offer some help in time. Please let me know if this is not the best list to be posting this sort of (...) (21 years ago, 29-May-03, to lugnet.robotics)
 

event, mask
(score: 1.109)

  Re: Spybotics Comms
 
In lugnet.robotics.spybotics, Marco Correia writes: [snip] (...) I need help answering the question "Can a Spybot send Mana IR-like protocol? I want my Spybot to control my mana. I'm too stupid to interpret to Spybot SDK on my own, and there's no (...) (21 years ago, 4-Apr-03, to lugnet.robotics.spybotics, lugnet.robotics.rcx.nqc, lugnet.robotics)
 

event, mask
(score: 1.085)

  events or infinite loops... which is better?
 
Hi Everyone, I just recently learned how to use event monitoring, and I really like it. My question is whether or not this method is more efficient than infinite loops. I always used to check for sensor readings using an infinite loop something like (...) (22 years ago, 11-Oct-02, to lugnet.robotics)
 

event, mask
(score: 1.026)

  Re: Spybotics Comms
 
After doing a little more sleuthing, I was able to find out how to process incoming IR and VLL messages. And yes, thankfully, VLL decode is built into the firmware! The following is some SpyBot MindScript code that will handle both incoming VLL and (...) (22 years ago, 19-Aug-02, to lugnet.robotics.spybotics)
 

event, mask
(score: 1.006)

  Re: BrickOS Patches and Development
 
The Bibo Patch Rollup Collection posted to SourceForge at (URL) been updated. New for this update are patches 25 through 35. 25: Cleanup in the util subdirectory - Updated lnpmsg to more cleanly handle and process command-line arguments - Removed in (...) (15 years ago, 24-Jun-09, to lugnet.robotics.rcx.legos)
 

mask
(score: 0.905)

  Re: Preserving old-school Mindstorms resources
 
Patch 10: This works for me under Cygwin with a USB tower, but some of the files such as rcx_comm.c have a bit of platform-specific code. Patch 11: I've noticed that the linker command file is a little different in Bibo than it was in BrickOS. If (...) (15 years ago, 21-Apr-09, to lugnet.robotics.rcx.legos)
 

mask
(score: 0.893)

  Spybot NQC API file
 
In case anyone would like to have it, here is my spy.nqh file in its entirety. With respect to the ROM subroutines, it is important to note that most of them use global variables, timers, and events which must be assigned a particular number by the (...) (21 years ago, 22-Oct-03, to lugnet.robotics.spybotics)
 

event, mask
(score: 0.870)

More:  Next Page >>


©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR