Since CADe SIMU is natively a Windows application (.exe), running it on Linux requires a compatibility layer like Wine. This guide explains how to set up the electrical and automation simulator on your Linux distribution. What is CADe SIMU?
CADe SIMU is an intuitive CAD software used to create and simulate electrical diagrams, including industrial automation, logic controllers (PLCs like Siemens S7-1200 or LOGO!), and 3D industrial maneuvers. It is widely used by students and professionals because it is lightweight and does not require a complex installation. Steps to Install on Linux
Because CADe SIMU is a portable executable, you don't "install" it in the traditional sense; you execute it using a translation layer.
Install Wine: Open your terminal and install the Wine package. Ubuntu/Debian/Mint: sudo apt install wine64 wine-stable Fedora: sudo dnf install wine Arch: sudo pacman -S wine
Download CADe SIMU: Obtain the latest version (e.g., v4.0 or v5.0) from a reliable source. It usually comes as a .zip or .rar file.
Extract the Files: Use your file manager or the unzip command to extract the folder. Run the Executable:
Right-click CADe_SIMU.exe and select "Open with Wine Windows Program Loader." Alternatively, use the terminal: wine CADe_SIMU.exe. Recommended Alternative: Bottles
If you prefer a more user-friendly interface than raw Wine, use Bottles. It creates "bottles" (isolated environments) for Windows apps, handling dependencies automatically.
Step 1: Install Bottles via Flatpak: flatpak install flathub com.usebottles.bottles. Step 2: Create a new bottle named "Engineering."
Step 3: Click "Run Executable" and select your CADe_SIMU.exe. Troubleshooting Common Issues
Fonts/Symbols not appearing: Install Microsoft core fonts using winetricks corefonts.
Permission Denied: Ensure the .exe file has execution permissions (chmod +x CADe_SIMU.exe).
Performance: Since CADe SIMU is very lightweight, it typically runs at 100% speed even on older hardware via Wine. Why use it on Linux?
Stability: Avoid Windows update interruptions during complex simulation design.
Resource Efficiency: Linux uses fewer background resources, leaving more overhead for the simulation engine.
No Cost: CADe SIMU is free, and Linux is free, making it the perfect budget-friendly combo for students. It is safe to download. Quick & Easy Electrical Simulation with CADe SIMU
CADe SIMU is a popular, lightweight CAD software used for designing and simulating electrical circuits, including motor control, power circuits, and PLC logic. While originally a Windows application, it is highly functional on Linux through compatibility layers. CADe SIMU on Linux
Compatibility: It is not native to Linux, but it can be run using Wine (Wine Is Not an Emulator) or within a virtual machine.
Ease of Use: Because the software is portable (no formal "installation" needed beyond unzipping), it is straightforward to launch by right-clicking the .exe and selecting "Open with Wine".
Version Note: The latest versions (like 4.0 or 4.2) often include expanded libraries for PLCs (S7-1200, LOGO!), Arduino, and even basic pneumatics, all of which typically maintain functionality when run via Wine. Software Review
Overall, CADe SIMU is highly recommended for students and hobbyists due to its accessibility and simulation power, though it lacks the polish of professional-grade industrial tools. Simulation ⭐⭐⭐⭐⭐
Real-time testing of motor starters, ladder logic, and wiring. Limited to the library's pre-defined components. Ease of Use ⭐⭐⭐⭐☆
Simple "drag-and-drop" interface; extremely lightweight (~10MB). Interface looks outdated (Windows 95/XP style). Cost ⭐⭐⭐⭐⭐ It is completely free for educational and personal use. No official enterprise support or frequent updates. Linux Performance ⭐⭐⭐⭐☆ Runs flawlessly via Wine; low system resource usage.
Requires Wine setup; some fonts or icons may scale poorly on high-res displays. Verdict
Running CADe SIMU on Linux CADe SIMU is a popular portable software for designing and simulating electrical circuits, especially in industrial automation. While it is natively designed for Windows, Linux users can easily run it thanks to its lightweight and portable nature. Installation and Setup Methods
Because CADe SIMU does not require a formal installation process, it is highly compatible with Linux through several workarounds. Using Wine (Recommended)
is a compatibility layer that allows Windows applications to run on Linux. Installation : Open your terminal and run sudo apt-get install wine (for Ubuntu/Debian-based systems). Running the app : Once Wine is installed, right-click the CADe_SIMU.exe file and select "Open with Wine Windows Program Loader" AppImage for Linux There are community-maintained versions of CADe_SIMU for Linux on GitHub that package the software into an
An AppImage allows you to run the program without installing additional dependencies like Wine manually. Virtual Machines For more stability, you can use VirtualBox to run a lightweight Windows environment within Linux. Key Features and Requirements Portability
: No installation is required; you simply run the executable file. Access Key
: The software typically requires an activation key (e.g., version 4.0 often uses ) to unlock full features. Resource Usage
: It consumes very minimal system resources, making it ideal for older hardware or lightweight Linux distributions. Native Linux Alternatives
If you prefer native software built specifically for Linux environments, consider these options:
: A professional 2D CAD system for technical drawings and diagrams.
: An open-source 2D CAD application that is very beginner-friendly and built specifically for Linux.
: A powerful 3D parametric modeler that includes specialized workbenches for engineering and simulations. Cade Simu - Free Download
Here’s a clear and concise write-up for CADE Simu (as in simulation environment for CADE — Computer Aided Design Engineering, or a similar simulation framework) adapted for Linux.
O que é Cade Simu? (E por que você precisa disso no Linux)
Antes de mergulharmos nos tutoriais, é importante entender o ecossistema. O termo "Cade Simu" geralmente se refere a softwares como CadeSimu (da empresa IGE+XAO, agora parte da Schneider Electric) ou CADE SIMU (um antigo padrão educacional). Estas ferramentas são usadas para:
- Projetos Elétricos: Criação de esquemas unifilares e trifilares.
- Simulação de Circuitos: Testar contatores, relés, temporizadores sem componentes físicos.
- Pneumática e Hidráulica: Simular cilindros, válvulas e atuadores.
- Treinamento Industrial: Muito usado em cursos técnicos do SENAI e universidades.
O problema é que a grande maioria destas soluções foi compilada exclusivamente para .exe (Windows). Mas, no Linux, temos estratégias para contornar isso.
Pontos fortes
- Interface funcional e execução rápida para trabalhos correntes.
- Exportação flexível e suporte a automação por linha de comando.
- Compatibilidade com distribuições comuns do Linux.
5. Key Features on Linux
- Native POSIX support – real-time signals,
fork(), and shared memory for inter-process simulation coupling. - HDF5 output – efficient I/O for large simulation datasets.
- Plugin system – load
.somodules for custom materials or solvers. - CLI automation – integrate into CI/CD pipelines (e.g., Jenkins, GitLab CI).
- Remote visualization – forward OpenGL over SSH or use headless rendering with EGL.
🖥️ Máquina Virtual (VM) — A solção mais garantida
Se você precisa de um software específico que não roda no Linux e nem no Wine, crie uma VM com VirtualBox ou VMware.
Vantagem: compatibilidade total.
Desvantagem: perda de desempenho em simulações pesadas.
9. Troubleshooting
| Issue | Solution |
|-------|----------|
| libGL.so not found | sudo apt install libgl1-mesa-glx |
| MPI hangs | Check ulimit -n and SSH keyless between nodes |
| Low GUI performance | Use LIBGL_ALWAYS_SOFTWARE=1 for fallback |
| HDF5 version mismatch | Rebuild with -DHDF5_DIR=/path/to/hdf5 |
Problema: "As bibliotecas de componentes (bancos de dados .mdb) não abrem"
Solução: Instale o mdac28 via winetricks.
winetricks mdac28 jet40
Isso instala o mecanismo de banco de dados Access (que o Cade Simu antigo usa).
1. Simulação Robótica (ROS, Gazebo, Webots)
Se você trabalha com robôs móveis, braços manipuladores ou drones, o Linux (especificamente Ubuntu) é o holy grail.
- Gazebo (Ignition): É o padrão da indústria para ROS (Robot Operating System). Instala-se diretamente com
sudo apt install gazeboou via pacotes do ROS. Permite simular sensores (LIDAR, câmera, IMU) com física realista. - Webots: Disponível no Snap Store (
snap install webots) ou via repositório oficial. É excelente para quem quer algo pronto, com muitos modelos de robôs comerciais (Boston Dynamics, NAO, etc.). - MORSE (Modular OpenRobots Simulation Engine): Focado em ambientes de teste para múltiplos robôs.
Onde baixar: apt, Snap Store, ou diretamente do site do ROS.org.
Desempenho
- Uso de CPU/RAM: Eficiente para modelos pequenos e médios; em simulações muito grandes consome memória significativa e pode exigir swap.
- Estabilidade: Geralmente estável; raros travamentos ao alterar topologias complexas.