GE Fanuc 9030 External Read/Write

sjohnson

Lifetime Supporting Member
Join Date
Feb 2010
Location
MI
Posts
247
I am converting our Boiler project to a RX3i. Looking at some of the registers for the HMI I see 100r. It is labeled B_1_GPM (Boiler 1 Gallons Per Minute). The question is 100r is a word and has many initial Values. I noticed in the Variables tab there are 35 other B_1_GPM[00] ..."..."[01] and so on to 35. When I click on any one of these it has a working value it is displaying and it says external READ/WRITE. This is pulling data form power meters through Modbus. it has a Ethernet card which we use to program and pull data from. How can these registers be displaying values and getting an external read and write. Thanks.
 
The variable "B_1_GPM" is an integer array of 36 elements assigned to addresses %R100 - %R135. B_1_GM[00] is %R100. B_1_GPM[01] is %R101... B_1_GPM[35] is %R135.

The BLK_CLR instruction at rung number 1 clears all 36 elements at power-up.

Assuming that the PLC is the ModbusTCP master, somewhere in your logic there should be logic setting up COMMREQ instructions that fetch the data from the power meters. The external Read/write designation is necessary to make the variables accessible to the HMI.
 
Steve thanks These registers are not set up with the Modbus COMM_REQ I see now in the program that a Analog AI is moving the values into these registers. But what was or is confusing to me is the External READ/ WRITE is greyed out and you cannot change it back to False or Internal. Is it because once you define the variable as External READ/WRITE it cannot be changed? This had a Alphanumeric Display coprocessor years ago maybe it has something to do with why it is greyed out?
 
Steve it is greyed out while offline. I can change the 100R but not any of the [00] or rest of the 35. Is this normal for this type of variable.
 
Thank you Makes perfect sense now..All I wanted to do was change the name of the variable.. :) If I change the variables it might be easier for the next one to figure it out. Thanks Again...
 

Similar Topics

Hello everyone, We are trying to upgrade a GE FANUC 9030 PLC, but we are having trouble extracting the program from it. LogicMaster90 is able...
Replies
6
Views
1,302
Hello, I Have a GE Fanuc RX3i that I migrated that Has a IC695CHS012 for the Main Rack and 4 IC693CHS392 Expansion Less than 50Ft. I ran across...
Replies
0
Views
1,793
So we currently have a CPU 374+ running a sort of feed bin process. We've had the PLC installed since 2008, with really no problems. I am...
Replies
5
Views
2,377
Good Afternoon I have a few questions regarding Ge Fanuc 9030 series and Modbus. I have a Ge Fanuc 9030 for test Purposes. The Rack Is...
Replies
9
Views
6,965
I have a program extension. SwxCF Ge Fanuc 9030 when trying to open that I realized that this password-protected. It is possible to break it?
Replies
1
Views
3,464
Back
Top Bottom