LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SpectraPro 500i Labview

I am trying to use a Labview VI with a SpectraPro 500i monochromator that was provided by the company.  I am getting a missing global variable "driver opened" error.  Does anyone know how to find this missing global.vi or what is in it so I can create one?
0 Kudos
Message 1 of 2
(2,661 Views)
 

Global variables are custom variables created in LabVIEW, so there are not any standard global variables that ship with LabVIEW or anything. This means that if your VI uses a global variable that wasn't given to you along with the VI, then you will have to create a new one from scratch. If you don't have any idea about what that global variable should be, you can use the data type that is connected to it in your VI as a clue. I've linked the help documentation on creating global variables here.

Kind Regards,

E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,648 Views)