From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
08-30-2010 09:33 AM
Please provide any comments and feedback for the NI System Configuration API in this thread.
12-29-2010 10:34 AM
Hi Justin. I'm trying to use NI System Configuration API to do my own "Remote Configuration Utility" but I find some troubles.
For Example the "Find" VI can't find any RIO that disconnected and then reconnected like the "RT Get Target Information VI" do.
When I run the VI I attach, It find all the systems in my local network. If any of these system is turn off, it disappear from the lists returned in the front panel. When I turn on again that system it does not reappear on the "detected systems" list but reappear on the "target information" indicator.
So, what I shall do? Wait the further version of NI System Configuration API or continue using the RT Get Target Information VI?
Thanks a lot
Daniele
01-14-2011 09:32 AM
Hey Daniele,
We've investigated into this and the issue should be resolved with the next release of System Configuration (due out in the next month or so).
02-25-2011 10:18 AM
Hello,
I am trying to rename a Simulated DAQmx device from Dev2 to Dev1. (My use case is a real daqmx device).
I get the folowing error when I try to do this.
Error -2147467263 occurred at nisyscfg.lvlib:Rename Alias.vi
I get this error even when using the example "Rename Alias"
Please Advise.
Thanks
Dan
02-25-2011 10:22 AM
That error code is "Not implemented". What it means is that the version of DAQmx you are using does not implement the Rename functionality. It was introduced in DAQmx 9.2 if I recall correctly, so try updating to that version and it should work.
Dan Mondrik
National Instruments
02-25-2011 01:01 PM
03-23-2011 09:32 AM
Using the new API, is there anyway to poll for deployment status (progress and current file name). I like the new api but would like to preserve the original ability to
provide more detailed transfer status.
03-23-2011 10:22 AM
Not really, but that is something we can try to add in the future.
03-23-2011 10:27 AM
What is the difference between using the API to deploy a configuration to a cRIO and using standard FTP transfer.
Also what is the significance of rebooting into install mode prior to transfer. Also can you apply network parameters
while in install mode?
03-23-2011 10:52 AM
The NI System Configuration API uses an industry standard FTP implementation known as cURL were as the standard FTP transfer in LV is built in pure G. The API implementation allows us to use the same code in MAX, the Installation Wizard, and the NI System Configuration C and LV API.
Booting the system into install or safe mode ensures the minimal NI software is running (databases are not loaded) and the customer's application is stopped. This helps prevent crashes while the files are being replaced. Yes, you should be able to apply network parameters while in install or safe mode.