Siemens LOGO!

nicknzj

Member
Join Date
Apr 2012
Location
kampar
Posts
17
Hi all,

I have a question on Siemens LOGO! programming.
I need to size a timer that function as below:
when the EN of the timer is from 0 to 1 the timer start counting, in between this timer is counting, if EN is set 0 to 1, the timer will hold on, again when EN receive signal 1, then the timer will continue counting at the value that hold on just now.

please advise the above function timer.
 
1. Use flip-flops to make your own timebase, then convert it's output pulses to a single-scan pulses.
2. Use counter in a way that pulses from flip-flop, can increase a counter, only if primary condition is ON.
3. chek the status of a counter for elapsed time (set number of pulses counted).
 
Hi all,

I have a question on Siemens LOGO! programming.
I need to size a timer that function as below:
when the EN of the timer is from 0 to 1 the timer start counting, in between this timer is counting, if EN is set 0 to 1, the timer will hold on, again when EN receive signal 1, then the timer will continue counting at the value that hold on just now.

please advise the above function timer.

I had a similar problem once, and had to use counters that counted seconds pulses conditionally.
It is at least 10 years ago, so both the code, the LOGO and LOGO software has vanished...

Kalle
 

Similar Topics

Hi all, First, thank you for reading the thread. So I had a task as the following: An up-counter must be programmed as part of a batch-counting...
Replies
7
Views
285
Hi Lads, I want to implement a flood prevention system with my domestic water pump. The intention is to have the water pump cut off on a daily...
Replies
7
Views
1,077
We need a Really Simple and Cheap controller that has a display or a Web Interface where we can change some set points. We were thinking about a...
Replies
2
Views
1,040
hello i have LOGO! 12/24RCE and i am looking for a schematics of electronic board. Or if someone know what is the burned component on the photo.
Replies
4
Views
1,406
Hi, I'm no expert in PID regulating so I need some advise. I have a VFD controlled deepwaterpump that is maintaining the pressure in a closed...
Replies
24
Views
11,901
Back
Top Bottom