You are on page 1of 6

GE FANUC

How to set Produced Consumed?


Introduction
I use ProficyME 8.0 for programming. This programming is the trial version. If the software is expired,
uninstall the Proficy program and install it back. Remember to uninstall also M4 Common Licensing.
Otherwise it wont work.
The concept of Produced and Consumed.

Target 1 send Data to Target 2

Produced

Consumed

TARGET 1
192.168.0.22
1. PWR (IC200PWR102)
2. SLOT 0 (IC200CPUE05)

TARGET 2
192.168.0.23
1. PWR (IC200PWR102
2. SLOT 0 (IC200EBI001)
3. SLOT 1 (IC200MDD844)

Consumed

Produced

Target 2 send Data to Target 1

Step 1.

Configure the hardware. After that, go to Target 1. Click on right mouse, Add Component, Ethernet
Global Data. It will enable the Ethernet Global Data function, Consumed Exchanges and Produced
Exchanges. Consumed Exchanges is mean, the data that receive from Target 2. Produced Exchanges
mean data that will send out by Target 1 to Target 2.

Step2.
Click on Consumed Exchanges, add New. It will add ConsExch1. Set the variable as picture.
%M01009 : Show the status of communication
%R01010 : Reserve address
%I00001 : Data from Target 2 mapping to Target 1 start %I00001-%I00016 (16 Bits)

Click Properties on Consumed Exchanges. Set as the picture. Set the configuration as above. Producer ID
is the address of Target 2.

Step3.
Click on Produced Exchanges, add New. It will add ProdExch1. Set the variable as picture.
%M00993 : Show the status of communication
%R01000 : Reserve address
%Q00001 : Data from Target 1 map out to Target 2.

Click Properties on Produced Exchanges. Set as the picture. Set the configuration as above. Destination
is address to map out the data. (send data to Target 2)

Then click Properties on Ethernet Global Data . Set as picture below.

Step 4.
So we move to Target 2. Set the hardware configuration.
Click on Slot 0 (IC200EBI001). Set as picture.
a. Network :
IP Address : (address for the station)
b. Produced Exchanges:
Consumer IP Address : Address to receive data from this Target.
c. Consumed :
Exchange ID : I just set to 2
Producer ID : Target 2 will receive data from this station.
Group ID : I just set to 2

How to verify the communication is okay?


Go to Reference View Tables. Create new.
Inside the table, insert the address.
%M00993
%M01009

You might also like