03-31-2010 07:46 AM
Hi,
this topic is already there in this forum, but i didn't get sufficient information so please kindly provide any suggestion for this question.
I want to control VOTSCH VT 7004 thermal chamber from labview. i am using RS232 as interface between PC and VT 7004. I have used Labview VI's provided in this forum, but no response from VT 7004. in VT 7004 data sheet to communicate with it we need to send ASCII format data which we sent with the Labview VI's. Please give any suggestion how to proceed to communicate with the VT 7004 thermal chamber.
Thanks in advance,
03-31-2010 08:47 AM
Unfortunately you forgot to provide the link to the mentioned message.
Like written in this message, some years ago, I developped an application with a VTS 4105. Unfortunately, I don't know if the protocol of the VT 7004 is the same. Could you please post it here so I can check ?
03-31-2010 09:00 AM
Hell JB, thanks for your prompt response,
this is the link http://forums.ni.com/ni/board/message?board.id=140&thread.id=34896
in the above mentioned link only i took the LabVIEW vi's and VT 7004 data sheet communication commands. sorry if i haven't given enough information.
04-26-2010 10:17 PM
Hi kradhika
I have met same situation as yours. Have you finished the this topic?
Also, could you give me some suggestion on this?
04-27-2010 12:04 AM
04-27-2010 12:17 AM
Hi, markus kossmann
No, I just use default address "0". And i don't fully understand RS-232 connection between PC and chamber. Because of
PC's serial port is 9pin, chambe is 25pin.
Could you give me some ideas on this?
If you feeling conveniency pls sent it to my mailbox: b15406@freescale.com
Thanks a lot!
10-05-2010 08:12 AM
Hi everybody,
I am trying to figure out how to control a Vötsch VT4010 climatic chamber with my PC.
I have the pdf file of the protocol (see attached file), but it still seems awkward to me to communicate with that chamber.
Can anybody please send me a .vi (Labview file) to control the chamber?
Or just some good tips.
Thank you,
Marco Ranieri
ps: I posted this same question to another section. Link is here.
08-01-2011 07:04 AM
hi,
i want to use labview 2010 evaluation version for my windows 7 pc. i have installed labview & device drivers and serial communication is also fine. but if i want to control GPIB devices, it is unable to detect it's address. is is just detecting com port devices, can anyone plz suggest me how to rectify this.
note: i have device drivers for my GPIB instruments and able to see the corresponding vi's in block diagram window.
thanks in advance,
08-01-2011 09:31 AM
The device drivers are meaningless for detecting a GPIB instrument. Do you have an NI GPIB controller and did you install NI-488.2? If so, did you do a 'Scan for Instruments' in MAX?
10-27-2011 03:34 AM
Hello, if you only want to communicate over RS232 (and not over GPIB) you should:
1. start HyperTerm
2. 9600, 8, N, 1
3. send "?"
If you receive anything, you are able to communicate with chamber,
then:
Check [url=http://www.labviewforum.de/attachment.php?aid=16771]Link[/url] on Page 52:
If you e.g. receive as reply:
? --> 0xA6 0x5 0x0 0x81 0x4 0x64
0xA6: Current temperature low byte
0x5 : B0..3: Current temperature high byte, B4:Testprogramm, B5:Wait, B6:Zusatzentfeuchtung, B7:CO2 Schockkühlung
0x0: INTSTAT
0x81: Monitor + Extern Betrieb
0x4: : 4/
0x64 :100 ==> Chamber 04/100
Curr temp: 101 10100110(bin) = 1446(dec) ==> (see on page 53) ==> 1446/10 - 99,9 = 44,7 °C
send "J" and you will get data, see on page 49
see also:
Betriebsanleitung Schnittstellenwandler GPIB->RS232
http://www.labviewforum.de/attachment.php?aid=16770
Betriebsanleitung VM04/100
http://www.labviewforum.de/attachment.php?aid=16771
Appendix of Operating manual
http://forums.ni.com/ni/attachments/ni/140/30644/1/File0156.PDF
Ausschnitt aus Operating Manual for HC 4015, HC 4030, HC 4055, HC4120, HC 7015, HC 7030, HC 7055, HC7120:
http://www.labviewforum.de/attachment.php?aid=14432
Threads:
http://www.labviewforum.de/Thread-heraeus-voetsch-temperaturschrank-VM-04-100
http://www.labviewforum.de/Thread-Heraeus-Voetsch-VM-04-100
http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/how-to-control-vt-7004-using-rs232/td-p/87288...
http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Is-there-an-instrument-driver-for-Heraeus-V%C...