[?]: view the content of local variables in STEP7

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
Post Reply
dieego
Posts: 13
Joined: Wed Oct 06, 2010 1:17 pm

[?]: view the content of local variables in STEP7

Post by dieego » Sun Sep 18, 2011 7:28 am

Good day!
Remind ways to view the content of local variables in STEP7 :)

kriztof
Posts: 96
Joined: Fri Nov 16, 2007 3:18 pm
Location: Europe

Re: [?]: view the content of local variables in STEP7

Post by kriztof » Sun Sep 18, 2011 7:27 pm

You can't access L Stack directly.
In my opinion the easiest way is copy temporary variables into appropriate bit memory area.
You can also stop CPU (eg. interrupt, error, breakpoint) and then check stacks in module information.

Post Reply