05-08-2007 10:14 AM
05-08-2007 11:01 AM
11-26-2007 09:21 AM
JB,
I'm very interested in your drivers. Could you send me them or post them in this topic?
06-19-2011 06:19 AM
06-20-2011 12:40 AM
Hi Guruthilak,
What is your LV version ? I'm using LV 2010 SP1.
All labels, comments and descriptions will be in French. Is this OK ?
Regards
06-20-2011 01:36 AM
Hello JB,
LV version 2010 SP!.. Language is fine...
I have one question...i am using the crossed rs232 cable for connection (according to the manual) but not able to get any response from the chamber (even tried normal cable also)...Any idea on this?
And the chamber model says it is of type C-1000/40
06-20-2011 08:10 AM
I had to select the ASCII-2 protocol of the chamber. Does this option exist on your model ?
These are the settings of the serial port of the computer :
This is for example the code for a status request.
All commands must be terminated with carriage return.
Adresse must be set according to the address of the chamber.
The status of the chamber includes 131 bytes terminated by a carriage return.
06-20-2011 10:43 PM
hello JB,
ASCII-2 option exists in the chamber. I have used null model cable (rs232 for communication) and even used the carriage return as the termination.. But the chamber is not responding..
Could you please zip (or llb) the code as the subvi's are missing when the snippet is loaded.
Let me see what else can be done...
Regards
Guru
06-21-2011 01:51 AM
My configuration :
As mentionned in the protocol, every command must start with $ (ASCII code 36) and end with <CR> (carriage return, ASCII code 13).
eg Status request (see above snippet) = $xxI<CR> (with xx = chamber address)
Attached is a ZIP file with my about ten (!) years old RS232 VIs.
If this shouldn't help to solve your problem, please post a copy or a link to the protocol of your chamber so I can compare it with the on the my chamber.