Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

TEMI880

Solved!
Go to solution

Hi everybody!

Have you ever progams this devices. Please give me some helps to control this machine with RS232.

Thanks to your attentions !

 

Best regards

 

Phu

Best regards
Van Phu
0 Kudos
Message 1 of 5
(5,830 Views)
Solution
Accepted by topic author vanphu

No drivers for that exist in IDNET. This means you will have to write them yourself. There are tutorials available on the NI site on how to communicate with serial instruments:

Instrument Control Fundamentals: Main Page

Instrument Control with the Serial Hardware Bus

 

You will need to get yourself the manual for the instrument if you don't already have it. If you don't check the manufacturer's web site, or just Google for it. Then, connect up the instrument to your computer. Use a serial communication program like HyperTerminal on Windows. This is to check to make sure you can talk to the device and to work out issues with cables and communication parameters. What programming language are your using? If you're using LabVIEW, check out the serial communication examples that ship with LabVIEW. Look over the instrument drivers that ship with LabVIEW to see how they're organized. You can create an instrument driver template. If you're using CVI, check the examples that ship with that. If you're going to use something else, like .NET, then you will need to look at the .NET examples that ship when you install VISA.

0 Kudos
Message 2 of 5
(5,805 Views)

Hi smercurio_fc!

Thank you very much

I using Labview to control TEMI880

But, I don't transfer data between software and D - Register of TEMI880

Would you please give me program demo controller, if you have.

You can read manual in the website of company Samwontech Korea

http://samwontech.com/english/customer/member.html?&cate_1=1&cate_2=&stype=&searchval=&searchstr=&pa...

Thanks you so much,

 

Van Phu.

kscdt.nguyenvanphu@gmail.com

Best regards
Van Phu
0 Kudos
Message 3 of 5
(5,764 Views)

I don't have a demo program - I've never used that device. Also, reading the manual in Korean does me no good since I don't speak Korean. The Samwontech web site provided the English manual, and chapter 4 contains the communication protocol. Section 4.3 describes the structure of the command to send. You will need to look through the manual to determine what registers to read/write. Attached is an example (LabVIEW 8.2) that should replicate the example given in the manual for the RSD command.

 

Note: It is a BAD idea to post your email address in public forums. Unless, of course, you like to have your email address harvested by spammers and get on a spam list.

0 Kudos
Message 4 of 5
(5,745 Views)

Hi smercurio_fc!

Thanhk you very much

I will try the program of you

Best regards
Van Phu
0 Kudos
Message 5 of 5
(5,712 Views)