04-15-2024 02:44 PM
I'm attempting to use the built in System Config VI for Deploying my Build Specification to a RT Target.
It seems like I should be able to do this with the nisyscfg.lvlib:Install Startup.vi
I want to do this so I can bypass the need to build, deploy, run-as startup in the project. This will make things more repeatable for the users in the lab.
Am I barking up the wrong tree? How else can this be performed if not using these VIs? The build is working properly. But setting the image is giving me an error. "Unspecified version while trying to install exact version of a component" although I have it set to install the highest...
I
04-16-2024 02:51 AM
In the past I've done very similar task with upgrade of cRIO RT Target from my own software. This snippet from one of the shipped examples (don't remember which one was used as starting point - Package Installer or so).
Anyway, what may be missing in your case is transfer of your *.ipk file (which is result of build) to the target, something like that:
So, may be you need to open session after build, put the file to the target, then close the session, the rest you have already.