Visit our LabVIEW Wiki Real Time article
Tags |
(This content has not been tagged yet)
|
![]() |
Aug 14 2008, 06:33 AM
Post
#1
|
|||
![]() Very Active Member Posts: 91 Joined: 16-November 04 From: Munich, Heidelberg Member No.: 1037 Using LabVIEW Since:2005 LV:8.5 ,8.2.1 ,7.1.1
|
Hi,
is it possible to install LabVIEW RT under VMware? My thought usecase would be programming on my notebook for RT (without carrying a PXI around). I wouldn´t expect to test any time critical stuff, but running some general code should be possible. Any ideas?
|
||
|
|
|||
| Ad |
Aug 14 2008, 06:33 AM
Post
#
|
||
|
|
|
||
|
|
|||
Aug 14 2008, 06:47 AM
Post
#2
|
|||
![]() Very Active Premium Member ![]() Posts: 218 Joined: 1-January 08 From: Perth, Australia Member No.: 10325 Using LabVIEW Since:2006 LV:8.5.1 ,8.6 ,.
|
Another question for the LV-VMWare forum
Great question...have no idea tho! The below is for a desktop to a RT. You would need a license for Pharlap or Vxworks tho. Requirements for a Desktop PC as a Real-Time Target Cool if it did work.... -------------------- all day...
|
||
|
|
|||
Aug 14 2008, 06:06 PM
Post
#3
|
|||
![]() Extremely Active Member Posts: 508 Joined: 2-August 05 Member No.: 2680 Using LabVIEW Since:1996 LV:8.5.1 ,8.6 ,.
|
Do you want to run RT code or develop RT code?
Neville.
|
||
|
|
|||
Aug 14 2008, 07:44 PM
Post
#4
|
|||
![]() Very Active Member Posts: 91 Joined: 16-November 04 From: Munich, Heidelberg Member No.: 1037 Using LabVIEW Since:2005 LV:8.5 ,8.2.1 ,7.1.1
|
Do you want to run RT code or develop RT code? Neville. Run code in the sense of trying concepts with RT only functions and doing tests with RT apps (no timing related tests) like file load/save or communication to a host app.
|
||
|
|
|||
Aug 14 2008, 09:40 PM
Post
#5
|
|||
![]() Extremely Active Member Posts: 508 Joined: 2-August 05 Member No.: 2680 Using LabVIEW Since:1996 LV:8.5.1 ,8.6 ,.
|
Run code in the sense of trying concepts with RT only functions and doing tests with RT apps (no timing related tests) like file load/save. There are very few functions that are RT-only. Even these usually have a non-RT equivalent, so there is not much to try out. or communication to a host app. You could always write code that is supposed to run on RT and then run it on Windows (or other). RT is a subset of Windows capabilities. The only areas where this wouldn't work out perfectly is if you want to check out speed. Execution time on RT may be more "deterministic" or the Symmetric Multiprocessing might work out better on that platform. Another area is if there are bugs on one platform that are not on the other. As to whether you can do what you want with VMware etc, I don't think so. Easiest bet is to buy a LV-RT runtime licence, get a cheap PC that conforms to the requirements for LV-RT, load it on and treat that as your RT target. But like I said, your better off testing functionality in a non-Rt platform. Neville.
|
||
|
|
|||
Aug 14 2008, 11:45 PM
Post
#6
|
|||
![]() Very Active Premium Member ![]() Posts: 218 Joined: 1-January 08 From: Perth, Australia Member No.: 10325 Using LabVIEW Since:2006 LV:8.5.1 ,8.6 ,.
|
You could always write code that is supposed to run on RT and then run it on Windows (or other). RT is a subset of Windows capabilities. This is a good point. I guess when you deploy to RT you are looking to debug anything problems with the build running headless versus the dev environment. And anything specifc to RT is probably related to hardware (e.g. cFP - dipswitches, lights, IO) and so unless you mimic your hardware there is probably not much point and you are better coding in Windows. Still a cool idea tho.... -------------------- all day...
|
||
|
|
|||
![]() ![]() |
| Time is now: 1st December 2008 - 06:36 PM |