LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can use The LabVIEW to write operating system?

Solved!
Go to solution

Can use The LabVIEW to write operating system?

 

Why?

 

I think not!Because it is based on visual operating system.

 

My English is not good, forgive me!

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 1 of 6
(6,976 Views)

No, you cannot use LabVIEW to write your own operating system. It has nothing to do with using visual programming.

The reason is that the code which is compiled by your code (the language name is "G") is not a machine code directly executable by a PC. You will need an appropriate Run Time Engine (RTE) for LV code to execute and this RTE needs existing OS's like Windows or certain Linux Distributions.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 6
(6,961 Views)

Thank you Norbert!

 

 

By The reason.....

 

LabVIEW is not a Generic programming languages, is not?

 

Why?

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 3 of 6
(6,939 Views)

LV is a generic programming language. It is best compared to C#: C# code needs a RTE as well. The RTE for C# is called ".Net Framework" and has to be installed on the system in order to run C# applications.

I do not know if there are ways to implement OS's in C#, but there is some possible way in LV as well:

If the target you have is a uProcessor, you can use LV Embedded in order to work with this.

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 4 of 6
(6,933 Views)
Is there a ".Net Framework" in LV RTM for Windows?
" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 5 of 6
(6,923 Views)
Solution
Accepted by topic author jwdz

Well, my comparison between LV and .NET was simply....a comparison. So the LV Run Time Engine has nothing to do with the .NET Framework.....

The LV RTE has to be installed seperatly. It is available for free for download at ni.com, but it is also installed with the LV development environment.

Please note that RTM is often the abbreviation for Run Time Menu.....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 6 of 6
(6,914 Views)