LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String for Reading PV from Eurotherm 2404

iTools is free to download and use here, but some restrictions apply to unregistered installations. Notably, the opc server will stop serving after 30 mins, and you'll have to restart the client, so you'll have to contact Eurotherm about a license. Communicating between iTools and Labview is easily done using datasocket VIs


_____________________________
- Cheers, Ed
0 Kudos
Message 11 of 49
(3,152 Views)
Hi ed,
yes, I found the free download of iTools and I had install. I run the OPC Server and I found my Eurotherm 3508. Now, I will searching the good datasocket VI. Perhaps, you could indicate me which datasocket in the Vi example ? Thanks a lot (I'm not a specialist of communication....sorry...)

Cath
0 Kudos
Message 12 of 49
(3,146 Views)
I have taken a guess at the address of the Process variable, as I do not have a Eurotherm 3508.

opc:/Eurotherm.ModbusServer.1/ID001-3508.Main.PV

opc:/Eurotherm.ModbusServer - leave as is
1 - the modbus number is hidden away in a settings page somewhere. I can't for the life of me remember where though
ID001-3508 - This ID number and device name is used extensively around iTools when the device is connected.
The rest of the address is the process variable you are interested in. Just browse through the tree structure to find it.




Message Edited by yenknip on 06-23-2008 11:50 AM
_____________________________
- Cheers, Ed
0 Kudos
Message 13 of 49
(3,138 Views)
It is also possible to communicate directly with the Eurotherms over Ethernet. Using the NI Modbus Vis. You can download them here:
http://zone.ni.com/devzone/cda/epd/p/id/4756
You have to open a TCP-connection using port 502 and then use the Modbus VIs to read and write registers. The adress of the register can easily be found in iTools. The values in the registers are usually the real value multiplied by 10 but there seem to be exceptions. MBAP Header is usually 0 255.

Best regards,

Thorsten Rissom
Message 14 of 49
(3,124 Views)
Hello Thorsten,
Thanks you for your answer. I had download
NI Modbus Vis. But I have some question :
1) You said :
"use the Modbus VIs to read and write registers". Is the "MB Registers Manager.vi" or is an other?
2) You said :
"The adress of the register can be easily found in iTools". I'm sorry, but I have some difficult to find theses adresses ....what part of iTools can I use ? : OPC Scope; iTools OPC Server, iTools ? where is the information ?
3) When I create a
TCP-connection like you mentionned, the error next is mentionned...

So, you see, I have some difficult to understand how I'II communicate with my Eurotherm 3508, If you have time to help me, thanks you very much.

Cath


0 Kudos
Message 15 of 49
(3,113 Views)
Hi Ed,
I tried to make like you explain. When I run my vi, the next error is mentionned :
Do you have an idea where is the problem ?

Thanks you very much
0 Kudos
Message 16 of 49
(3,108 Views)
You only need one forward slash after "opc:" Also, you may be better off defining the return datatype in the Read DS VI so it knows what to read back
_____________________________
- Cheers, Ed
0 Kudos
Message 17 of 49
(3,105 Views)
Note that you will need the Open OPC server option for iTools, otherwise
you'll be limited to 30 minutes of operation during any session.

--
Message posted using http://www.talkaboutprogramming.com/group/comp.lang.labview/
More information at http://www.talkaboutprogramming.com/faq.html

0 Kudos
Message 18 of 49
(3,102 Views)
Ok, but do you have an other solution for communicate between Eurotherm 3508 and Labview ?
Thanks for your answer

Cath
0 Kudos
Message 19 of 49
(3,100 Views)

Hi Cath,

The set of files that I have included in the attachment are available from Eurotherm's website for download at the following link:

http://www.eurotherm.com/notes/lab2ei.htm

These are basic read, write and synchronization VIs that can be used to communicate with their temperature controllers. As they were written in a much older version of LabView, I have convereted them to an intermediate version andthen saved them in 8.5. I hope this works for you.

 

Ipshita C.

National Instruments
Applications Engineer
0 Kudos
Message 20 of 49
(3,076 Views)