I would like to automatically start up a LabVIEW VI when my Linux computer reboots.
Since I typically won't be there to log in, I have placed the command line to invoke LabVIEW and the appropriate VI in the /etc/rc.local file. This does not work during bootup since LabVIEW seems to be looking for an X-display. It does work if I execute the /etc/rc.local file again after I have logged in (thus I know the syntax of the command is correct).
I am working from information found on
http://zone.ni.com/reference/en-XX/help/371361A-01/lvhowto/launchingvifromcommandline/
Should I
1) Try a different way of invoking LabVIEW, such as a cron job?
2) Redirect the display using the -display command line option to some virtual display? What would it be?
I'm still a Linux newbie so step by step instructions would be appreciated.