12-17-2009 02:18 PM
Hello all,
I'm new in using LabView, and I want to know how to detect an instrumnet using LabView? I have an ESP301 from Newport and I want to controll this device uisng LabView.
Best,
12-17-2009 02:29 PM
12-17-2009 02:31 PM
Hello Broken Arrow,
Thank you for your response. I'm using the RS232 interface.
Thanks,
12-17-2009 02:37 PM
THEN you need to:
12-17-2009 02:44 PM
Thanks a lot. I'll try that.
Best,
12-17-2009 03:27 PM
Also- don't forget to send the proper termination character(s) :).
-AK2DM
12-17-2009 03:30 PM
Thank you.
I'm sorry, but what do you mean by that? I just installed LabView and have not finished the manual yet. Do you guys recommend any starting step for me to learn LabView? I mean which first manual from the available manuals I need to start with first.
Thanks,
12-17-2009 03:41 PM
http://www.ni.com/academic/labview_training/
http://digital.ni.com/manuals.nsf/websearch/D27DC92E8D6556CD862575AC0074EDAB
From the main NI page, try things like "getting started labview" or "labview tutorial".
Also, have a look on YouTube for LabVIEW stuff.
The Example Finder is also a great way tool.
12-17-2009 03:57 PM
Just go ahead and don't feel confused, BUT: MIND THE TERMINATION CHAR.
Depending on your OS and the Instrument, the Termination Char may consist of /CR (Carrige Return) and/or /LF (Linefeed), propably it is even a setting of the instrument. Most users have no problem communicating with the instrument and no problem to write the correct LV code but just don't append the right termination chars in the LV code, that is the 99% the problem you will face.
So to say, you will simply get it solved by permutating /n/r. (that is not correct, just try CR, LF, CR+LF).
Felix
12-17-2009 04:52 PM
Thank to you all.
Best,