10-03-2019 04:04 PM - edited 10-03-2019 04:08 PM
I am running LabVIEW 2018 and trying to load an example for the Ball and Beam Project from Acrome. I am trying to load the example called: "Ball and Beam Project.lvproj". While it loads I get twice a screen that pops up which states to Find the Control Named: "XXXX" (I have attached screenshots for better understanding). I am using the NI myRIO controller together with the whole project. Anyone has any idea of where these Controls are located in order to select them ?
10-03-2019 07:56 PM
In my 2017 and 2019 installations of LabVIEW, the control in the first image is located exactly where it says it was searching: vi.lib\addons\System Identification\Model Typedefs.llb\SI Model Type.ctl.
If you don't have a System Identification folder under vi.lib/addons, you might need to try re-running the LabVIEW installer and checking if there is a checkbox somewhere for the System Identification toolkit.
It used to be separately packaged (e.g. here) but I don't think that is still true, so it should be with the main LabVIEW installer I think...
10-05-2019 01:57 PM
Well, the problem was that I had not installed all the required modules (FPGA, Control and Simulation, Real-Time) and it kept searching for these. However, thank you for your time and reply.