From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Hobbyist Toolkit

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Community Edition with a Slice of Raspberry Pi

Howdy everyone! I'm so pumped about LabVIEW Community edition!!

 

To help kick everything off I've created a series of LabVIEW projects that build on each other and are designed to show you basic LabVIEW concepts and programming techniques. I make heavy usage of the excellent content already created by NI and the LabVIEW Community. So in addition to seeing how to create an alarm clock, you'll be introduced to the various forums and content locations where you can learn and ask questions. 

 

The projects and NI Packages are available at the LabVIEW Community With A Slice of Raspberry Pi bitbucket repository  This landing page has a full description of everything you'll need.

 

The lessons build an alarm clock with snooze capability and are:

  1. Simulation
  2. Add Hardware
  3. Time
  4.  Hardware Input
  5. Encode A Message
  6. State Machines

Enjoy!

 

2020-04-25_16h43_59.png

Message 1 of 5
(4,587 Views)

Hello, I'm happy to see your share, Now I have a Problem , Hope get some helps, It is:

I use LabVIEW 2020 Community Edition to control raspiberry pi4, I find use  demo to control digital output... konw the reason 

 
 

微信截图_20201229172315.png

0 Kudos
Message 2 of 5
(3,680 Views)

Hello

Unfortunately, I don't understand your question. Can you please clarify?

0 Kudos
Message 3 of 5
(3,503 Views)

Hi;

can you help me please about pi connect with labview?

I try to coonect and I do it. You can see below my motion VI  under the LINX 

rabia1223_0-1610965436968.png

  But I want to  trigger other vı with  signal that I can read from pi and this is my cam VI that I want to take foto with signal from motion VI. The cam is webcam, but I cant do this. 

2.PNG 

 

Thank you. 

 

 
 

 

 
 

 

 

0 Kudos
Message 4 of 5
(3,477 Views)

@rabia, the Vision toolkit is not something that will run on a Pi. You'll want to look into trying to get OpenCV running (perhaps look into QWaveOpenCV) or using other software such as mjpg-streamer or the pi's utilities directly though you'll need the ssh/chroot trick described at https://blog.digilentinc.com/using-the-chroot-ssh-trick/

 

The Pi is a pretty limited target when it comes to the larger LabVIEW development ecosystem.

Message 5 of 5
(3,441 Views)