Subject:
|
Re: Yet another Q: IR messages
|
Newsgroups:
|
lugnet.robotics.rcx.nqc
|
Date:
|
Fri, 30 Mar 2001 16:48:44 GMT
|
Reply-To:
|
tobias.moller@telia.com/AvoidSpam/
|
Viewed:
|
2370 times
|
| |
| |
Thanks for the information so far.
Is there any NQC command similar to the RCX-code "wait until message"-block?
--Tobias
|
|
Message has 2 Replies: | | Re: Yet another Q: IR messages
|
| 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; } (...) (24 years ago, 31-Mar-01, to lugnet.robotics.rcx.nqc)
| | | Re: Yet another Q: IR messages
|
| (...) 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 (...) (24 years ago, 31-Mar-01, to lugnet.robotics.rcx.nqc)
|
Message is in Reply To:
| | Yet another Q: IR messages
|
| 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 (...) (24 years ago, 29-Mar-01, to lugnet.robotics.rcx.nqc)
|
6 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|