Siemens S7 200, no timers or counters allowed in subroutine

Rudolph

Member
Join Date
Mar 2009
Location
Centurion
Posts
1
I'm new to PLC'S and I was given the task to program a valve with a HL and LL. If HIGH LIMIT isn't reached within 15s you must have a FAIL_TO_OPEN and if LOW LIMIT isn't reached in 15 seconds you must have a FAIL_TO_CLOSE. In the same breath i also had to program a MANUAL_OPEN, AUTO_OPEN, AUTO_MANUAL_OPEN, MANUAL_CLOSE, AUTO_CLOSE and an AUTO_MANUAL_CLOSE for the valve, but this is not my problem. My problem is to get the logic process working for the 15second count without using a TIMER or COUNTER in my subroutine(boss's rules). I know i must use a ADD_I(interger) along with some sort of pulse but i'm stuck and don't know where to go with this. Can anyone give me some guidence or help??
 
I'm new to PLC'S and I was given the task to program a valve with a HL and LL. If HIGH LIMIT isn't reached within 15s you must have a FAIL_TO_OPEN and if LOW LIMIT isn't reached in 15 seconds you must have a FAIL_TO_CLOSE. In the same breath i also had to program a MANUAL_OPEN, AUTO_OPEN, AUTO_MANUAL_OPEN, MANUAL_CLOSE, AUTO_CLOSE and an AUTO_MANUAL_CLOSE for the valve, but this is not my problem. My problem is to get the logic process working for the 15second count without using a TIMER or COUNTER in my subroutine(boss's rules). I know i must use a ADD_I(interger) along with some sort of pulse but i'm stuck and don't know where to go with this. Can anyone give me some guidence or help??
Using the Real Time Clock is an option.
Or, use an interrupt to generate a pulse every 15 seconds.
 
Last edited:

Similar Topics

Hey guys, I am trying to 'seal' in a timer to execute some logic on a one-shot. Below is a screenshot of what I have set up thus far...
Replies
6
Views
16,767
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
211
commentaire communiqué siemens s7-1200 avec vfd delta ? (cablage et sur tia portal )
Replies
0
Views
119
Hi, I have a 1214 on ip 192.168.0.100. This is connected to other modules through a switch on same network. I need to connect this to a company...
Replies
1
Views
170
Hi Experts, I would like to make firmware upgrade from v3.0 to v4.5 (S7-1200 CPU 1215C). Can I do it from v3.0 to v4.5? Do I need to take some...
Replies
6
Views
271
Back
Top Bottom