S5 scan time calculation

Jack Schit

Member
Join Date
Oct 2009
Location
England
Posts
35
Hi,

I wanted to know the scan time of a Siemens S5-115U 943 PLC. I couldn't find a way to measure through the PLC so I have wrote a little bit of code to give me an idea of the sacn time.

I'm not sure if it is accurate though and I would appreciate any advice!

The code is as follows:

A I0.0
L KT100.0
SE T50
C DB10

AN T50
JC =M001
L KF+1
L DW10
+F
T DW10

=001

****Not sure what happened here, see completed post!!!****
 
Last edited:
Hi,

I wanted to know the scan time of a Siemens S5-115U 943 PLC. I couldn't find a way to measure through the PLC so I have wrote a little bit of code to give me an idea of the sacn time.

I'm not sure if it is accurate though and I would appreciate any advice!

The code is as follows:

A I0.0
L KT100.0
SE T50
C DB10

AN T50
JC =M001
L KF+1
L DW10
+F
T DW10

=001

****Not sure what happened here, see completed post!!!****

What i used to do to monitor scan rate was to program a spare DC output,

AN Q0.0
=Q0.0

one scan the output is ON, next scan it is OFF.

By looking at the blinking rate of the output LED, i knew the scan rate was twice the rate of the blinking.
 

Similar Topics

Hi, I wanted to know the scan time of a Siemens S5-115U 943 PLC. I couldn't find a way to measure through the PLC so I have wrote a little bit...
Replies
2
Views
6,036
I have an A3A CPU , I need to calculate the scan time of PLC for my application, how could i do it. ??
Replies
1
Views
4,727
Dear All, I m a new in PLC line and had started working in this field just before 3 months..Can anyone suggest me how to calculate a scan time...
Replies
5
Views
5,023
U
I have a setup in GE Plc, where PLC receives data from GBC(GENIUS BUS CONTROLLER) module,which inturn gets data from BIU module.These BIU modules...
Replies
4
Views
14,987
Hi everyone, I'm trying to simulate any program in control expert and see a register in Modscan32 or any software to do that (Like ModbusPoll). I...
Replies
0
Views
104
Back
Top Bottom