Xem-6310 usb 3.0

Hi

Noticed one more issue with dll import into labview for GetBootResetProfile and GetJTAGResetProfile, when trying to import the Labview freezes.

[QUOTE=dhananjaya;3827]Hi

Noticed one more issue with dll import into labview for GetBootResetProfile and GetJTAGResetProfile, when trying to import the Labview freezes.[/QUOTE]

I met the same problem. Did you solve this? Thanks.

Is this with the 4.3.0 release?

Have you tried commenting out the lines if you don’t need them?

[QUOTE=Opal Kelly Support;4173]Is this with the 4.3.0 release?

Have you tried commenting out the lines if you don’t need them?[/QUOTE]

Thanks a lot for your kindly response.

The version is 4.2.6. The labview version is 2012.
There are four functions which cannot be imported.

  1. Get FPGA Boot Reset Profile;
  2. Get FPGAJTAG Reset Profile;
  3. Set FPGA Boot Reset Profile;
  4. Set FPGAJTAG Reset Profile.

I tried to comment these functions. Others have been successfully imported.
I will not use these four functions for now. However, i am not sure whether these functions are necessary or not.
Thanks.

They are required if you plan to get/set reset profiles from Labview. They are not required if you do not plan to get/set reset profiles from Labview.

Thanks a lot.