Jump to content

Recommended Posts

Hi Eyal, 

 

Thanks for reply. The SB3 is doing exactly what I need.

But still I have an issue. 

 

I need something like:

If O1=1 Then 

    MB1 = SB3

End If

 

and in the HMI I can assign the image (that I want to blink) to the MB1 (which will blink when O1=1) 

 

Not sure how to transfer this from structured text to ladder  ... 

 

Thanks for help,

Marius

Link to comment
Share on other sites

Having browser issues with images at the moment.

 

For your ladder you need a line like this

 

| SB3 | --- | MB1 | --- ( MB2 )

 

Make MB one the controlling bit that determines if you want your flash.  As long as MB1 and SB3 are close, MB2 is on.  So as MB3 cycles, MB2 will cycle on and off.

 

On the interface design, create a binary Image, one image and set an off image state and an on image state, then link it to MB2.

Link to comment
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
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.