09 Sep 2010 
Support Center » Knowledgebase » Using RC Receiver
 Using RC Receiver
Solution Please use at least 4Ch RX.
Connect that on AD ports(detail on : Robobasic manual RCIN() command)
Once it is connected, you can get the signal by RCIN command and use it for further purpose.

Here a simple example :

If you use 4ch RX, then with this command

RC1 = RCIN(0)
RC2 = RCIN(1)
RC3 = RCIN(2)
RC4 = RCIN(3)

Catch the signal for each channel.

And this value can be used like this.

IF RC2 < 160 AND RC2 > 30 THEN gosub move_forward

Move_forward:
……
Return





Article Details
Article ID: 3
Created On: 24 Mar 2006 06:12 PM

 This answer was helpful  This answer was not helpful

 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Troubleshooter | News | Downloads
Language: