Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:scout:start [2019/09/05 20:23]
opadmin [Command Reference]
wiki:scout:start [2019/09/05 20:24]
opadmin [Command Reference]
Line 75: Line 75:
  
 **3 \_\_\_ Set Maximum Voltage (0x03, b00000011)**\\ **3 \_\_\_ Set Maximum Voltage (0x03, b00000011)**\\
-Used to change the maximum voltage above which the Scout will stop the motors. Defaults to 16 volts and in fact 16 volts is the absolute maximum on all board revisions up to 11 (later designs may increase this, the VNH5019 driver chips can handle up to 24 volts but other components on the current board design are capped at 16). Values are not saved on reboot, so must be set with each power cycle. The data byte that follows this command must specify the desired voltage level in 0.2 volt increments. The function for converting desired volts to data byte is: +Used to change the maximum voltage above which the Scout will stop the motors. Defaults to 16 volts and in fact 16 volts is the absolute maximum on all board revisions up to 11 (later designs may increase this, the VNH5019 driver chips can handle up to 24 volts but other components on the current board design are capped at 16). Values are not saved on reboot, so must be set with each power cycle. The data byte that follows this command must specify the desired voltage level in 0.2 volt increments. The function for converting desired volts to data byte is:\\ 
-\_\_\_\_\_\_\_\_Data Byte = (Desired Volts) x 5+\_\_\_\_\_\_\_\_Data Byte = (Desired Volts) x 5\\
 The serial processor can accept data values from 30 to 140 (equating to voltages from 6 to 28) but they will be constrained to an absolute maximum which again for the current board design is capped at 16 volts (in other words, any data byte over 80 will be ignored). The serial processor can accept data values from 30 to 140 (equating to voltages from 6 to 28) but they will be constrained to an absolute maximum which again for the current board design is capped at 16 volts (in other words, any data byte over 80 will be ignored).
  
wiki/scout/start.txt · Last modified: 2019/09/05 20:24 by opadmin