PLC lader timers and counter in S7 300

usman

Member
Join Date
Oct 2008
Location
UAE
Posts
44
Hello friends I start newly plc programing with S7 300 but I dont know how to set and S_CU up counter, can any one help me about that with all settings.

Thanks and regards
USMAN
 
Selecting the counter an pressing F1 will always give you some kind of help.

If you choose a CU-counter you have the option of a 'box':

on the top you"ll need to write the adres of the counter; exaple C0

on the left you'll have the input's:

CU: count-up signal example; I0.0
S: set signal; the counter will go to a presetvalue
PV: counter presetvalue example: C#5

R: reset, making the counter zero

on the right you'll have the output's:

Q: '0' if the countervalue is zero, '1' if the countervalue is not equal to zero

CV: countervalue as integer

CV_BCD: countervalue as BCD
 
Last edited:
Yeah the all I do same like that but its not stop on the same value many time I try it set same counter its count also but not stop on the CV velue. If you can give total advice to me.
Thanks and regards
Usman
 
The CV is only a preset-value. The counter will start again with this value instead of a previous value. Nothing more, nothing less.

Personally I like a CD-counter with the preset-value the value I want to count to. Then I will count down; example 5,4,3,2,1,0

I will will use the counter like this:


start C1 motor
-| |--| |--( )

Motor will be '1' if 'start' and C1 are '1'. C1 is '1' if it is still counting to zero.

When C1 = '0' , I will need to set the counter again to it's presetvalue at least if you want to start the motor again.

When you will use a CU-counter you will need to make a comparison if the countervalue is equal to a certain value on wich you want to make an action or stop an action.
 
Last edited:

Similar Topics

Hello, I have an issue where I want to simulate an Siemens HMI panel, through NAT connection to a PLC. I have the possibility through extended...
Replies
1
Views
23
I had a call yesterday that a light had come on, on the panel saying 'battery low' and what it meant and which battery? This was from a program I...
Replies
4
Views
105
Hello, im quite new and still learning. I would like to ask is it possible for FATEK PLC to read data value more than 16k? I'm trying to move my...
Replies
0
Views
67
Hi all, looking to model old RR relays in PLC. Does anyone have any SPECIFIC examples on how to model a relay such as a polar relay, slow pickup...
Replies
0
Views
95
HelloI need software to download the program from PLC EH-A28DRP from an old machine whose manufacturer does not exist. It may be Ladder Editor for...
Replies
2
Views
111
Back
Top Bottom