Sign in to follow this  
Followers 0
rob_m

MSTR error check

3 posts in this topic

We use MSTR blocks for reading registers from one PLC to another. We use MODSOFT. How do I have to check if a communication error occurs? -Is it enough to use the middle output of the MSTR block? -Maybe better to read a register of a counter from the remote PLC and checking if the value changes? -Maybe better to read the Error register of the MSTR block?

Share this post


Link to post
Share on other sites
I have only ever used the 'error' o/p from the MSTR block. If you wanted to take different actions based on the actual error type then directly accessing the error register would be the way to go. From my experience I just moniter the error o/p and retry. The most common causes of errors are; 1 - poor cabling/termination. 2 - using more than 4 blocks active at one time. 3 - poor cabling/termination Other than this I can't say i've ever had any problems just monitering the o/p.

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