LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open keypad when control numeric is clicked.

Hello to all.

I would like that when user click on a numeric control then a keypad appears (this application is on touch screen).

Has Labview a functionality like this?

Something like:

https://i0.wp.com/www.mesta-automation.com/wp-content/uploads/2012/02/keypad.png

Thanks a lot.

0 Kudos
Message 1 of 4
(2,785 Views)

Hi A.,

 

use an event structure to detect mouse clicks on your control.

Upon such an event you call your own subVI which acts as "keypad"…

 

Idea: use event registration on the collected references of all controls you need this keypad feature for…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,777 Views)

Hi.

Thanks for answering.

What do you mean when you say event registration?

Coud you give me a little example?

 

Thanks again.

0 Kudos
Message 3 of 4
(2,761 Views)

Hi A.,

 

read the LabVIEW help for "Register for Events" function. It also links to example VIs…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,756 Views)