From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
03-13-2024 06:56 AM
Have a bunch of old projects where they have stored all their custom scales within the application builder.
Wanting to make it so you can select them within the program itself, but the options I can find only list scales currently deployed on NI-max.
Is there a way to get it to list scales currently only in the application builder?
03-13-2024 07:46 AM
The Application Builder does not concern itself with DAQmx scales. You can include the current Hardware configuration when creating an Installer (that's a separate step from building the Application). By default it lets you create a hardware configuration file (either configData.nce, or an ini file that will then be added to the installer and applied to the target system when your application is installed.
So you could try to find that file in your build folder, or reinstall your application, which should also apply this configuration to your system.
03-13-2024 07:57 AM
I figured it wouldn't be possible to pull it in from a project, but wanted to see if anybody may know something I didn't.
Started a new job and the habit here is for people to not create an executable and simply run the program with a LabVIEW IDE on every station (I know not the best method). So the scales and tasks are never being brought into NiMAX, they all live inside the application builder. (yes I know)