LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communicating with Eurotherm via et24xx driver

I am trying to get a Eurtherm model 2408 integrated with Labview. I have installed the et24xx package and the latest version of VISA.  I am receiving an error message right off the bat (1073807339). Any thoughts?

0 Kudos
Message 1 of 21
(7,643 Views)
Well, the error code -1073807339 is a timeout error. If that is the value that is being returned (and not positive 1073807339 - which isn't defined), it sounds like the controller isn't responding for some reason. Unfortunately there could be a bunch of reasons why you would get no response: bad serial configuration, incorrectly wired cable, etc, etc, etc.

Did the controller itself come with any sort of utility program for communicating with it from a PC? Sometimes those free programs - while otherwise basically useless - can be helpful in determining where a comm error might lie. For example, if it works then you know the cable is good, the controller is good and you are connected to the right port, so the problem lies in the LV code. If however, it can't talk to the controller either, you have a different set of potential problems to consider.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 21
(7,628 Views)
I tried to communicate with a Eurotherm once, without success.

In general: try to get the instrument to reset, or to WRITE one simple parameter. If you can't do either, then you have isolated your problem to RS232 settings, connections, or terminators. So then try to use ANY other program along with an RS232 sniffer. Or hyperterm.

Reset should be easiest, write one parameter next, and you shouldn't even try to read anything until you have these two working.
0 Kudos
Message 3 of 21
(7,627 Views)
Hi there,

Please tell us how you are trying to communicate  with eurotherm.

Protocol - Modbus, EIA 485, Rs 232, BiSync.?
Code - Ni Certified Driver, Modbus Driver or Own Code?


Good Luck!

Mache
0 Kudos
Message 4 of 21
(7,617 Views)
Download iTools from the Eurotherm site.  It will communicate with the 2408 if your wiring is correct.
0 Kudos
Message 5 of 21
(7,609 Views)
Thanks for your help, still no luck. I am using an RS232 port with a  485 converter. I have downloaded itools but I can't seem to find my eurotherm on the install list. Do I need a product key? Which part of the itools package should I be using?
0 Kudos
Message 6 of 21
(7,599 Views)
Use iTools Engineering Studio.  I don't know what install list you are talking about.  Set up your comm port to match your instrument setting.  Enable the comm port in iTools, then select "Scan".  iTools will automatically find any instrument that is connected.  Are  you using 2-wire or 4-wire 485?  Eurotherm polarity seems to backwards from everyone else.  If the lines at your converter and the instrument are both marked "+" and "-", then match them.  If they are marked "A" and "A not", then try to switch them.
0 Kudos
Message 7 of 21
(7,593 Views)
I know what you are talking about now.  If you set up the com port in the server, then the scan will work.  Open the server from iTools, then configure the com port.  Once you select the com port, hit the edit button to set the baud rate.  See attachments.
Message 8 of 21
(7,589 Views)
t
0 Kudos
Message 9 of 21
(7,558 Views)
Thank you for your help. I am using a 2 wire 485 port. I think the polarity is correct, I am wiring + to + and - to -. I ran itools but I think I must be doing something wrong, the scan took over an hour and then just ended. It did not find anyhting nor did it report not finding anything, it simply ended?
0 Kudos
Message 10 of 21
(7,553 Views)