create free wheeling timer with s7 300 s_pulse timer

sLayER69

Member
Join Date
Jan 2014
Location
india
Posts
3
i am new at siemens plc . i used to work with AB plc where timers were very easy. Here i am confused with s7 timers. i want to create free wheeling timer where timer will reset by it self after preset time and start again. In AB timers u get DN bit here i dont know.
 
Generally, you should use the IEC style style timers, where it uses an FB concept. The S5 style timers are generally considered to only exist for backwards compatibility.

If you're using Simatic Manager, you'll find them in the standard library (system function blocks), down below the basic instructions.
 
You're not in Kansas anymore...

When you configure your PLC there usually will be something like memory clock tick box and then you select which memory byte will have a running clock implemented.

Here's a bit more info on this:

http://www.plctalk.net/qanda/showthread.php?t=28282
https://support.industry.siemens.co...ulse-in-step-7-s300/128474?page=0&pageSize=10

This probably has something to do with the fact that Siemens PLC's are more like actual computers than glorified relays in a nice box.
 
i did it

kgtOBk


A I 0.0
AN M 0.1
L S5T#5S
SP T 0
NOP 0
NOP 0
NOP 0
A T 0
= Q 0.0

AN Q 0.0
FP M 0.0
= M 0.1

Capture.PNG
 

Similar Topics

Hello, I've been trying to learn this a while now and still have not found out how this works. I have an Omron CJ2M PLC and an ABB ACS 355 VFD...
Replies
1
Views
253
Hello, I have to deal with iFix again and am looking at the most efficient way to create alarms to display in iFix, i.e. not creating an...
Replies
0
Views
159
Good morning to all, I have the following issue, I installed everything of intouch including the patch, it is the 2023 version. The...
Replies
0
Views
337
So, I finally got versioin 27 installed on my Windows 10 VM. However, now I can't upload a project from my lab controller. I have the above error...
Replies
0
Views
1,133
Hi all, I have few GB of logged data created by RS View 32 Works, it is all in .DBF format. At the moment, my company wants to shift all data to...
Replies
14
Views
1,464
Back
Top Bottom