FX PLC Timers

lanz

Member
Join Date
Jan 2011
Location
*******
Posts
9
Hi frnd,

Can we repeat the same timers in FX PLC ladder logic,,I think its not possible,,I havent tried,,

For one of my plc controlled project, i have used all the timers in fx3u plc..

There is no more timer in 100ms & 10ms..
I have already used 0-199 100ms timer and 200-245 10ms timer...

How can i use further the 100ms and 10ms timers in same ladder prgram with some other logic...

This simple help will be appreciated.


Regards,
Lanz
 
you cant reuse timers with the same allocation.
Howmany timers do you really need?
Please post zipped copy of program.
Also exact plc model.
you may not have it set up properly.
 
If you have spare counters then you can count time pulses.
Depending on fx type and you are using a sequence of timers i.e. first timer times out and starts next then you can use 1 timer set to combined time and compare the accumulated time with an intermediate value to get your 1st time.
Regards Paul
 
If you have spare counters then you can count time pulses.
Depending on fx type and you are using a sequence of timers i.e. first timer times out and starts next then you can use 1 timer set to combined time and compare the accumulated time with an intermediate value to get your 1st time.
Regards Paul

Yes to this. Use counters with the clock pulses. When the counter reaches the set value set a bit and reset the counter. Not sure on the PLC type but M8010-M8014 are the pulse generators for the FX's that I have worked on. Regards Badger..... Just read your post again Yes FX3u should be OK.
 

Similar Topics

Hi everyone I am using Winproladder software for programming FATEK FBs PLCs and in programming, we often use Timers for activation of the...
Replies
4
Views
578
Dear all, I want to use the interrupt service routine in FATEK PLC using WinproLadder Software. I had configured the interrupt in software as...
Replies
17
Views
1,575
Dear all, I have some query about the use of Timers in Fatek PLC Module by using WinproLadder Software. I am trying to use one timer instance in...
Replies
5
Views
1,249
sampling data. I will probably use this in a magazine article.
Replies
18
Views
8,383
Hey there all. Student in training here. I have a kind of dumb question about Click programming. How do I have an input (momentary push...
Replies
7
Views
2,115
Back
Top Bottom