LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure LabVIEW 2010 to communicate with GE Speedtronic Mark VI ethernet global data (EGD)

We want to use LabVIEW 2010 to send/receive floating points from LabVIEW 2010 to/from a network (192.168.101.xxx) that utilizes GE ethernet global data protocol (EGD).

 

The network has several HMI's running Cimplicity Plant Edition 4.01.

 

We can configure Cimplicity to read modbus points from LabVIEW using LabVIEW's multi-variable editor and a modbus slave library.

 

However, we cannot get the points from LabVIEW to read/write to the EGD protocol.  Anyone ever run into this?

0 Kudos
Message 1 of 10
(6,808 Views)

Hi,

 

How are you trying to do this communication? Are you using NI OPC servers? If so, our OPC servers should be able to talk to some EGD complient devices. You can find a list of these devices here.

 

If you're not using NI OPC servers, how are you trying to do the communication?

 

Thanks,

0 Kudos
Message 2 of 10
(6,780 Views)

We are using a NI Modbus Slave module. 

 

NI Modbus --> Cimplicity

 

Cimplicity is receiving Modbus from  LabVIEW and EGD from the Mark VI controllers.\

We will try to use NI OPC server next.

0 Kudos
Message 3 of 10
(6,768 Views)

In theory, the Modbus library should work with any protocol that uses TCP communication. Did you have any luck with NI OPC servers?

0 Kudos
Message 4 of 10
(6,737 Views)

EGD is a UDP message (port 4746h) with a special header.EGD Header.JPGSee below for header structure (32 Bytes). Send UDP at constant rate. Limit user data to 1400 bytes. If you want to receive EGD data don't forget to increase the MaxSize connector on UDP receive to 1500. Are you using the a csv file or SDB Server to get tag names? Or manually entering tag names in cimplicity? This works much better than OPC because all parameters are contained in your labview executable. If you have a redundant cimplicity HMi Server send as Broadcast to the local subnet. All consumers will get the EGD telegram.  Example IPA of 192.168.0.255.  Server 1 IPA 192.168.0.1 and Server 2 IPA 192.168.0.2

 

Maybe to late for this project but would be a good upgrade or the next project.

EGD Header.JPG

0 Kudos
Message 5 of 10
(6,600 Views)

Hi, Slow process for configure to control board. GTC has the largest stock of GE Speedtronic control boards.

0 Kudos
Message 6 of 10
(5,841 Views)