

The Siemens LOGO 8.4 is a compact programmable logic controller (PLC) designed for small automation projects. It is ideal for applications requiring simple control tasks, such as lighting, HVAC systems, and small machinery automation. The LOGO 8.4 offers user-friendly programming, seamless integration with sensors and actuators, and robust performance in industrial environments.








The Siemens LOGO 8.4 is equipped with advanced features to meet the needs of small automation projects. Below are its key technical specifications:
| Parameter | Value |
|---|---|
| Manufacturer | Siemens |
| Part ID | LOGO 8.4 |
| Power Supply Voltage | 12/24 V DC or 115/230 V AC |
| Digital Inputs | 8 (expandable with additional modules) |
| Digital Outputs | 4 (expandable with additional modules) |
| Analog Inputs | 2 (expandable with additional modules) |
| Communication Interfaces | Ethernet, Modbus TCP |
| Programming Interface | LOGO! Soft Comfort software |
| Display | Integrated LCD display with keypad |
| Memory | 400 function blocks |
| Operating Temperature | -20°C to +55°C |
| Dimensions | 72 x 90 x 55 mm (W x H x D) |
The LOGO 8.4 has a modular design with input and output terminals. Below is the pin configuration for the base module:
| Pin Number | Label | Description |
|---|---|---|
| I1 | Input 1 | Digital input 1 |
| I2 | Input 2 | Digital input 2 |
| I3 | Input 3 | Digital input 3 |
| I4 | Input 4 | Digital input 4 |
| I5 | Input 5 | Digital input 5 |
| I6 | Input 6 | Digital input 6 |
| I7 | Input 7 | Digital input 7 |
| I8 | Input 8 | Digital input 8 |
| Pin Number | Label | Description |
|---|---|---|
| Q1 | Output 1 | Digital output 1 (relay) |
| Q2 | Output 2 | Digital output 2 (relay) |
| Q3 | Output 3 | Digital output 3 (relay) |
| Q4 | Output 4 | Digital output 4 (relay) |
| Pin Number | Label | Description |
|---|---|---|
| L+ | Positive | Positive power supply terminal |
| M | Ground | Ground terminal |
The Siemens LOGO 8.4 is designed for ease of use, making it suitable for both beginners and experienced users. Follow the steps below to use the LOGO 8.4 in your automation project:
The LOGO 8.4 can be integrated with an Arduino UNO for advanced control. Below is an example of Arduino code to send a signal to the LOGO 8.4:
// Arduino code to send a HIGH signal to the LOGO 8.4 input I1
const int logoInputPin = 7; // Arduino pin connected to LOGO I1
void setup() {
pinMode(logoInputPin, OUTPUT); // Set the pin as an output
}
void loop() {
digitalWrite(logoInputPin, HIGH); // Send HIGH signal to LOGO I1
delay(1000); // Wait for 1 second
digitalWrite(logoInputPin, LOW); // Send LOW signal to LOGO I1
delay(1000); // Wait for 1 second
}
LOGO 8.4 does not power on:
Inputs are not detected:
Outputs are not functioning:
Communication with LOGO! Soft Comfort fails:
Can the LOGO 8.4 be expanded?
What programming languages are supported?
Is the LOGO 8.4 suitable for industrial environments?
By following this documentation, you can effectively use the Siemens LOGO 8.4 for your automation projects.