02-01-2012 07:54 PM
crio 9014, 9114 chasis, labview 11
If I create a lvlib under the 9114 chasis FPGA target and then click "create variables" in that library, whenever I click ok to create the variable it will crash to the desktop.
I found this issue in my current project but if I create an new blank project I get the same result.
02-03-2012 12:29 PM
Hey Eric,
I tried to reproduce the behavior you were describing on my end and I was not getting the same result. I was able to create the variables from the lvlib under a 9114 FPGA target. This leads me to believe that the issue might be with your LabVIEW FPGA module. I would try to repair that module and see if that solves your issue.
Hope This Helps,
Doug B
05-22-2012 11:27 PM
I have installed sp1 for labview 11 , still crashes
did a repair of the fpga module (from programs in control panel?)
Still crashes
05-23-2012 03:32 PM
Hey Eric,
Check your services to see if your Shared Variable Engine is running. The other thing I would suggest is to try and programmatically create your shared variables and see if you get the same behavior. Here is a good example you might be able to use to test this:
https://decibel.ni.com/content/docs/DOC-12548
Hope This Helps,
Doug B
05-23-2012 08:59 PM
Shared variable service is running.
Running the sample project you linked to work properly, a new variable was created without issue.
I am not using them in my current project, so its not a critcal issue for me yet.