11-29-2011 10:09 AM
Hello,
Any one can give me some implication on how to control a Newmark NLE-50-A XY linear stage with a NSC-M2-E stepper motor controller, this stage uses a RS 232 cable connected to the PC and it comes along with a manual with commands. I have never done serious communications using labview, so if any one can post a sample program, that would be very helpful.
Thanks.
John
11-29-2011 05:28 PM
You need to look at the manual to see what the commands are, and then you can use the Instrument I/O Assistant to get you started at a very high level. For more serious programming you'll need to delve into using the VISA functions. Examples ship with LabVIEW. Just search for "serial". I would also suggest perusing this article: Instrument Control in LabVIEW Tutorial.