Sign in to follow this  
Followers 0
Guest radmaxntx

using c200hs for speed indication

2 posts in this topic

what is the fasted pulse i can expect to capture reliably. Is speed indication something that these plc's even can do.

Share this post


Link to post
Share on other sites
The PLC is a bit old and slow but it depends on what you want to count. Basically, there is a small input delay time to take into account. Check what your input card is and then look up the manual for that input card to find out what is the input delay. The biggest issue is that the length of the pulse you wish to count must be at least twice as long as your longest scan time so that you do not miss pulses. You can reduce the time between reads to a certain extent by using interrupt processing or I/O refresh, but, beware, these functions can also extend your scan time if you use them too freely.

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