Jump to content

Recommended Posts

Posted

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.

 

Posted

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 
 

 

  • Like 1
Posted

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.

Posted (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 by Gambit
  • Like 1
Posted (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 by Gambit
Posted

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.

Posted

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?

Posted

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.

Posted

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?

Posted
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.

Posted (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 by Rector

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...