rolf

Totalizer calculation on GX WORK2

2 posts in this topic

Hi all,

I work on the program of a slitter machine ,
I want write on GX WORK 2 a function that will allow me to calculate the total length of slit plastic film, so that ,
TotalLength = PreviousLength + CurentLength

Please , can somebody have an idea?
 

Share this post


Link to post
Share on other sites

TotalLength = TotalLength + CurentLength

Initialize TotalLength before the start of counting. You could probably use 'End of Index' or a position proximity for a count pulse.

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