From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

viewing contents of a nce file

   I have old software that someone wrote and I need to support. It contains a CONFIGDATA.NCE with tasks for the DAQ card. I haven't had any luck importing them from the file to my computer. Is there a reader that would let me view the tasks directly from the nce file without having to install them into max on my machine?

 

   Also, is there a way to convert them to a more contained format so they can be contained in the code package without having to make any significant software packages but also so the software won't conflict with other software that is on the machine?

0 Kudos
Message 1 of 4
(3,117 Views)

You do have a few options for deploying tasks.  First your installer can contain a .nce file and a set-up routine can programatically import that .nce in an initialization routine.  If you do this for all your deployments MAX will always have the right configuration as long as the hardware is present.

 

Another approach is to use LabVIEW projects and persist your tasks, scales etc in the project rather than in MAX.  This is less cumbersome since you can view the tasks etc from within the project.  but you did not state you developed in LabVIEW so I don't know it will work for you.

 

As far a peeking into a .nce  ---- Well the format isn't human readable and I don't think there is a translator (other than MAX) that really can understand the bits.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(3,115 Views)

The software is currently in labview. The current problem that I'm having is that these tasks are not properly importing from the NCE file to my machine so I currently have no access at all. Is there some program that can let me view the contents of the tasks?

0 Kudos
Message 3 of 4
(3,112 Views)

You can look at the tasks on the development machine or in the source code.  other than that- if the tasks only exist in the nce and do not import they must be expecting a specific hardware configuration to pre-exist.  Unless the system requirments are documented you may be in a bit of trouble. 

 

Attach the nce and I'll see if I can guess what it is expecting


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(3,109 Views)