11-08-2016 11:04 AM
Question:
Is it possible to have the deployed program periodically check if internet access is available? It seems to only do one check on startup.
Current Situation:
I'm using a Raspberry Pi 3 as a wireless-to-ethernet bridge for my cRIO-9012 (RPi3 and cRIO-9012 connected through an ethernet cable) so I can get wireless access. Deployed program is from LabVIEW 2015.
Problem:
If the RPi is given time to boot up prior to plugging it in to the cRIO, everything works fine. If they're turned on at the same time, the cRIO boots up faster and will not receive internet connection before executing the deployed program. It doesn't receive internet access even after the RPi is finished booting up.
* Note: If there are other suggestions on ways to get reliable wifi access on a cRIO-9012, that would be appreciated. I'm using RPi3 because it was already being used for a different purpose as well.
11-08-2016 01:11 PM
Could you assign it a static IP? If you do that, the cRIO should get that IP regardless of the boot order of your targets.