GE fanuc 90-30 internal relay??

Join Date
Apr 2011
Location
Manila, Philippines
Posts
295
Experts!


GE Fanuc 9030
CPU374

is it possible to have an internal input?? i mean; for example,, %I01985,G is an input but this input (%I01985) is not wired on IC693MDL645... unlike other inputs such as proximity switches that are wired on the said module..

Thank you
 
I like to identify the variables I use as HMI buttons by including the letters "HMI" in the their name. I also tend to use %G addresses rather than unused %I addresses. That's simply personal preference, but since I don't use %G for anything else in the program, there is no confusion when I'm trying to troubleshoot. In your example, %I01985 is probably a good choice if your real machine inputs are low numbered %I addresses.
 
In your example, %I01985 is probably a good choice if your real machine inputs are low numbered %I addresses.

I don't like doing this. Some one looking at the program is going to be searching for a pushbutton someplace. It also ties up an input you might want to use later for anothr function.

I really don't see any advantage to using an input address for an HMI function instead of using an internal coil. Many brands of PLC won't let you write to input addresses directly over the comm link at all.
 
And, hypothetically (I've seen it done!) GE will automagically configure your ethernet cards using IO addresses. I don't know why. But, it will use a block that may already be used elsewhere if it isn't specifically set up in a module location. You have to check these on installation, as this will surely Make Your Day.

There's a lot of addressing room preconfigured in the GE PLCs, and cramming everything together isn't needed, and doesn't save space. Use other addresses for HMI and you should be good to go.
 
Wow. That's crazy talk there boys. Inputs should be inputs that you can measure with a meter. Boys should be boys. And goats should stay out in the fields where they belong. Principles to lead a good life... JMHO.
 
Last edited:
And, hypothetically (I've seen it done!) GE will automagically configure your ethernet cards using IO addresses. I don't know why.
Nothing magical about it. The ethernet module reports status information to the CPU and uses %I input points to do it. When you configure the module, if you don't specify the address, the software will pick the next available address and assign it to the module.

Tom Jenkins quoted me out of context. I'm personally not in favor of using %I input addresses for HMI buttons. When I'm troubleshooting a GE PLC I like to know for certain that a %I reference in a program means something associated with a module.
 
When I'm troubleshooting a GE PLC I like to know for certain that a %I reference in a program means something associated with a module.
This is a good idea. When choosing addresses for the HMI buttons keep in mind that some bits are always retentive (%G, %I) others are never retentive (%T) and some are selectable, (%M).
I seen one situation where a retentive bit was unknowingly used for a Momentary HMI (Jog) push button (maintain 'ON' while pushed) to move a slide. The PLC power was turned off while moving, and when power was restored there was unexpected motion. Even though the 'Jog' button was not pressed the jog bit remained high.
 
Nothing magical about it. The ethernet module reports status information to the CPU and uses %I input points to do it. When you configure the module, if you don't specify the address, the software will pick the next available address and assign it to the module.

True, I saw this done while I was "new" to GE, and installing a 9030 in place of a 9070. We installed ethernet first, then IO modules. Trying to troubleshoot why our "I's" weren't working was very interesting.
 

Similar Topics

I have a CNC cutting equipment, all the components are Fanuc from the CNC CPU A02B-0307-B822, a PLC AIF01A and a panel i, on the panel i (operator...
Replies
1
Views
105
I want to buy this program if anyone has it. Absolutely no one has it officially for sale. My cpu is IC610CPU104B My mail...
Replies
2
Views
108
I've got a Micrologix 1100 with ethernet and I'm trying to configure communications to a Fanuc R30iB controller. I'm pretty sure you have to set...
Replies
0
Views
99
We recently purchased a IC693CPU352 module and it appears the internal time clock is static. I can set the time and date but once set it does not...
Replies
5
Views
168
I have one GE Fanuc IC200PNS002-AC Versamax Network Interface Module and the fault red light is blinking and i have checked in manual it is...
Replies
9
Views
207
Back
Top Bottom