Jump to content

table in labview


sara

Recommended Posts

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.

Link to comment

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

Link to comment

QUOTE(sara @ Jan 21 2008, 04:43 PM)

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

How about reading the LabVIEW manuals concerning LabVIEw controls, datatypes and especially strings and arrays?

Rolf Kalbermatter

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.