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

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

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

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

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

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

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

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

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

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

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

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

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

  "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: 2.449)

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

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

  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.824)

  Quad encoders = the code
 
I have been successful in coding the Quad encoders. You will find below: - The source for the asm file - The source for the C file - the ICB file Thanks to the assembler on the web. I tried to use some of the Macintosh tools from the 68hc11 MIT FTP. (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 

mask
(score: 1.820)

  Re: Expansion interface status
 
(...) To Fred and others, I've been thinking about this off and on for over a year now, and since I now have parts I'll finally get my HBs into something more than just board status. Robots eat I/O pins for lunch. Sensors eat input pins and (...) (28 years ago, 22-May-96, to lugnet.robotics.handyboard)
 

mask
(score: 1.802)

  (no subject)
 
(...) I found this entry in the HC11 handbook, page 10-14. It may help.. "The most common way of clearing a status flag bit in the timer flag registers is to load an accumulator with a mask that has a one in the bit(s) corresponding to the flag(s) (...) (28 years ago, 28-Jun-96, to lugnet.robotics.handyboard)
 

mask
(score: 1.797)

More:  Next Page >>


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