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 21 – 40 of about 800.
Search took 0.01 CPU seconds. 

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

  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: 4.008)

  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 (...) (20 years ago, 8-Feb-05, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 

event, mask
(score: 4.008)

  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: 4.006)

  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 (...) (22 years ago, 4-Apr-03, to lugnet.robotics.spybotics, lugnet.robotics.rcx.nqc, lugnet.robotics)
 

event, mask
(score: 4.004)

  Re: Monitor() and Event()
 
(...) The "monitor" control structure (as well as "acquire") is a very useful supplement of the existing control structures, such as "if", "while", "until", etc. Dave Baum already gave an example and with the following I also want to point out a (...) (24 years ago, 26-Oct-00, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 4.004)

  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) / (...) (21 years ago, 16-Mar-04, to lugnet.robotics.spybotics)
 

event, mask
(score: 4.003)

  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 (...) (20 years ago, 9-Mar-05, to lugnet.robotics, FTX)
 

event, mask
(score: 4.002)

  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 (...) (20 years ago, 28-Jan-05, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 

event, mask
(score: 4.000)

  RCX2 API
 
I've put together a NQC API file that allows you to use some of the RCX2 features. I don't no whether anyone else has already done this but here is mine. This is unofficial so is unsupported. All question should go to the group, not Dave or myself. (...) (24 years ago, 26-Apr-00, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 3.019)

  RCX2 API
 
I've put together a NQC API file that allows you to use some of the RCX2 features. I don't no whether anyone else has already done this but here is mine. This is unofficial so is unsupported. All question should go to the group, not Dave or myself. (...) (24 years ago, 26-Apr-00, to lugnet.robotics.rcx.nqc)  
 

event, mask
(score: 3.019)

  RCX2 API Update
 
I made some mistakes in the first release, so here is a new version. I've also added counter support. <-Readme.txt-> RCX2 Header file for NQC2.1r2 - 27 April 2000 - James Pritchard rcx2api.nqh - NQC Header file that contains constant and macros for (...) (24 years ago, 29-Apr-00, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 3.017)

  Alternatives for NQC Event Support
 
RCX 2.0 adds firmware support for events and resource acquisitiion. The primitives are rather straight-forward. For events, one command beings event monitoring on a set of events, another stops monitoring. If a monitored event occurs, control is (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 3.010)

  How to user MONITOR command for watching TIMER in Spybotics
 
Dear Members, I managed to use NQC MONITOR command to watch TIMERs in my SCOUT using the predefined SCOUT events (EVENT_TIMER_0). However, I failed with my Spybotics and RCX 2.0. My question is how can I use the MONITOR command to watch TIMERs (or (...) (21 years ago, 10-Jul-03, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 3.003)

  "True" Interrupts
 
When I did some work with the new control structures, I found out that they are quite nice (monitor and acquire). However, you could do the same in the past but you needed to split your program into several tasks which are controlled of a task (...) (24 years ago, 11-Oct-00, to lugnet.robotics.rcx.nqc)
 

event, mask
(score: 3.003)

  Interrupt Driven Binary programs
 
If I want to install an interrupt driven binary file to the handy board, do I have to place it in the "system interrupt" that runs at 1000Htz? Can I use the clock on the 6811? I want to sample an event running above 1000Htz, is this possible? Bellow (...) (26 years ago, 16-Mar-99, to lugnet.robotics.handyboard)
 

event, mask
(score: 3.000)

  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: 3.000)

  Function list and Command List for LegOS 0.2.3 (Long Post...)
 
Hi All, I am eagerly awaiting the full documentation for 0.2.3, in the mean time, I culled together some info from the readme files for 0.2.3, looking through some of the source files and the old 0.1.7 documentation that is on line. I find it (...) (24 years ago, 16-Apr-00, to lugnet.robotics.rcx.legos)  
 

mask
(score: 1.879)

  motor code questions
 
Hi, I got my Handyboard up and going and was trying the following code for driving my motors. (Figure I would try known code before forking out on my own). The code I got from the 'Inspiration to implemntation' book. Anyways it does not seem to (...) (26 years ago, 2-Dec-98, to lugnet.robotics.handyboard)
 

mask
(score: 1.878)

  Max poke rate?
 
Hi, I've been trying to write to PD2 using the following: int write_port(int port, int value, int mask) { poke(port,(value & mask)|(peek(port) & ~mask)); } It works fine except that the fastest cycle that I can get out of PD2 is about 242 Hz. I need (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
 

mask
(score: 1.878)

  Green mask
 
I would like to get a set of Handy board PCBs done. I have obtained the diagrams of the PCBs from the handy board site but I need to get Green masking done due to the intricate design but I haven't found the greenmask diagrams on the site. If (...) (26 years ago, 29-Jan-99, to lugnet.robotics.handyboard)
 

mask
(score: 1.875)

More:  Next Page >>


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