03-09-2006 03:43 AM
03-09-2006 11:55 AM
03-09-2006 12:11 PM
The et24xx driver uses VISA to communicate. Error -1073807339 is a VISA timeout error. Since you are using Eurotherm software to establish communication. Do you know if the Eurotherm software uses VISA as well? Could you test commands like ID query *IDN?using VISA communication in Measurement & Automation Explorer. Do you have updated versions of the NI-VISA software?
03-10-2006 02:34 AM
03-21-2007 02:30 PM
03-22-2007 04:53 AM
08-01-2008 06:47 AM
08-04-2008 11:47 AM
08-04-2008 12:03 PM
08-04-2008 02:04 PM
Here is a very simple read and write program that you can check your communications to the controller with.
You have to make sure that the HA menu in the controller (refer to the manual, section 6-11) is set to:
Func = mod
Baud = 9600
Prty = EvEn
or change the numbers in the program to reflect the settings in you controller.
The other setting in you controller that you need to match is the unit address. I've found that in the units I've had to program for this is usually set to 11, but if that does not work for your unit and everything else matches then play with this number in the program, start at 0 and then work all the way to up. This may take time as you could go up to 99.
I hope this helps out.