Industrial Communications

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting started: EtherNet/IP with an Endress+Hauser Promass 100

yes i have installed it 

how can i communicate with the sensor and get the data through that

could you please help me out on this

0 Kudos
Message 11 of 20
(3,343 Views)

i have installed it in my machine 

could you please help me out to communicate with the promass

0 Kudos
Message 12 of 20
(3,343 Views)

i have downloaded and installed etherner ip toolkit 

 

0 Kudos
Message 13 of 20
(3,343 Views)

Hi @Suyam, sorry I forgot to reply before.

 

Have you made any progress with communicating with your flow meter?

 

The key is to use EthernetIP CIP Get Attribute Single.vi to read your flow meter's input. The order of the input parameters is listed under "Permanently assigned input group" table at https://portal.endress.com/wa001/dla/5000594/1278/000/01/BA01182DEN_0214.pdf (page 48)

 

Certified LabVIEW Developer
0 Kudos
Message 14 of 20
(3,227 Views)

Hi,

 Could you please post the sample measuring Labview Vi 

i can able to read the data from the promass 100 . i am facing issues with parse or converts the data into normal format (data being coming from the promass is HEX format)

0 Kudos
Message 15 of 20
(3,187 Views)

@SUYAM wrote:

i can able to read the data from the promass 100 . i am facing issues with parse or converts the data into normal format (data being coming from the promass is HEX format)


I'm glad to hear you can read data.

 

I only read the Assem100 data, which is an array of 11 floating-point numbers (SGL).

 

EthernetIP CIP Get Attribute Single.vi returns the data as an array of bytes (hex). Use Type Cast to convert the 44 bytes into 11 SGL numbers:

cast U8[] to SGL[].png

 

To understand the Type Cast function, see https://forums.ni.com/t5/LabVIEW/I-need-To-Understand-the-quot-Type-Cast-Function-quot/m-p/1462738/h...

Certified LabVIEW Developer
0 Kudos
Message 16 of 20
(3,180 Views)

Thanks for your great help

i have attached front panel and block diagram of my code

 

there are 11 parameters i can converts .

but i have a doubt that not matching with the data which is reading in the device

Download All
0 Kudos
Message 17 of 20
(3,172 Views)

Promass 100.pngPromas 100 FP.PNG

0 Kudos
Message 18 of 20
(3,171 Views)

HI 

PLease help anyone how do i match with the display data of Promass 100

0 Kudos
Message 19 of 20
(2,766 Views)

Hi all,

long time ago since your last post... anyway:

I need for my machine a E&H Promass F 100. 

There is still no simple way to get the data to my labview application.

Now the question for me is: Which interface should i use (buy): Ethernet/IP-Interface or Analog (Hart) Signals? 

 

Have you been successful to read the matching data from the Promass f 100 into labview via Ether/IP?

If yes, can you show me your vi?

Thanks and BR 

 

0 Kudos
Message 20 of 20
(2,169 Views)