Sign in to follow this  
Followers 0
YY Beginner

move the data between the value

2 posts in this topic

hi there, i have a problem on the data moving.

here the problem.

how can i write a command like : if value in d500 is in betwee 3000 to 3100 then on m1000

if between 3100 to 3150 then on m1001....... and so on. thank you very much

Share this post


Link to post
Share on other sites

Hi welcome to this forum. You can use these command in ladder programming. This will solve your task.

>= D500 K3000  & <= D500 K3100     out m1000

>= D500 K3100  & <= D500 K3150     out m1001

 

 

 

Thanks & Regards,

Areeb

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