LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

value of a particular cell in table

Dear all,

How to get the value of a particular cell in a table ?

 

There's an invoke node for setting a cell value . but i cudnt find any node of retrieving a cell value .

 

Thanks,

Ritesh

0 Kudos
Message 1 of 8
(3,256 Views)
Try this. I borrowed it from someone over here. Smiley Tongue
PaulG.
Retired
Message 2 of 8
(3,244 Views)

Hi,

I dont know but that program didn't seem to Work for me.

 

Now, i am storing the values of the Table in a String and Using Index Array to retrieve the value of the Cell.

 

I wrote a program to change the value of a cell on a Left click. The Algorithm seems to be OK, but its not delivering the desired Output.

Could You please have a look at it and let know where the Problem exists ?

 

Thanks,

Ritesh

0 Kudos
Message 3 of 8
(3,213 Views)

hi

as per my knowledge when mouse point is placed on a cell value will not update to that cell because of this u r not getting value in table i have modified ur vi now u can see that value updating after clicking on other cell.

Regards,
Santhosh M
0 Kudos
Message 4 of 8
(3,206 Views)

Hi Santosh,

Its still not giving out the proper result.

Did you run the program on you sytsem ?

 

regards,

Ritesh

0 Kudos
Message 5 of 8
(3,180 Views)
In my example the data type is dbl. Change it to a string value and try it again.
PaulG.
Retired
0 Kudos
Message 6 of 8
(3,178 Views)

Hi PaulG,

I got it .

Its working fine now .

 

Now i am trying to update the value of the table on Left Mouse Click.

I have already posted the VI in my previous post.

Could you pls have a look at it and let me know if you could figure out the problem?

 

Thanks,

ritesh

0 Kudos
Message 7 of 8
(3,175 Views)
Your table is not getting updated because it is outside your loop. I brought it inside the loop. Also, I changed your table control event from "mouse down" to "mouse down?".
PaulG.
Retired
0 Kudos
Message 8 of 8
(3,131 Views)