06-04-2015 07:57 AM
Hi Dennis,
I tried the CVI installer but with the same results.
Its seems that both drivers are exactly the same
06-04-2015 09:24 AM
@pmcdonnell wrote:
Hi RTSLVU,
Thanks for the reply, I wrote quite a few programs for the 63XX series loads and Chroma's 6160X AC sources before.
Documentation could be a better but usually the drivers do what they are meant to.
Did you have this issue when installing the drivers?
Is there anyone who could try installing these drivers and see do they get the same issue.
Usually the Chroma drivers are in a zip file and i have no issues but these drivers are package in a NI installer
Thanks
I did not have any problem installing it. But I struggled with using it, it's been a while but I remember a few of the VI's just did not work or would cause an error on the Chroma and return an error code that was not documented.
I have not seen an IVI driver that worked properly and try to avoid using them whenever possible.
06-04-2015 09:45 AM
The paths would be
DLLs
\Program Files\IVI Foundation\IVI\Bin
\Program Files (x86)\IVI Foundation\IVI\Bin
Driver and other documentation files (.c, .sub, .txt,.fp, .chm. .docx)
\Program Files\IVI Foundation\IVI\Drivers\[prefix for driver]
\Program Files (x86)\IVI Foundation\IVI\Drivers\[prefix for driver]
Header files
\Program Files\IVI Foundation\IVI\Include
\Program Files (x86)\IVI Foundation\IVI\Include
LV Wrapper files
\Program Files\National Instruments\[LabVIEW version]\instrlib
\Program Files (x86)\National Instruments\[LabVIEW version]\instrlib
06-04-2015 10:01 AM
Thanks jjp377.
The DLL is where you stated, i had to manually change the pointers in each Vi but at least the VI are executable now.
Thanks Again.