ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interfacing Labview 8.2 with Beta/LaserMike Model 183

Hello:
I am trying to interface Labview 8.2 with Beta/LaserMike Model 183. The LaserMike 183 is a rotating chuck optical micrometer that takes outer diameter readings. I have connected the LaserMike to a COM port. Now I must take care of the software side. Will I need to request/create a driver in order for Labview to recognize the LaserMike? To configure the device, should I use the Instument I/O Assistant? I am not proficient at Labview, if any one could provide me with a step by step walkthrough of how to get my device configured and running, I would appreciate it. Thanks.
0 Kudos
Message 1 of 2
(4,256 Views)
You don't have to have a driver but you can request one here. The Instrument I/I Assistant could be used or you could write something of your own. There are shipping examples of serial communication. Just open the Example Finder and do a search for serial. With the programming manual, see what you can get to work. I would recomend that you first try to communicate with the instrument with a program like Hyperterminal before trying to write any code. That way, you can debug any problmes you might have with com settings or the cable type.
0 Kudos
Message 2 of 2
(4,248 Views)