OLAF 0 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 Quote Link to post Share on other sites
Alexander 25 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. Quote Link to post Share on other sites
OLAF 0 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 Quote Link to post Share on other sites
cbores1982 0 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 Quote Link to post Share on other sites
Saragani 145 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 Quote Link to post Share on other sites
TANKEDUP99 0 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 Quote Link to post Share on other sites
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.