Sign in to follow this  
Followers 0
presario2100

How to monitor S5 analog signal?

2 posts in this topic

How to monitor S5 analog signal PW XXX in Step5 programming software?

Share this post


Link to post
Share on other sites
You cannot monitor PW's using the status or force variable functions. However if you look at the program where they are used and look at that in status mode you will see the values in the ACCU1 column. Failing that you will have to put in a small program mod to write the value to an unused flag or dataword. e.g. L PW160 T FW198 "New intruction" ...... Or find where the PW is written to. And to cover your other request on ZYK: Usually one of two causes, You have created an endless (or too long) loop in the code so that the program cannot complete in time. OR You hae a program where I/O failures are handled by one of the error OB's and dont cause a CPU stop, and there are a lot of failures which result in a massivly extended scan time due to the extra processing time. Mike

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0