LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Error When Deploying Labview to Raspberry Pi through LINX

Solved!
Go to solution

I have one problem in same domain i want to connect raspberry pi 3 B to lab view and switch on led connected to ras pi but i got error like this 

labview 2014 sp1 

PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian

 

Untitled.png

0 Kudos
Message 11 of 17
(792 Views)

@amey191 wrote:

I have one problem in same domain i want to connect raspberry pi 3 B to lab view and switch on led connected to ras pi but i got error like this 

labview 2014 sp1 

PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian

 

Untitled.png


What's up with the "not genuine" Windows?  Anyway, I just found it easier to assign a static IP address to it and address it that way.  Are you aware of this forum?  You might find better solutions there.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 17
(776 Views)

hey thanks for reply i have tried that after setting static IP in rasp pi terminal after reboot i verified that by typing hostname -I i get the changed IP but when i ping that in cmd in windows it is showing like this 

Untitled.png

0 Kudos
Message 13 of 17
(761 Views)

Looks like you're not connected to a DHCP server.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 14 of 17
(752 Views)

u r right but now i have enable it still it is showing same error as 1st one

0 Kudos
Message 15 of 17
(745 Views)

What IP address is your PI?  What IP address is your computer?  It's strange you should be using the 169.254.x.x, as this is reserved for Automatic Private IP address, which Network cards will give themselves when no DHCP server is present, so you can just plug two computers together and get them talking to each other.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 16 of 17
(736 Views)

You have a basic network problem and as long as that is not solved LabVIEW will not be able to do anything.

 

Could you show us the output of running "ipconfig /all" in a command line window? This will show what network addresses your computer uses. The fact that the Raspi defaulted to using an address from the Automatic Private IP Addressing range indicates that there is no DHCP server available on your network. But that also means that your Windows computer also gets an address from that range for the network card connected to the Raspi.

And unless both adapters work in the same subnet, they can't communicate with each other. So when you change the Raspi to use an explicit address from the 192.168/16 private address range, you also have to make sure to change the network card in Windows to do the same although it of course can't be exactly the same address but needs to be slightly different. After that your ping command should succeed and then you can go back into your LabVIEW project and change the IP address in the properties for your Raspi to match what you assigned to the Raspi.

Rolf Kalbermatter
My Blog
0 Kudos
Message 17 of 17
(729 Views)