09-26-2020 12:38 PM - edited 09-26-2020 12:47 PM
@8259 wrote:
Or is there labview runtime could let labview vi directly run on arm linux board ?
Not any ARM Linux board but if you talk about a RaspberryPi or Beaglebone Black specifically, then yes. But not with GUI!
The Linx Toolkit (fully contained in the LabVIEW Community Edition) comes with support for that.
09-26-2020 01:09 PM
Talking about raspeberry pi, for example., For a GUI, you could probably add a touchscreen module and some low level programming. You can also run web services and access them via a browser on a phone or computer.
(Just guessing. I have no first-hand experience with any of this)
09-27-2020 04:42 AM
If Linx is applicable to your issue, there's a Linx group on the forums that might be helpful:
09-28-2020 02:39 AM
@altenbach wrote:
Talking about raspeberry pi, for example., For a GUI, you could probably add a touchscreen module and some low level programming. You can also run web services and access them via a browser on a phone or computer.
If you're a Linux wizard, you can probably make a web VI in LV NXG, and run it on a local webserver. Then use LINX to compile your CG VI to talk to the web VI.
@altenbach wrote:(Just guessing. I have no first-hand experience with any of this)
Same here...