Good day!
Remind ways to view the content of local variables in STEP7
[?]: view the content of local variables in STEP7
-
- Posts: 14
- Joined: Wed Oct 06, 2010 1:17 pm
-
- Posts: 96
- Joined: Fri Nov 16, 2007 3:18 pm
- Location: Europe
Re: [?]: view the content of local variables in STEP7
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.
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.