Sign in to follow this  
Followers 0
Pautomatas

Animations in Cx designer (2.1)

4 posts in this topic

hey there... i need some help regarding CX Designer (version 2.1). I need to change some images (.jpg) each one second. I have got a list whith the images (txt format) and the images changes with the value of $W200. My doubt is this: how can i temporize the 1 second, or other value, without using the plc program???? Thanks all.

Share this post


Link to post
Share on other sites
Hi, 1.Create a sheet that applies to all screens (or just the screens where you place your bitmap animation object) 2. Place a bit lamp outside the visible screen area on the sheet (so that it is not visible to the user). 3. Use $B1 as display address (RUN signal pulse). If you modified the default System memory allocation address, modify accordingly. 4. Define a macro on the bit lamp that loops the value of $W200, execute when ON. You can change the interval of the system bit pulse at PT > Initial > Option > Intervals of RUN signal (Pulse). Hope this helps.

Share this post


Link to post
Share on other sites
Good answer, Pdl. I use that concept regularly.

Share this post


Link to post
Share on other sites
Hi PdL, thanks for the solution. Problem solved Pautomatas.

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