LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Moving mouse and 2 displaies

I'm working on my project. The project is going to display the digits and alphabets when the user moving the mouse.

the alphabets should display from "A" to "Z",   after 2 sec, display "no activity". 

jason888_0-1596557378638.png

I upload my VI, I'm done with display the digits, don't know to add another display for alphabets. 

 

0 Kudos
Message 1 of 7
(1,930 Views)

I'm working on my project, it has to display an alphabet when the mouse enters to the box. 

My question is how to display an alphabet from A to Z, 

 
 
 
 

3.PNG

0 Kudos
Message 2 of 7
(1,897 Views)

Hi Jason,

 

again you think it is a good idea to start more than one thread on the very same problem.

Again I merged your threads!

 

Still you don't follow suggestions you got in the forum…

 


@jason888 wrote:

display an alphabet when the mouse enters to the box. 


What about the "mouse enter" event?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 7
(1,886 Views)

That's not work 

0 Kudos
Message 4 of 7
(1,868 Views)

Hi Jason,

 


@jason888 wrote:

That's not work 


Why do you think so?

 


@jason888 wrote:

display an alphabet when the mouse enters to the box. 


It shows an alphabet upon an mouse enter event for the string indicator…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 7
(1,862 Views)

I need a loop to display an Alphabet, from "A" to "Z". when the sting shown "Z", it should be back to "A". 

I don't know which commend i should use 

0 Kudos
Message 6 of 7
(1,851 Views)

Hi Jason,

 


@jason888 wrote:
I need a loop to display an Alphabet, from "A" to "Z". when the sting shown "Z", it should be back to "A".
I don't know which commend i should use 

I would use StringSubset and Quotient&Remainder.

Or Quotient&Remainder and TypeCast…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 7
(1,838 Views)