Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Difficulties with Eurotherm 808 controllers

I am having difficulties communicating with Eurotherm 808 controllers using LabVIEW 6.1. Originally I had used the Eurotherm VIs as part of a main program using LabVIEW 5.1, and this worked fine. The same program was then used with the new version of LabVIEW and it refuses to communicate, usually resulting in timeout errors. I have also tried using VISA, but without success.

I think that the problem lies with the case structure that says "Data SEND mode. Read 1 char, which will either be an ACK or a NAK" in the Eurotherm comm VI, but I don't know how to solve this. I would appreciate any help at this stage.

Thanks, Linda Caldwell.
0 Kudos
Message 1 of 2
(3,481 Views)
Hi Linda,
some time ago I also had an Eurotherm on the desk and after some testing
with the provided "driver", I decided to write my own code. I can send it to
you if you want. It does not cover all the device functions but it does the
most important (read/write setpoint and process variable) and is probably a
good starting point.

Please note: The driver uses the EI-BISYNCH protocol! This must be selected
in the Eurotherm!

If you are interested, send a mail to tl@kayser-threde.de
Torsten

"Linda Caldwell" schrieb im Newsbeitrag
news:506500000008000000E7860000-1042324653000@exchange.ni.com...
> I am having difficulties communicating with Eurotherm 808 controllers
> using LabVIEW 6.1. Originally I had used the Eurotherm VIs as part of
> a main program us
ing LabVIEW 5.1, and this worked fine. The same
> program was then used with the new version of LabVIEW and it refuses
> to communicate, usually resulting in timeout errors. I have also tried
> using VISA, but without success.
>
> I think that the problem lies with the case structure that says "Data
> SEND mode. Read 1 char, which will either be an ACK or a NAK" in the
> Eurotherm comm VI, but I don't know how to solve this. I would
> appreciate any help at this stage.
>
> Thanks, Linda Caldwell.
0 Kudos
Message 2 of 2
(3,481 Views)