05-03-2005 08:40 AM
05-03-2005 09:17 AM
05-04-2005 03:13 PM
08-29-2005 03:40 AM
08-29-2005 03:40 AM
08-29-2005 03:40 AM
08-29-2005 03:42 AM
08-30-2005 11:47 AM
Hi Jim_81,
Here is the code for LabVIEW 7.0.
Megan B.
National Instruments
08-31-2005 01:20 AM
Hi, Megan B.
how do i modify this code to able select line with mouse key,key up and key down?..
regards,
eyal.
08-31-2005 02:50 AM
In this case, all you have to do is surround the EditPos property and the cluster with an event structure and have that as the mouse down event. Assuming that by key up and down you mean the up and down arrows, simply add a key down event and check the VKey terminal. If you pressed up or down, increment or decrement previous row value which came out of the shift register. Add another case for the stop button and you're done.
If this isn't what you want, you should explain some more.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).