03-26-2020 03:34 AM
Hi, guys. Is there any way to run Labview VI's directly on raspberry pi3b+? For example I want to run some grapics on raspberry (not on my pc). Ive installed Linx and can control GPIO on raspberry, but i want to see some visual elevents on raspberry.
03-26-2020 06:32 AM
AFAIK, LabVIEW on RPi\Linx won't get you VI Front Panel graphics. So, the short answer is no.
You can of course improvise...
A web page could communicate with your program over TCP\IP for instance.
You can interface with a GTK application.
You could even talk TCP\IP to the X11 server on the RPi, to manually create windows and controls, if you have enough time.