LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

nisyscfg.lvlib: Install Startup.vi Input Parameters Error

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

rkmadse_0-1713210097783.png

 

0 Kudos
Message 1 of 2
(253 Views)

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:

SnippetRT.png

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.

0 Kudos
Message 2 of 2
(206 Views)