‎04-09-2024 06:45 AM
I have an Keysight DMM 3458 connected with GPIB - Ethernet converter and configured into max. I use the DMM with other software this way and it works fine. We are looking at moving to TestStand 2014 as our test langue but I can't seem to get TestStand to see the DMM. I have read many post here and on the web but I can not figure it it out.
Solved! Go to Solution.
‎04-09-2024 06:51 AM
TestStand 2014? Typo?
Are you intending to talk to the instrument directly from TestStand, am I understanding this correctly?
‎04-09-2024 11:26 AM
I have both 2014 & 2019 installed, and yes trying to talk to the DMM directly, set the function and get the reading.
‎04-09-2024 12:26 PM
What test language?
‎04-09-2024 01:38 PM
The intent was to do it all in TestStand but after reading some other posts it doesn't sound possible. If I need to write DLL's of some other wrappers it would be in C#.
‎04-09-2024 03:33 PM
TestStand is a sequencer and not a programming language. Some custom steps implemented in "a" programming language make it simple to interact with instruments.
List of supported adapters - https://www.ni.com/docs/en-US/bundle/teststand/page/adapter-and-code-module-support-for-64-bit-te.ht...
In the same way, if your instruments come with drivers in "a" programming language supported by TestStand, you can directly use them in TestStand.
‎04-10-2024 12:36 AM
In your case, you might also be able to use an IVI step type
According to ni.com/idnet your particular instrument has IVI support.
Having mentioned this for the sake of completness.... it is strongly recommended to perform instrument IO using code modules. There may be execeptions...
‎04-10-2024 12:37 AM
@HSBob wrote:
I have both 2014 & 2019 installed, and yes trying to talk to the DMM directly, set the function and get the reading.
Don't start with 2014, go for 2019 instead!
‎04-11-2024 05:10 AM
Thanks for all the information, I re-wrote one of our drivers that we use for Keysight VEE into a C# DLL that seems to work for what I'm looking to do.