MVP 2022 Flex727 Posted August 19, 2021 MVP 2022 Report Share Posted August 19, 2021 I am programming a V130 PLC using VisiLogic 9.8.80. I have placed a Password variable on the screen for the user to enter a numeric password. However, when the screen appears, the user must press “Enter” before entering the password in order to make the variable “Active”. It’s the only variable on the screen. According to the Help file (see below) the display should load with the variable “Active”, but it does not. What do I need to do to make the variable default to “Active” when the screen is first loaded? Quote Link to comment Share on other sites More sharing options...
Gabriel Franco Posted August 20, 2021 Report Share Posted August 20, 2021 I did that long time ago, but don´t remember the exact operand, I guess you must set SB 31 after load the screen. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted August 20, 2021 Author MVP 2022 Report Share Posted August 20, 2021 11 hours ago, Gabriel Franco said: set SB 31 after load the screen. That no worky. Any other thoughts? Quote Link to comment Share on other sites More sharing options...
sgull Posted August 20, 2021 Report Share Posted August 20, 2021 Hi Flex Look at the description below for SB108. This may resolve your issue. Regards Denis Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted August 20, 2021 Author MVP 2022 Report Share Posted August 20, 2021 Thanks, but unfortunately that doesn't work either. Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted August 20, 2021 MVP 2022 Report Share Posted August 20, 2021 No V130 in hand now but maybe combination of SB76 and after SB108 can be tested. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Ausman Posted August 21, 2021 MVP 2022 Report Share Posted August 21, 2021 I have never really thought about this on all the 130s I use, as I prefer an "Enter" to be done to make the entry area active. Sort of a definite action. However, I tried 76 & 108 combos on a remote system and they didn't make a difference. Indeed, having both on disabled legal entry, in that the entry went OK but on pushing enter it then goes back to the starting point with a blinking cursor overlaid onto the entry area.....an endless loop for some reason. So one solution, if you really want it to happen Flex, is to simply have an automatic Entry push a few scans after the screen ends loading. A second would be to do an "automatic" Entry push by linking SB6 into a rising edge of the first number with the neg transition being the actual entry, with subsequent numbers as normal. Of the two, I think the first would be more suitable. Time for more fun and games trials on your part. On thinking about this a bit more, I don't actually know whether password entry lets you differentiate b/n rising and trailing edges, so that might be a stoooopid suggestion anyway! cheers, Aus 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.