Home Creators Posts Import Register Favorites Logout
haven't archived this post yet. have a subscription? use the importer!

Videos

  • 312190072.mp4

Downloads

  • 312190072.mp4

Missing 1 full-res photo, 1 video.

Files

Previews only

Comments

Harold Luzardo

Hello everyone. Thanks to Brian for his excellent software, which will allow us to enjoy our hobby. I am very excited about this new version release because I was using a very old version on my Linux box. Now I finally installed this new version by following Brian's documentation for the installation so I wrote a simple script to help the installation process easier. Once you download and unzip the PIDtoolbox file go to the installer folder create a file named auto_install.sh and paste this in save it and change it to executable `$chmod 755 auto_install.sh` This will allow you one click to run the software. Please feel free to add/modify anything you consider beneficial. #!/bin/sh #This script runs from the installer folder #It can be updated by changing the variables # #Define a variable to download the zip file of Matlab that works with PIDtoolbox Linux version MTLB_release=https://ssd.mathworks.com/supportfiles/downloads/R2022b/Release/9/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2022b_Update_9_glnxa64.zip #Define a named folder of Matlab runtime MTLB_folder=R2022b MTLB_path="/usr/local/MATLAB/MATLAB_Runtime/$MTLB_folder/" #Download the Matlab runtime that works for the Linux version wget $MTLB_release #Create a folder where Matlab will be unzipped mkdir ../$MTLB_folder #unzip Matlab runtime and move it to the folder previously created unzip *.zip -d ../$MTLB_folder #Install Matlab runtime sudo -H ../$MTLB_folder/install -agreeToLicense yes #Execute PIDtool Box ../main/run_PIDtoolbox.sh $MTLB_path If you need any help please let me know.

The PIDtoolbox Guy

download the script here https://www.dropbox.com/scl/fi/hni7ph8ny1zya09grznrv/auto_install.sh?rlkey=eseb91egefuouk63079bm5rqw&st=jtgu6ccb&dl=0

Justin Wornes

I wish I could get this to work but it is too much for my small brain it seems...