Analog Input

When I drag the “Analog Input” into the program I put the number onto thirteen for the jumper but I can’t figure out what (Retrieve to) means, which is right underneath. Would I just enter Jumper into that?

if you are trying to detect if a jumper is inserted then you should use digital input.Retrieve to is what variable you want the value to be sent to.

You can then read this variable to determine if the jumper is in the port or not. (0 or 1)

Technic-R-C