Rx Input

When you use an RX Input block what are the outcomes for each button and joystick on the remote control
example: an output of 1 when you push joystick 1 up

The Rx Input block will return an analog value between 0-255 for channels 1-4. It will return digital value of either 0 or 255 for channels 5 and 6 (buttons on the back of the controller). You can verify the direction of the joyticks and buttons as well as their associated values by using a Print to Screen block after the Rx Input block to display the variable that you are writing the data to. This information will show up in the terminal window. Hope this helps.

thanks i get it now
:smiley: :smiley: :smiley: