Sign in to follow this  
Followers 0
Mysik

Q Series and ZRST

4 posts in this topic

Hi there, I have to convert FX3U code to Q series PLC (Q03UDECPU) and I stuck with ZRST command. I have block of S registers that I need to reset and Q seriers is not supporting zone reset anymore and the manual doesnt say anything about alternative way to do it. FX code was simply as this: ZRST S0 S30 Can you help me with this please. I dont want to reset 30 steps line by line Kind Regards

Share this post


Link to post
Share on other sites
you could try BKRST? or just block move 0 to the relevant bits?

Share this post


Link to post
Share on other sites
You can't use BKRST with step relay .

Share this post


Link to post
Share on other sites
Are all the steps in the same block? ---[RST BL0]

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