Trace function for S7?

engineer__

Member
Join Date
May 2010
Location
Sheffield
Posts
1
Hello,

This is my first posting on this site. I have recently been using Siemens scout on a servo project, and have found the trace tool to be very useful. It has been mentioned to me that there is an add-on tool that allows signals to be traced in S7. I usually just use VAT tables, but a trace would be so much better. I have had a quick google but with no luck.

Does anyone know of such an add-on?

Thanks in advance for the feedback.
 
Can't you simply store the state away in a big array in a DB? I would use a circular queue for this.

However, if you have a spare motion controller laying around you may consider sending what you want to trace or trend to the motion controller where it can save the data and graph it. It has been done before. Use the motion controller to debug the PLC program.
 
If you just need a basic tracing function, then there are many HMI softwares and also some standalone software that can do it.
Here is one:
http://www.upstatesoft.com/index.php?option=com_content&view=article&id=43&Itemid=4&lang=en

If the tracing must be accurate to catch every single cycle, then there is this product from Deltalogic:
http://www.deltalogic.de/content/view/34/57/lang,en/
Notice that it works by downloading some blocks in the CPU in order to be able to log data in each cycle.

edit: As an example on the do-it-yourself apporach, I use WinCC Flexible RT, and I can quickly program a regular trend to trace data. If need to catch every cycle I can program logging in code (as Peter suggest) combined with visualising the trend in WinCC Flex RT.
 
Last edited:

Similar Topics

Hey guys, I'm using version 10.00.00 (CPR 9) or RSlogix500. The main processor I talk to is a SLC 5/05. I was recently told about the "logic...
Replies
2
Views
1,813
hi everybody i want to use trace funtion with mm440.for example motor temperature value.but altough i connect online but also trace function...
Replies
1
Views
2,183
I want to make traces of variables in a Beckhoff IPC (that is not the engineering pc). Is it so that I should install the Twincat Scope server on...
Replies
1
Views
432
Is there such a thing? I know you can electrically heat structures to keep them from freezing. But is there a way to cool a structure...
Replies
3
Views
628
I want to be able to set a scope type device up that will buffer the trace and allow me to pull it (or a downsampled version of it). Preferably an...
Replies
5
Views
1,665
Back
Top Bottom