|
If the variables in the Serin are not in the correct order, or there are not the correct number of them, then the analog input value may be going to another variable.
for example, if you have a,b,c,d variables in the serin, and you tell the COM to send in a,c,d,g, by setting CONs to 1, b will get c's value, c will read in d"s value, and d will have g's
DEBUG can monitor the value you program sees; the Dashboard can only report what value the RC sees on the input.
|