Hello Papish,
in despite of the fact that purists doesn't like it, Global Variable exists in LabVIEW.
Just place a global variable from the Block Diagram palette => Structures => Global Variable, double click on it. Put on the front panel all controls you want. Then save it (like you does it for a VI).
Global Variable looks like a VI, but without block diagram.
To use it , right click on your variable in the block diagram,=> "select item" that you want to read or write.
Just be careful if you want to write it from several VIs at the same time: you may have to block the access (with a semaphore for example)during this operation, as you would have to do it if you would like to write data in a file from several VIs at the same time.