07-05-2007 10:29 AM
07-05-2007 12:39 PM
Don't be scared. This is just a learning process here, just keep in mind all help here are free.
If I am correct, you just want to send to image to your hardware (may treat like second monitor).
My sugggestion:
First, connect SLM to PC, setup up PC with dual view monitor. Configure SLM as second monitor if the video driver is correct.
Second, change the resolution, make sure the resolution of the second monitor match with SLM
In your LV program, create a vi which send image to SLM on second monitor, Then should be OK.
Any questions will be welcomed here.
TonP shows you how to dynamically controll the monitor, it may out of your expectation. But I learn a lot from TonP's post. Thanks TonP.
07-05-2007 12:58 PM
07-05-2007 01:50 PM
07-09-2007 03:12 AM
07-09-2007 12:02 PM
Well, there are some strategies to call Matlab program in LV, you can search the posts in this forum.
http://sine.ni.com/nips/cds/view/p/lang/en/nid/12922 and
http://forums.ni.com/ni/board/message?board.id=170&message.id=108713&query.id=9173#M108713
blah,Blah,......
instead of accessing Matlab program in LV or accessing LV application in Matlab, my suggestion is just bring the image generated by Matlab into LabVIEW not Matlab code. As for how and when image being generated, you can control it in matlab.
Normally, I reallly don't think it a good idea to embedded on language source code into the other language source code unless you have to. Especially, for a large project, this may cause more issues.