The Siemens LOGO! POWER 24V 1,3A is a compact and efficient power supply unit designed specifically for Siemens LOGO! programmable logic controllers (PLCs) and other automation devices. It provides a stable 24V DC output with a maximum current of 1.3A, making it ideal for powering small-scale industrial automation systems, control panels, and other low-power devices.
The Siemens LOGO! POWER 24V 1,3A is designed to meet the demands of industrial environments while maintaining high efficiency and reliability. Below are the key technical details:
Parameter | Value |
---|---|
Input Voltage Range | 100-240V AC (wide range) |
Input Frequency | 50/60 Hz |
Output Voltage | 24V DC |
Output Current | 1.3A (maximum) |
Efficiency | Up to 90% |
Power Output | 31.2W |
Ripple and Noise | < 150 mV |
Overload Protection | Yes (automatic recovery) |
Short-Circuit Protection | Yes |
Parameter | Value |
---|---|
Operating Temperature | -20°C to +70°C |
Storage Temperature | -40°C to +85°C |
Humidity Range | 5% to 95% (non-condensing) |
Cooling Method | Natural convection |
Mounting Type | DIN rail |
Pin/Terminal | Description |
---|---|
L, N | AC input terminals (Line and Neutral) |
+, - | DC output terminals (Positive and Negative) |
PE | Protective Earth (ground connection) |
The Siemens LOGO! POWER 24V 1,3A is straightforward to use and can be easily integrated into automation systems. Follow the steps below to ensure proper operation:
Mounting the Power Supply:
Connecting the Input:
Connecting the Output:
Powering On:
Verifying Operation:
The Siemens LOGO! POWER 24V 1,3A can also be used to power an Arduino UNO with a step-down voltage regulator. Below is an example circuit and code:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the power supply is properly connected to the Arduino via a step-down converter
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
}
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Short-Circuit Protection Triggered:
Q1: Can this power supply be used with devices other than Siemens LOGO! PLCs?
A1: Yes, it can power any device requiring 24V DC and up to 1.3A, provided the device is compatible with the power supply's specifications.
Q2: Is it safe to operate the power supply at maximum load continuously?
A2: Yes, the power supply is designed to handle continuous operation at 1.3A, but ensure proper ventilation to avoid overheating.
Q3: Can I use this power supply in outdoor environments?
A3: No, the power supply is not weatherproof. It should be installed in a dry, indoor environment.
Q4: What happens if the load exceeds 1.3A?
A4: The power supply's overload protection will activate, and the output will shut down temporarily. Reduce the load to restore normal operation.