Götz Becker Posted August 15, 2008 Report Share Posted August 15, 2008 Hi, is it possible to install LV 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? Quote Link to comment
jgcode Posted August 15, 2008 Report Share Posted August 15, 2008 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.... Quote Link to comment
Neville D Posted August 15, 2008 Report Share Posted August 15, 2008 Do you want to run RT code or develop RT code? Neville. Quote Link to comment
Götz Becker Posted August 15, 2008 Author Report Share Posted August 15, 2008 QUOTE (Neville D @ Aug 14 2008, 08:06 PM) 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. Quote Link to comment
Neville D Posted August 15, 2008 Report Share Posted August 15, 2008 QUOTE (Götz Becker @ Aug 14 2008, 12:44 PM) 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. QUOTE (Götz Becker @ Aug 14 2008, 12:44 PM) 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. Quote Link to comment
jgcode Posted August 16, 2008 Report Share Posted August 16, 2008 QUOTE (Neville D @ Aug 15 2008, 05:40 AM) 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.... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.