LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Laview MQTT VS HTTP

Broker and client.i think. I prefer to build my own broker/client, but i can try Mosquitto too.

 

By the way, i watch this video, it use more MQTT packages.

https://www.youtube.com/watch?v=2TUv8o7KdWc&t=410s


But how to install packages directly, without VIMP ?

 

How to install this ?

https://github.com/DAQIO/LVMQTT

0 Kudos
Message 11 of 18
(1,703 Views)

@Martin_Sokolov wrote:


But how to install packages directly, without VIMP ?

 

https://github.com/DAQIO/LVMQTT


 

what do you mean "install"? 

download as .zip, if you haven't git?!

 

 

0 Kudos
Message 12 of 18
(1,692 Views)

Ok, but how to import it into LV. How from LV to ''call'' this library, so i can work with it ?

0 Kudos
Message 13 of 18
(1,682 Views)

@Martin_Sokolov wrote:

Ok, but how to import it into LV. How from LV to ''call'' this library, so i can work with it ?


I suppose you want the mqtt .vis to show up in the Blockdiagram Function palette... if you don't want to use JKI's suberb VI package manger

(which is free, as long as you don't want to use it to commercially deploy your own packages)

then you have to manually  copy the libraries to a distinct folder in your LabVIEW IDE Installation folder e.g.

"C:\Program Files\National Instruments\LabVIEW 2020\"

 

usually:

 ...LabVIEW 2020\user.lib

...LabVIEW 2020\vi.lib\addons

 

 

This is easy, if the Library in question is small, the bigger it gets, the more can go wrong.

 

If I were you, I'd get my VIPM working ....

0 Kudos
Message 14 of 18
(1,674 Views)

I've tried your advice, but it doesn't work in my case ... I can't find the LVMQTT package I downloaded from git, in LV. Any advice?
By the way, i have problem with JKI, i created account but when i try to install some packages via VIPM and it ask me to log in to my JKI account, it tell me that i have error (i'm sure, that i fill my data correctly).

0 Kudos
Message 15 of 18
(1,665 Views)

drag and drop the .vi in question  from windows explorer into the blockdiagram, or use "select a VI" from the function palette

0 Kudos
Message 16 of 18
(1,651 Views)

Hi,  when i try to use VI Package Manager, i have this error (photo). How to fix this ?

 

I manage to import Mqtt node, via "select a VI", but where to find some tutorial for connectin MQTT to Cloud ?

 

Any help?

VIPM.jpg

0 Kudos
Message 17 of 18
(1,630 Views)

Check to make sure the port that VIPM wants to use is the same as the one the VI Server is using.

billko_0-1639944080387.pngbillko_1-1639944115200.png

On the left is the list of ports VIPM wants to use.  On the right is a screenshot of my LV 2018 VI Server options.

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.
Message 18 of 18
(1,625 Views)