04-27-2006 11:26 AM
04-28-2006
03:25 PM
- last edited on
06-09-2025
03:21 PM
by
Content Cleaner
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,