Search the Community
Showing results for tags 'linx'.
-
Hello everyone, I have a development PC with labview community edition installed. On that PC an arduino uno is plugged with some sensors. I'm trying to get some data from a sensor attached to a raspberry pi. I saw a guy on the web that connected the pi to the PC using mobile hotspot on windows and loading the makerhub firmware and getting the IP that way. I managed to connect the pi to labVIEW and get it deploy any VI or control the GPIOs (i.e Untitled 2.vi). The thing is that I need to run a more broad VI from my main development PC (let's say Untitled 4.vi). Now I want not only to initialize a connection to the arduino uno, but also to the pi remotely. I've been trying to initialize the pi with the LINX (makerhub) open module and from the drop down menu choosing the remote I/O-TCP, but coudn't get it to work. Do I need to make any configuration to the raspberry pi from the properties meny on the Web-Server or the VI-Server tab? Or run a server from the raspberry itself? Which port to enter? I dont even know if what I'm trying to achieve is possible, can anyone help me out? Thank you.
- 1 reply
-
- linx
- raspberrypi
-
(and 2 more)
Tagged with:
-
QwaveSys RPi Package 2.0 for LabVIEW. (Based on LINX 3.0) https://github.com/QWaveSystems/QwaveSys-RPi-Package_2.0 Amornthep
-
- labview makerhub
- raspberry pi
-
(and 2 more)
Tagged with:
-
is it possible to use linx and lifa (LABVIEW INTERFACE FOR ARDUINO) at the same time in labview?
-
Hi! I am trying to use arduino to control a servo motor in labview. I searched for sample codes available online using LIFA and LINX. Unfortunately, none of them worked. I am very sure that I used the exact codes that are available online. I tried using another programming language(mblock) and the arduino and servo motor worked. Is there any other reason why the codes aren't working properly? Or other factors that might hinder the codes to work properly?