Sign in to follow this  
Followers 0
Guest Guest_jungler

Citect Function

2 posts in this topic

hi,guys I created a new task "TaskNew("Animation", "infeed", 4)", it needs to read the status of an infeed sensor from PLC before starting and it just runs for 5 seconds. If I use "Reread()" to update the data, it takes a long time to complete data refreshing and the animation is therefore not real-time. Is there any alternative to refresh the input data rather than using Reread()? Thank you.

Share this post


Link to post
Share on other sites
Hello, If you use reread you should use reread(1) else it wont have effect. and the other solution is to use tagread this also forces an update of the tag. Greetz, Jim

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