Juandiaza Posted October 3, 2017 Report Share Posted October 3, 2017 I am trying to change the status of my "Binary image / switch MB 53 (SEE THE FIRST PRT SC "PRINT SCREEN")the little green light under 1520 Line" once you hit a toggle binary Text image / switch you can see it on SECOND PRT SC right after first. But if you notice MB 53 is SET when the machine is Enable and then when you want to reset it because the machine is disabled MB 53 still SET and won't change the status to red on my HMI. What do you guys recommend me to do over the Ladder in order to SET and RESET MB 53?????????????? Thanks in advanced (FIRST PRT SC) \ Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted October 3, 2017 MVP 2022 Report Share Posted October 3, 2017 What is the purpose of MB 0? If the toggle button for MB 40 is hidden, you will not be able to change the state. Also, Why is your pushbutton assigned to MB 40 and then MB 40 directly controlling MB 53? Why not just assign the toggle pushbutton to MB 53? Quote Link to comment Share on other sites More sharing options...
Juandiaza Posted October 3, 2017 Author Report Share Posted October 3, 2017 MB 0 is the main button for "1520 Line" you can see it in the first picture on this post in red color. The purpose for this button is once you hit it is able to show to the opartor the Line Assembly (SEE picture next #3) and then allows their report the failure in a specific workstation. I want to hide MB 0 in my HMI if the line is down for some reason through pushbutton MB 40. With respect to Why is my pushbutton assigned to MB 40 because I want to change the state of MB53 once toggle pushbutton is disabled on state "1" . Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted October 4, 2017 MVP 2022 Report Share Posted October 4, 2017 Is the logic to change MB 53 in a subroutine that ceases to be called? Something is getting unhooked here. Post your code so we can see the rest of the story. Joe T. Quote Link to comment Share on other sites More sharing options...
Juandiaza Posted October 4, 2017 Author Report Share Posted October 4, 2017 Flex727 and Joe Tauser, Thank you for taking your time to had helped me. I already figured it out. You know what It was. I put the logic ladder in lots subroutine in order to organize my sequence but it won't work like that. I put them in Main Routine and now works perfectly. Now, I am going to pass everything because timer won't work either. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.