From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 8.5 and Linkam Stage

Solved!
Go to solution

My project uses a Linkam Temperature Control Stage TMS 92.  I want to establish connection with this device to LabVIEW 8.5.  Can anyone give me a specific instruction?  Your help is very much appreciated.  Thanks in advance.

0 Kudos
Message 1 of 24
(10,201 Views)

Holy_Masamune,

 

I looked around for a bit, and was unable to find an operating or programming manual (or really any information) for the TMS 92. I found an opertating manual for the TMS 94 here, and it looked like it can do serial communication, but I dont know how similar the TMS 92 is or what commands you would send to the device (there was no programming reference manual). There were also no existing LabVIEW drivers available on ni.com/idnet. You may have luck talking to it similar to how we do in our basic serial read-write example after contacting Linkam to figure out what commands you will need to send it, but without the device's documentation, its hard to say. I did see on Linkams website that there may be manuals for the device, but it requires a login which I do not have. If you are able to get a programming reference manual, we may be able to get this up and running. 

 

Regards,

 

Kyle Mozdzyn

Applications Engineering

National Instruments

Regards,

Kyle M.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 24
(10,191 Views)

Hi Kyle M

 

Thanks for the answer.  I emailed the customer support and received the manual for TMS 92.  The manual has information on how to connect the cables to PC and on the programming commands.  But unfortunately, I still have no idea how to establish a connection with LabVIEW.  I mean how to make the device programmable within LabVIEW.  Anyone has done this before?  Can you give me guidance please.  Thanks.

 

Best regards,

Holy_Masamune

0 Kudos
Message 3 of 24
(10,187 Views)

You will need to use VISA read/write commands to talk to the device thru your com port. The labview code will need to format your commands and write them out the serial port with the proper structure.

 

Do they have a test/demo program for the TM92 that will run on your computer?? If so, download portmon and capture the datastream as that program executes. Then reverse engineer the labview code.

 

There are plenty of visa examples in the forums.

0 Kudos
Message 4 of 24
(10,179 Views)

Thanks a lot, unclebump

 

I've configured my device succesfully and made the correct VISA program. Everything is easy now.

Message 5 of 24
(10,167 Views)

Hi,

 

I recently started working with TMS94. Could you provide your LabVIEW codes here? I'd appreciate that alot!

0 Kudos
Message 6 of 24
(9,666 Views)
Solution
Accepted by topic author hetrinomial

Hi TeemuS

 

Sorry for the late post, it's been a long time I have not worked with LabVIEW. Here's the code I used, but it may not suit your needs.

 

Cheers

0 Kudos
Message 7 of 24
(9,653 Views)

Hi Hetrinomial,

 

I'm pretty sure that this is exactly what I need.

 

Thank you very much!

0 Kudos
Message 8 of 24
(9,646 Views)

I made software for controling Linkam stages from any application: http://www.cofoh.com/linkam-controller

0 Kudos
Message 9 of 24
(8,885 Views)

Hi there, 

 

I just  bought a Linkam PE95 temp. controller and I would like to vombine it with an LCR bridge for impedance measurements in the temp. regime 100K-500K. However, although I connected the PE95 to the computer through USB port, located at the rear panel of the instrument, I do not "see" any instrument connection in the NI-MAX, thus I cannot controll the PE95. Do I need to intall any extra driver? Is there any idea about it? 

 

Thanks in advance...

 

 

0 Kudos
Message 10 of 24
(7,933 Views)