Any good software for drawing control systems/flow charts out there?

AI Thread Summary
For drawing control systems and flowcharts, users are seeking software that allows for layered designs, pathway flexibility, and the ability to visualize changes over time. While draw.io has been effective, alternatives like Lucidchart, yED, Graphviz, and Dia Diagram Editor are recommended for their desktop capabilities and lack of online data mining. Key features desired include color options, progress saving, and potential LaTeX import compatibility. Simulink is noted for its slow performance and is not needed for mathematical calculations, focusing instead on conceptual diagrams. Overall, the discussion emphasizes the importance of scalability and complexity in diagramming tools for engineering projects.
Jarfi
Messages
384
Reaction score
12
Im drawing a system using control systems engineering. It changes over time and many factors affect each other. So far I've been using draw.io for drawing program architecture and it works great but I am looking for something more directed at flowcharts/control systems.

Requirements:
>Layers, Ability to draw many pathways, ability to hide different layers or show all.
>time windows. Here, sheets would be enough, but I want to be able to show how the system changes over time.
>Different colors
>FREE. I am a mere student with no income.
>Able to save my progress

Non-requirements:
>I don't need control system calculations, I can already use simulink for that, but ofcourse it wouldn't hurt.
>Stand alone application, it's ok if it's in browser but ofc I prefer an app.
 
Last edited:
Engineering news on Phys.org
I want to add, import-ability to LaTeX doesn't hurt...
 
Since you already have Simulink diagrams, can you use those for your documentation? There are very serious coordination problems if the analysis, documentation, and code implementation have to be kept in line. There are code auto-generation capabilities from Simulink diagrams.
 
Simulink is a bit too slow and clunky for my purposes. i am not going to be running any mathematics for now. It's merely for conceptual drawing. Here is an similar thing of what i am trying to create, a biology textbook diagram with negative feedback, something i have not found in either draw.io or lucidchart.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    47.1 KB · Views: 564
UPDATE: I found a bunch of good ones. For others looking for the same yED, Graphviz and Dia Diagram Editor are good, desktop and without the online datamining that comes with server only apps.
 
  • Like
Likes FactChecker
Jarfi said:
Simulink is a bit too slow and clunky for my purposes. i am not going to be running any mathematics for now. It's merely for conceptual drawing. Here is an similar thing of what i am trying to create, a biology textbook diagram with negative feedback, something i have not found in either draw.io or lucidchart.
Keep in mind that successful projects can eventually grow into very large, complicated, detailed diagrams. It is the unsuccessful ones that stay small and simple. So unless you are prepared to throw away your early versions and start over, you should consider systems that can handle a large, complicated project. That requires a system that allows lower levels of diagrams, details of different signals and logic, state transition diagrams, bundling of signals, etc., etc., etc.
 
  • Like
Likes BvU and jedishrfu
Yes, @FactChecker has some really good advice there. Not following his advice are some famous last words of people who used to work on the project but didn't plan for scalability and complexity.
 
  • Like
Likes OCR
Back
Top