Nomad XR4000 battery balancing circuit
The nomad XR 4000 robot has four lead acid batteries in series. The problem is that even with batteries from an identical batch, minute differences between the batteries makes them charge unevenly.
To combat this problem we made the following battery balancing circuit.
The problem is that batteries that are charged has a potential of over 13.8 volts, while other batteries have potentials of only 10 volts and don't get charged. One circuit is placed in parallel with each of the batteries.
If the potential across the battery is lower than 13.8 volts, the circuit does nothing, if the potential raises above 13.8 the transistor starts to switch on placing the resistor in parallel with the battery until the potential is pulled down to 13.8. You can think of it as a glorified zener diode, with a lot sharper on elbow on the voltage vs current curve, the LM431 is a tunable zener diode. A potentiometer allows you to set the ~13.8 volt on/off point for the circuit. We set the pot. using a variable workshop supply to just start to turn on at 13.8 volts (you'll see the current drawn go way up when it does).
Because of the potential worst case scenarios for the system the resistor and transistor have to be rated quite highly. In reality though the resistor and transistor rarely get warm.
The circuit has been in the robot for over two years and the batteries have not had to be replaced or charged on separate chargers since.
[ 發表回應 ] ( 125預覽 ) | 常註連結 | ( 3 / 1397 )
http://hi.baidu.com/diydz/blog/item/81c ... 93548.html
[ 發表回應 ] ( 13預覽 ) | 常註連結 | ( 3 / 1476 )
e.g. vmware-vdiskmanager -x 25GB image.vmdk
vmware-vdiskmanager -x [extend size] [vmware image file]
[ 發表回應 ] ( 14預覽 ) | 常註連結 | ( 3 / 1440 )
First you'll need to open a command prompt in administrator mode by right-clicking and choosing "Run as administrator"
Now type the following command:
net user administrator /active:yes
[ 發表回應 ] ( 11預覽 ) | 常註連結 | ( 3 / 1534 )
How to enable remote connect to SQL Server 2008?
1. Start > All Programs > Microsoft SQL Server 2008 > Configuration Tools > SQL Server Configuration Manager
2. SQL Server Services > SQL Server Browser > Right Click > Properties > Service > Start Mode > Automatic > Log on > Service status must be running > If not click Start > ok
3. SQL Server Services > SQL Server Browser > Right Click > Restart
4. SQL Server Network Connection > Protocol for SQL$$$$ > TCP/IP > Right Click > Properties > IP Address >
IP1=> Active=Yes, Enabled=Yes,IP Address =<machine ip address>, TCP Dynamic Port=Empty, TCP Port=1433
IP2=> Active=Yes, Enabled=Yes,IP Address =127.0.0.1, TCP Dynamic Port=Empty, TCP Port=1433
IP3=> TCP Dynamic Port=Empty, TCP Port=1433
And click ok & Restart your SQL Server Service.
[ 發表回應 ] ( 15預覽 ) | 常註連結 | ( 3 / 1473 )