View Single Post
Old
  (#1)
BrianG
RC-Monster Admin
 
BrianG's Avatar
 
Offline
Posts: 14,609
Join Date: Nov 2005
Location: Des Moines, IA
05.19.2008, 10:44 AM

Quote:
Originally Posted by bl-is-future View Post
if (MMMCutOut == true)
{
checkLVC
if (LVC == notSetCorrectly)
{
setLVCCorrectly
if (calibrateESC == false
{
claibrateESC
}
elseif (calibrateESC == true && MMMCutOut == false)
{
run that rc
}
elseif (MMMCutOut == true)
{
buyBetterBatteries
}
}
}

In english check your LVC and set it correctly. Then calibrate the ESC VIA manual instructions. If it still cuts out buy better batteries.
You outta pad the nested conditionals to make it easier to see the heirarchy.

Last edited by BrianG; 05.19.2008 at 10:45 AM.
  Send a message via Yahoo to BrianG Send a message via MSN to BrianG  
Reply With Quote