Giter VIP home page Giter VIP logo

fluidpy's Introduction

FluidPy

A script that helps Students like me to use and create their own FluidSim circuit

               ________                 _               _______         __     
              /   ____/ __     __   __ |_|   _____     /  __   \ __    / /     
             /  /___   / /    / /  / / __   / ___  \  /  / /   | \ \  / /      
            /  ____/  / /    / /  / / / /  / /   \  | /  /_/  |   \ \/ /       
           /  /      / /    / /  / / / /  / /   |  |  /  ____/     \  /        
          /  /      / /__  / /__/ / / /  / /___/  /  /  /          / /         
         /__/      /____/ /______/ /_/  /_______/   /__/          /_/   []     
            
                  Developed by MrLostInTheInternet

Welcome to FluidPy, an automation tool to analyze the creation of a FluidSim circuit, even without the actual Software Festo FluidSim.

FluidPy will create 3 other files to help you create your FluidSim circuit: "diagram's fases", "plc.txt" and "sequence.txt".

This 3 files contain the Diagram's Fases which will help to undestand the motions of the desired actuators in the sequence, the Sequence that you submitted and the PLC Structured-Text code of the sequence.

The program can be used as GUI or in terminal mode.

The PLC ST code will be saved in a file apart called "plc.txt", it can be copied and pasted onto any ST software like CODESYS and others.

The code will be improved and still updating.

REQUIREMENTS

Install python and pip on your pc:

-Linux:

sudo apt install python3 python3-pip

-Windows:

download and install python from the website https://www.python.org

add it to your PATH

Install PySimpleGUI, matplotlib, tk, numpy:

pip install PySimpleGUI

pip install matplotlib

pip install tk

pip install numpy

HOW TO USE IT

Git clone the files in a folder:

git clone https://github.com/MrLostInTheInternet/FluidPy.git

cd FluidPy

cd Project Fluidsim

TERMINAL MODE

python fluid.py --help

GUI MODE

python main.py

~MrLostInTheInternet

fluidpy's People

Contributors

mrlostintheinternet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.