InstrumentStudio

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a .measconfig file in InstrumetStudio

In this link: https://www.ni.com/docs/en-US/bundle/ecu-ts-toolkit-help/page/istudio-to-teststand-workflow.html there are steps about how to import measurement configurations on PXI instruments to TestStand. There is this apply pin config step where you can choose the .measconfig file that you created in InstrumentStudio. I can’t find where can I export this file type and any further information about this topic.

0 Kudos
Message 1 of 6
(2,066 Views)

The file extensions vary by device, ".measconfig" is a way to generically refer to them, but as an example, NI-DCPower uses a ".nidcpowerconfig" extension.

 

I suggest you start by taking a look at https://www.ni.com/docs/en-US/bundle/instrumentstudio/page/export-config.html as a starting point.

Tobias
Principal Software Engineer
Driver Software
National Instruments
0 Kudos
Message 2 of 6
(2,016 Views)

2024-04-08_09h22_27.png

 If you download this toolkit, in the examples map you can see that measconfig is a file type generated from Instrumentstudio which contains the SMU measurements. You can set this file in an apply pin configuration step in teststand to reach the measurements as I described it to you many times. My question is how to export this file type.

0 Kudos
Message 3 of 6
(1,993 Views)

The ability to export a .measconfig file from InstrumentStudio to TestStand is currently a ECUTS specific work flow. When ECUTS is installed and their is a pin map configured in the InstrumentStudio project, the Export to TestStand command will produce a .measconfig file instead of an .instudiotask file. The two files are similar in concept, but the .measconfig file contains instrument configuration in a "pin centric" format that is more portable and scales to multi-site testing for parallel test. ECUTS then installs custom TestStand step types for applying the configuration in the .measconfig file as well as performing measurements for various instruments like a scope, dmm, function generator, etc. If that work flow is what is desired, you would need to purchase the ECUTS software bundle to access it. Otherwise, you would have to write code modules in your preferred language to call from TestStand in order to perform the actual measurements.

Message 4 of 6
(1,979 Views)

Thanks for the explanation, that clears things up. Just wondering if I don’t have ECUTS, is there any other way to create something like a .measconfig file from InstrumentStudio, or is writing custom code in TestStand the only option?

0 Kudos
Message 5 of 6
(483 Views)

@anup212 wrote:


Just wondering if I don’t have ECUTS, is there any other way to create something like a .measconfig file from InstrumentStudio, or is writing custom code in TestStand the only option?


InstrumentStudio, even without the ECUTS extension, can share instrument configurations with TestStand. After you import and set the configuration on the instruments, you need to add additional steps to take the measurements and pass/fail the results.

Joe Friedchicken
NI Configuration Based Software
Get with your fellow OS users
[ Linux ] [ macOS ]
Principal Software Engineer :: Configuration Based Software
Senior Software Engineer :: Multifunction Instruments Applications Group (until May 2018)
Software Engineer :: Measurements RLP Group (until Mar 2014)
Applications Engineer :: High Speed Product Group (until Sep 2008)
0 Kudos
Message 6 of 6
(472 Views)