Jump to content

How to generate a cRIO project programmatically


Nala

Recommended Posts

Hello everyone,

I’m not sure which forum is the right one which is why I created two new topics with the same content (one in Embedded and one in VI Scripting) – so sorry for the spamming.

 

I have two questions:

  1. How can I generate a cRIO project programmatically?

  2. How can I start the “Discovering Devices tool of the Project Wizard automatically?

 

At first I will describe a bit more what I really want to do:

I’m about to write an auto coder which should create a complete new FPGA project on my cRIO system without any user input. In the Project Wizard I want to run the “System Setup” from NI standalone. In that mask the NI project need some input like project type which is always a cRIO Embedded System. The next step is to insert an IP address to discover an existing system.

As those two steps are every time with the same input, I want to give them those parameters so that everything runs automatically.

 

Is there anybody who can help?

 

Thanks a lot!!

Link to comment

finding targets is relatively easy: http://zone.ni.com/reference/en-XX/help/373107E-01/nisyscfg/find/

the other part, scripting a target, is officially not possible last time I checked. Theres some internal functions that do it properly (I found them at one point digging through the dialog code), and of course you can edit the project file xml yourself, but nothing great. 

Edited by smithd
Link to comment

Yeah that's great, thanks for your fast reply.

We already use those system VI's but they don't completely discover the hardware.... I've found an internal library, called "Project Wizard" in the LabVIEW Directory ("National Instruments\LabVIEW 2014\resource\plugins\NewDialogFiles\ProjectWizards"). What do you think about the VI's inside? Do you know a way to open those block diagrams as they are secured. ;)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.