Timer for G.E. Fanuc 90-30

g_4key

Member
Join Date
Aug 2014
Location
SC
Posts
42
Hey Everyone!

Quick question i need a timer similar to the Allen Bradley where i have a TT Bit, DN Bit and EN Bit but for Logic Master 90. Any ideas or workarounds would be much appreciated!
 
GE doesn't use a specified memory area for timers like AB does, so those bits aren't defined. For a DN bit, put a coil instruction at the output node of the TMR instruction.
The logic preceding the TMR instruction is the EN. On those rare occasions where you need to know the status of the timer instruction somewhere else in the program, make the logic that enables the timer turn on a coil instruction instead. The TT condition is EN true and DN false.
If you want to go to the trouble to extract them, the EN is bit 15 of the third %R address assigned to the timer function. DN is bit 14 of the same word.
 
Hey Everyone!

Quick question i need a timer similar to the Allen Bradley where i have a TT Bit, DN Bit and EN Bit but for Logic Master 90. Any ideas or workarounds would be much appreciated!

A Timer is just a Timer in a GE PLC.
Equivalents for:
EN - The same logic that triggers the Timer is True.
TT - EN logic is True and Timer Output is False.
DN - Timer Output
 

Similar Topics

Error: Error 8176[TMR_THOUS]: Missing required address parameter. can anyone help me on how to address timers in GE fanuc 90-30? I use proficy...
Replies
9
Views
4,426
Hello all. I have a Fanuc 18i control and I'm not familiar with there ladder logic at all. Could someone please explain the timer instruction's...
Replies
1
Views
10,223
I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
91
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
310
Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
436
Back
Top Bottom