LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cursor control in labview

Solved!
Go to solution

Hi,

 

 18057iB49EB05E815B1EC9

 

I am new to LabVIEW and I just want to control the cursor in my code .Please find the image with this .In that when I 1st run the vi the cursor shoud automatically blink at numeric and when I press "enter" it should move to numeric2 and again when i press "enter" it should move to numeric3.

Can somebody help me in finding a solution for this?

0 Kudos
Message 1 of 4
(3,701 Views)

You can use an event structure and a Key Focus property. For example, in a value change event for numeric 1, you would set the key focus property of numeric 2 to True.

0 Kudos
Message 2 of 4
(3,696 Views)
Solution
Accepted by topic author george_82

hello,

 

Thank you for the help..And it is really working!

 

Is there any book to learn about all the property nodes in Labview?

 

Thanks and regards,

 

George

0 Kudos
Message 3 of 4
(3,675 Views)

The LabVIEW Help contains all of the documentation on all the properties and methods for the various LabVIEW classes. Books on LabVIEW will basically cover the fact that they exist and how they can be used. They won't contain full documentation. There are also examples that ship with LabVIEW that deal with property nodes. Just open the Example Finder (Help -> Find Examples) to find them.

 

To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

 

If you're looking for a book for LabVIEW, do a search on this forum, as this question has come up many times, and various recommendations have been given.

0 Kudos
Message 4 of 4
(3,661 Views)