Dan Bookwalter N8DCJ Posted March 13, 2023 Report Share Posted March 13, 2023 I have found myself needing to use PID (probably just PI) , for this project I am using LV 2012 Pro , but it either didnt come with any of the PID stuff or it wasnt installed. Either way I cant install any toolkits as we have a dozen or so stands all over the world all with the exact same harware and software. I was hoping somebody had a PID vi they wouldnt mind sharing. just trying to save time rather than roll my own etc... this will not be part of anything that will be sold or marketed , all internal use... Dan Quote Link to comment
ShaunR Posted March 14, 2023 Report Share Posted March 14, 2023 Quote In LabVIEW 2014 and later, the PID and Fuzzy Logic Toolkit is included natively within LabVIEW Full and Professional Development Systems and does not require a separate license, installation, or activation. source I guess you don't have the Full or Professional LabVIEW? Quote Link to comment
Dan Bookwalter N8DCJ Posted March 14, 2023 Author Report Share Posted March 14, 2023 Shaun We do have 2012 Pro but as noted it is not included , I do have 2019 Pro , but , I am contrained to 2012 for most things ... Dan Quote Link to comment
dadreamer Posted March 14, 2023 Report Share Posted March 14, 2023 (edited) You can download PID and Fuzzy Logic Toolkit 2012, then unpack it somewhere (e.g., on your Desktop). Run this command in the admin command line: msiexec.exe /a "C:\Users\User\Desktop\2012PIDFuzzy\Products\LabVIEW_PID_Toolkit_2012\NIPID00\NIPIDToolkit.msi" /qb TARGETDIR="C:\Users\User\Desktop\2012PIDFuzzy\Products\LabVIEW_PID_Toolkit_2012\NIPID00\NIPIDToolkit" (Replace "User" with your username). Now go to \2012PIDFuzzy\Products\LabVIEW_PID_Toolkit_2012\NIPID00\NIPIDToolkit\ProgramFilesFolder\National Instruments\LabVIEW 2012\vi.lib\addons\control\pid\pid.llb and there you should have PID.vi along with many other VIs from that toolkit. Also note that some VIs use 32-bit lvpidtkt.dll, so it won't go in 64-bit LabVIEW. Edited March 14, 2023 by dadreamer Quote Link to comment
Dan Bookwalter N8DCJ Posted March 14, 2023 Author Report Share Posted March 14, 2023 dadreamer thanks i will give this a try .. Dan Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.