12-07-2022 04:43 PM
Thank you for this, it was close but no cigar.
There is unfortunately no drop down tab for Raspberry Pi and it is required that the RPI is configured via the target and not the wizard
12-07-2022 05:24 PM
It might be worth just bricking the RPI and starting from scratch. It's not that difficult. It feels like there is something wrong with the installation. Remember I said I had to do this a couple of times before I got it right?
12-07-2022 06:22 PM
ok, so are you telling me you were able to connect a RPI via WIFI to labVIEW without an Ethernet cable?
12-08-2022 12:02 AM
@taestygecko wrote:
ok, so are you telling me you were able to connect a RPI via WIFI to labVIEW without an Ethernet cable?
Yes. In fact, I just created a new WiFi connection and found the target in LabVIEW by IP address. I even started a deployment, but LabVIEW complained that the LV version on the target was different from the project - which is appropriate.
I then tried to connect to a purposefully incorrect target IP address and it timed out.
12-08-2022 08:02 AM
@taestygecko wrote:
ok, so are you telling me you were able to connect a RPI via WIFI to labVIEW without an Ethernet cable?
Isn't WIFI always without an Ethernet cable?
12-08-2022 08:06 AM
@taestygecko wrote:
Thank you for this, it was close but no cigar.
There is unfortunately no drop down tab for Raspberry Pi and it is required that the RPI is configured via the target and not the wizard
I doubt there's a way to enable this though the LabVIEW project target...
If wifi is off on the target, why not enable it on the target? Alternatively, I'm sure it can be enabled though a remote shell if you really don't want to do it on the device.
12-08-2022 08:22 AM
wiebe@CARYA wrote:
@taestygecko wrote:
Thank you for this, it was close but no cigar.
There is unfortunately no drop down tab for Raspberry Pi and it is required that the RPI is configured via the target and not the wizardI doubt there's a way to enable this though the LabVIEW project target...
If wifi is off on the target, why not enable it on the target? Alternatively, I'm sure it can be enabled though a remote shell if you really don't want to do it on the device.
This is exactly what I did. I used a VNC to log into it and painlessly configure the WiFi. I used the standard RPI install and it has a graphical interface. (I don't recommend using the standard RPI image though; it's a PITA to get running with LINX.)
12-08-2022 03:43 PM
Ok so this was something I have not tried as I am running a buster version of RPI...
I may try and reinstall the desktop OS and I am presuming you used the 32 Bit install for RPI OS?
12-08-2022 04:23 PM
I think the main thing is that the standard RPI image takes over the whole hard drive, but LINX wants to be installed into its own partition or something like that. If you can resize the OS partition and add another one, I think that's what LINX wants. It's a looong time ago that I did this, and frankly I was so traumatized that I fail to remember exactly what I did. 😉
12-08-2022 04:27 PM
I will have to try this out and see if it works or not