Can Ubuntu have any lab-view
equivalent open source software which is provide virtual electronics lab effects like lab-view.
Asked
Active
Viewed 4,996 times
1

Madhav Nikam
- 2,907
2 Answers
2
OpenLab is quite a good option. It is German but you can choose English in the program.
- Extract the downloaded file and make the file
start_linux
executable withchmod +x start_linux.sh
. - Run it either by double-clicking the file or through the terminal
./start_linux.sh
.
NOTE OpenLab requires java, so make sure you have it installed.

TellMeWhy
- 17,484
-
Can you provide any working link for downloading. and installation process also. Edit your ans for more info. – Madhav Nikam Jun 28 '15 at 18:38
-
But project is under-development.... – Madhav Nikam Jun 28 '15 at 19:04
-
I'm looking into it... – TellMeWhy Jun 28 '15 at 19:06
-
1waw! and sorry for my wrong behavior about accepting and rejecting answer. I was confuse first after visit link. – Madhav Nikam Jun 28 '15 at 19:11
-
@MadhavNikam No probs :) I've edited my answer to include another project. – TellMeWhy Jun 28 '15 at 19:19
0
Try Parlay. We just open-sourced it - we use it internally for all of our projects. It's a python based system with a browser UI for controlling and accessing embedded systems. http://promenadesoftware.com/parlay

Frances
- 1