OLAF Posted October 13, 2015 Report Share Posted October 13, 2015 I've tried to find a way to load a HMI screen via ladder within UniStream (which I found to be a very useful function within VisiLogic), but so far without success. Is there a way to get things done like: if a condition turns on screen n° xxx will be opened? Thanks for your feedback. Olaf Link to comment Share on other sites More sharing options...
Alexander Posted October 13, 2015 Report Share Posted October 13, 2015 There is a way to accomplish this, though it is not entirely through the ladder code. Within the Solution Explorer there is a section for Actions that can trigger many commands such as loading an HMI screen. A bit can be set from the ladder and then can be executed in the Actions configuration. *Very important! Please know that any bit linked within the Actions configuration will automatically be reset upon executing the operation. Only link bits that can be reset or add a secondary bit for this purpose. Link to comment Share on other sites More sharing options...
OLAF Posted October 13, 2015 Author Report Share Posted October 13, 2015 Wouw! I would never have found this so fast and easily! Thanks a lot! Olaf Link to comment Share on other sites More sharing options...
cbores1982 Posted August 13, 2017 Report Share Posted August 13, 2017 Alexander, What about if you want to change the screen after certain time? How I can do this? Regards, Cesar Bores Link to comment Share on other sites More sharing options...
Saragani Posted August 13, 2017 Report Share Posted August 13, 2017 Use a timer, that will set a bit that is used in the Load Screen action 1 Link to comment Share on other sites More sharing options...
TANKEDUP99 Posted March 13, 2019 Report Share Posted March 13, 2019 On 8/13/2017 at 8:19 PM, Saragani said: Use a timer, that will set a bit that is used in the Load Screen action Could you post an example of this please many thanks sorted it thank you Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now