04-13-2017
10:49 AM
- last edited on
07-19-2024
02:54 PM
by
Content Cleaner
Hi all,
I am trying to interface to VeriStand through the ASAM XIL API. I am using examples from C# Walkthrough: Using the Model Access Port to Read and Write Channel Values
However, when compiling, it cannot find the ASAM.XIL.Implementation.TestbenchFactory.Testbench dependency and I cannot find it anywhere in the VeriStand installation/user folders.
I am using Veristand 2016 downloaded from
http://www.ni.com/gate/gb/GB_EVALVERISTAND/US
Anyone having the same issue? How to resolve it?
Thanks
Solved! Go to Solution.
04-14-2017 12:29 PM
Dagobert,
You can add a reference to the ASAM.XIL.Implementation.TestbenchFactory.Testbench in the C# environment that you are working with. In Visual Studio, in the Solution Explorer there is a reference tab and you can right click and add references.
You can browse to the following location to get the “using ASAM.XIL.Implementation.TestbenchFactory.Testbench;” specifically.
The file path should be located here: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\ASAM.XIL.Implementation.TestbenchFactory.
Please let me know if this works for you.
04-18-2017 01:38 AM
Hello,
following dependency for NIVS 2016:
c:\Windows\Microsoft.NET\assembly\GAC_MSIL\ASAM.XI
c:\Windows\Microsoft.NET\assembly\GAC_MSIL\ASAM.XI
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\ASAM.XI
~Jiri
CLA, CTA
04-18-2017 07:08 AM
Exactly what I was looking for! Thank you!