To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.nqcOpen lugnet.robotics.rcx.nqc in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / NQC / 1042
    Yet another Q: IR messages —Tobias Möller
   I can't figure out how to use the IR commands. I've tried, read a bit in the documentation, but still have no clue. I'd like to know how to: a) Send a message (and decide what message it should be) and b) learn how to recieve messages Thanks in (...) (23 years ago, 29-Mar-01, to lugnet.robotics.rcx.nqc)
   
        Re: Yet another Q: IR messages —Rainer Balzerowski
     Hi Tobias, this could look something like this for example : int global_message; // place to store and read messages for every task task main() { start Read_Messages; // start Receive_Message Task while(true) { switch (global_message) { case 1 : (...) (23 years ago, 29-Mar-01, to lugnet.robotics.rcx.nqc)
   
        Re: Yet another Q: IR messages —Ahui Herrera
     To send a message use the following: SendMessage(<variable> or <number>); The variable must be of integer type between 1 - 255 The number must be between 1 - 255 To read a message from the IR port do <variable> = Message(); This will put whatever (...) (23 years ago, 29-Mar-01, to lugnet.robotics.rcx.nqc)
   
        Re: Yet another Q: IR messages —Tobias Möller
   Thanks for the information so far. Is there any NQC command similar to the RCX-code "wait until message"-block? --Tobias (23 years ago, 30-Mar-01, to lugnet.robotics.rcx.nqc)
   
        Re: Yet another Q: IR messages —Ahui Herrera
     If I am understanding what you want correclty (I have never used the RCX-code) only NQC then try this. Assume: RCX2 is sending message # 15 to RCX1. RCX1 is in a waiting state until it gets the message RCX code: . . . While (Message() != 15){ ++i; } (...) (23 years ago, 31-Mar-01, to lugnet.robotics.rcx.nqc)
   
        Re: Yet another Q: IR messages —Rainer Balzerowski
   (...) Hi Tobias I'm not very familiar with NQC events, but if you want to use a blocking function for receiving your message, use parts of the code i posted before. int local_message = 0; int global_message = 0; task main() { //do what you like (...) (23 years ago, 31-Mar-01, to lugnet.robotics.rcx.nqc)
 

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