Posted 9 Feb 2021 I need a key pad which can be used for numeric input, can anyone provide any sample program. Thank you. Share this post Link to post Share on other sites
Posted 9 Feb 2021 There are several in the library of gt designer Share this post Link to post Share on other sites
Posted 9 Feb 2021 Thanks for the reply, Actually I am unable to populate keycode input to a numeric input, can you help me to use that, for example I will use multiple keycode input append them and use them as a password. Share this post Link to post Share on other sites
Posted 9 Feb 2021 This is in the settings tab. You can select wether to use the standard or one of your own. Also in the page properties you can alter it to another keypad. I am using my phone at the moment and am not behind my laptop otherwise I would add some screenshots. Have a look if you cannot find it send me a text and lll make a more detailed description 1 person likes this Share this post Link to post Share on other sites
Posted 9 Feb 2021 Thank you very much for your help. I will definitely let you know if I couldn't find these. Share this post Link to post Share on other sites
Posted 10 Feb 2021 Hello, I have found attributes what you have suggested in the GT Designer now I want to use Keypad in the screen, not pop up keypad which is generated while tapping in number input, can you help me implementing that Thanks in advance. Share this post Link to post Share on other sites
Posted 10 Feb 2021 (edited) In the system tab there should an entry called key windows where you can define the nr of the screen you’ve created. You can do this for ascii dec and hex inputs. This will be the new default but if you want a different one on a specific screen you can change that on the properties of that particular base screen. Edited 10 Feb 2021 by Gambit 1 person likes this Share this post Link to post Share on other sites
Posted 10 Feb 2021 Yes. I have already implemented that, now I want a dec input in the screen which will available in the particular all the time. Please check my concept screen, this might be helpful. Screenshot 2021-02-10 111212.bmp Share this post Link to post Share on other sites
Posted 10 Feb 2021 Yes, I have just checked it and informed same to the admin of this website, is there any other ways I can send you screen shot?? Share this post Link to post Share on other sites
Posted 10 Feb 2021 No it should work. Can you dsescribe the problem ? If you have lready setup what i mentioned before than all you need is a input value Share this post Link to post Share on other sites
Posted 10 Feb 2021 Let me elaborate, I have already made a keypad in 'Window Screen', and that is working fine, my desire is that there will be a Keypad in 'Base Screen'. Here I am sharing you a link to download the image. https://tmpfiles.org/download/155929/Screenshot2021-02-10111212.bmp Share this post Link to post Share on other sites
Posted 10 Feb 2021 Here it is https://filebin.net/01oi0eiyjjciy0qg Share this post Link to post Share on other sites
Posted 10 Feb 2021 (edited) Doesn't look like you took the one from the library ? It also doesn't need an input field. never the less it should pop up when you try and enter a Dec number Edited 10 Feb 2021 by Gambit Share this post Link to post Share on other sites
Posted 10 Feb 2021 Yes Thats the point I am trying to use a fixed DEC Keypad like in Picture not a POP up Keypad, can I implement that? Thanks in Advance. Share this post Link to post Share on other sites
Posted 10 Feb 2021 I have never put a keypad into a base screen before. Keep in mind your base screen may have more than one numeric input on it, so how do you plan to tell the keypad which field it is editing? I am not sure this can work as you desire. Share this post Link to post Share on other sites
Posted 11 Feb 2021 I have seen some HMI with this type of Keypad in working condition, if its not possible to implement in HMI end then I think I have to do it PLC coding end thats what I want to know if it is possible or not? Share this post Link to post Share on other sites
Posted 11 Feb 2021 If the keypad was part of the base screen, how would you tell it which numeric field to edit? Clicking a numeric to open the keypad tells it what variable or address it is editing. If you don't have to touch the numeric field, I have no idea how you would tell it what to edit. I think in that case you would have to make the keypad edit one address, and then copy that address to the appropriate one after you hit enter. And when you say some HMI with this, are you talking about the GOT family? I have never seen it done. Share this post Link to post Share on other sites
Posted 12 Feb 2021 you could try putting an invisible button over the box that contains the value you want to edit, then use a tag to highlight or enable input from the keypad. seems like a lot of work to me though. How many individual variables are you trying to edit? Share this post Link to post Share on other sites
Posted 12 Feb 2021 18 hours ago, Crossbow said: If the keypad was part of the base screen, how would you tell it which numeric field to edit? Clicking a numeric to open the keypad tells it what variable or address it is editing. If you don't have to touch the numeric field, I have no idea how you would tell it what to edit. I think in that case you would have to make the keypad edit one address, and then copy that address to the appropriate one after you hit enter. And when you say some HMI with this, are you talking about the GOT family? I have never seen it done. Yes, I am talking about GOT family. I think I need to develop code in PLC side. Share this post Link to post Share on other sites
Posted 12 Feb 2021 (edited) 8 hours ago, JustinSmith said: you could try putting an invisible button over the box that contains the value you want to edit, then use a tag to highlight or enable input from the keypad. seems like a lot of work to me though. How many individual variables are you trying to edit? I am trying to edit 10 individual variables. like 0 to 9 dec keys. Edited 12 Feb 2021 by Rector Share this post Link to post Share on other sites
Posted 12 Feb 2021 could you add a drop down list to select which variable to focus on for your keypad? Share this post Link to post Share on other sites