

The Altronix AAL1012ULXB is a high-performance power supply charger designed to deliver a regulated 12VDC output at up to 10A. It operates on a 115VAC input and features a single fused output for enhanced safety and reliability. This component is ideal for powering and charging 12VDC devices, including security systems, access control systems, and other low-voltage electronics.








| Parameter | Specification |
|---|---|
| Manufacturer | Altronix |
| Part ID | AAL1012ULXB |
| Input Voltage | 115VAC, 60Hz |
| Output Voltage | 12VDC |
| Output Current | 10A |
| Output Type | Single fused output |
| Battery Charging | Supports 12V sealed lead-acid batteries |
| Fuse Rating | 10A (replaceable) |
| Operating Temperature | 0°C to 49°C (32°F to 120°F) |
| Dimensions | 7.5" x 4.5" x 2.5" (approx.) |
| Weight | 2.5 lbs (approx.) |
The AAL1012ULXB features terminal blocks for input, output, and battery connections. Below is the pin configuration:
| Pin Name | Description |
|---|---|
| L | Live (115VAC input) |
| N | Neutral (115VAC input) |
| G | Ground |
| Pin Name | Description |
|---|---|
| + | Positive 12VDC output |
| - | Negative 12VDC output (ground) |
| Pin Name | Description |
|---|---|
| BAT+ | Positive terminal for battery |
| BAT- | Negative terminal for battery |
Input Connection:
L (Live), N (Neutral), and G (Ground) terminals of the input terminal block.Output Connection:
+ and - terminals of the output terminal block.Battery Connection (Optional):
BAT+ and BAT- terminals.Power On:
While the AAL1012ULXB is not directly programmable, it can be used to power an Arduino UNO and its peripherals. Below is an example of how to connect the power supply to an Arduino UNO:
+ terminal of the power supply output to the Arduino's VIN pin.- terminal of the power supply output to the Arduino's GND pin.Here is a simple Arduino sketch to blink an LED using the power supply:
// This sketch blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered by the AAL1012ULXB power supply.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Input power not connected or incorrect | Verify 115VAC input connections. |
| Blown fuse | Replace the fuse with a 10A fuse. | |
| Overloaded output | Reduce the load to within 10A limit. | |
| Battery not charging | Incorrect battery connection | Verify polarity of battery connections. |
| Faulty battery | Replace the battery. | |
| Overheating | Poor ventilation | Ensure proper airflow around the unit. |
| Excessive load | Reduce the load to within 10A limit. |
Can I use this power supply with a 24VDC device?
What type of battery is compatible with this power supply?
How do I know if the fuse is blown?
Can I use this power supply outdoors?
What happens if the load exceeds 10A?
By following this documentation, users can safely and effectively utilize the Altronix AAL1012ULXB power supply charger in their applications.