SimpleFOCStudio | GUI based in PyQT5 and PyQtGraph to configure and control
kandi X-RAY | SimpleFOCStudio Summary
kandi X-RAY | SimpleFOCStudio Summary
SimpleFOCStudio is a Python library. SimpleFOCStudio has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Graphical user interface for the SimpleFOClibrary. This application allows to tune and configure any BLDC/Stepper SimpleFOClibrary controlled device, using serial port communications and the Commander interface.
Graphical user interface for the SimpleFOClibrary. This application allows to tune and configure any BLDC/Stepper SimpleFOClibrary controlled device, using serial port communications and the Commander interface.
Support
Quality
Security
License
Reuse
Support
SimpleFOCStudio has a low active ecosystem.
It has 93 star(s) with 56 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 15 have been closed. On average issues are closed in 21 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of SimpleFOCStudio is v1.0
Quality
SimpleFOCStudio has no bugs reported.
Security
SimpleFOCStudio has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
SimpleFOCStudio is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
SimpleFOCStudio releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed SimpleFOCStudio and discovered the below as its top functions. This is intended to give you an instant insight into SimpleFOCStudio implemented functionality, and help decide if they suit your requirements.
- Setup the UI
- Connect to the SimpleFOC device
- Pulls the configuration from the device
- Fill the form
- Parse the response from the comandResponse
- Parse response from command line
- Parse motion response
- Parse the monitor response from the command line
- Updates the signal flag plot flags
- Main thread
- Called when the connection is changed
- Called when the device is connected
- Change the torque of the FOC
- Change the current FOC
- Stop the current FOC
- Init the gui
- Changes the stimulus type
- Change the control loop
- Open a new config device
- Creates a custom commands menu
- Updates the plot
- Change the PIDF
- Saves the configuration settings to a file
- Called when a tree item is edited
- Remove the active tab handler
- Main loop
Get all kandi verified functions for this library.
SimpleFOCStudio Key Features
No Key Features are available at this moment for SimpleFOCStudio.
SimpleFOCStudio Examples and Code Snippets
#include
....
// include commander interface
Commander command = Commander(Serial);
void doMotor(char* cmd) { command.motor(&motor, cmd); }
void setup(){
....
// add the motor to the commander interface
// The letter (here 'M') you will
Community Discussions
No Community Discussions are available at this moment for SimpleFOCStudio.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SimpleFOCStudio
Don't worry, SimpleFOCStudio is easy to install even if you have never used the terminal before! 😃 There are just couple of steps to take:.
Install Python if you don't have it installed yet We suggest to use Anaconda. Here is how to install it. Once you have your Anaconda running open your terminal (on windows anaconda prompt) and run: conda create -n simplefoc python=3.6.0 Once this is done you will never have to run that command again, from now on you will just need: conda activate simplefoc
Clone this repository or download the zip file
Enter the folder containing the repository using the terminal the command will be something like this: cd some_path_on_disk/SimpleFOCStudio
Final step of the installation is installing all the necessary libraries for the SimpleFOCStudio : pip install -r "requirements.txt"
Install Python if you don't have it installed yet We suggest to use Anaconda. Here is how to install it. Once you have your Anaconda running open your terminal (on windows anaconda prompt) and run: conda create -n simplefoc python=3.6.0 Once this is done you will never have to run that command again, from now on you will just need: conda activate simplefoc
Clone this repository or download the zip file
Enter the folder containing the repository using the terminal the command will be something like this: cd some_path_on_disk/SimpleFOCStudio
Final step of the installation is installing all the necessary libraries for the SimpleFOCStudio : pip install -r "requirements.txt"
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page