sara Posted January 22, 2008 Report Share Posted January 22, 2008 Hi all i want to know if I can to make table in labview to enter data and extracts data from it ? and if i can to extracts data in specified columns and rows. Quote Link to comment
Evan Posted January 22, 2008 Report Share Posted January 22, 2008 QUOTE(sara @ Jan 21 2008, 03:08 PM) Hi all i want to know if I can to make table in labview to enter data and extracts data from it ? and if i can to extracts data in specified columns and rows. Yes you can using the LabVIEW table control. Simply drop the control and wire a 2d array of strings to it. So you can enter the data in, and to extract data from it you simply use the index array and grab the data you want. Quote Link to comment
sara Posted January 22, 2008 Author Report Share Posted January 22, 2008 Thanks alot for your help but in my table i want to take the value of the first columns and first row and compare it with the date of the computer and when it equal the value of the second colums and first row extact out . So can I make this by using table control or i need another way Quote Link to comment
Rolf Kalbermatter Posted January 23, 2008 Report Share Posted January 23, 2008 QUOTE(sara @ Jan 21 2008, 04:43 PM) Thanks alot for your helpbut in my table i want to take the value of the first columns and first row and compare it with the date of the computer and when it equal the value of the second colums and first row extact out . So can I make this by using table control or i need another way How about reading the LabVIEW manuals concerning LabVIEw controls, datatypes and especially strings and arrays? Rolf Kalbermatter Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.