Ni.com is currently experiencing issues that may cause some pages to fail.

Support teams are actively working on the resolution.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

INSERT STRING ON A TABLE

Hi, 

I have the following table:

Captura.PNG I want to subtract the cell where appear a 10 and the cell where appear a 2, and put the result into the cell at the left. In Excel, it is so easy but i need to do it here in LabView:

I reached do the subtract and on decimal integer string I obtain the correct value::

 

Captura.PNG

 

but now i do not know how to introduce this value into the table.

 

Please could you help me?

I obtain some issues...

I atach the vi do not see the big case because is invalidated,

Thanks in advance.

 

 

 

 

 

 

 

0 Kudos
Message 1 of 5
(3,004 Views)

Replace Array Subset

table.png

Message 2 of 5
(2,998 Views)

you can try:

INSERT STRING ON A TABLE.png

 

clicking on the table will result in the active row's 10 to minus 2 and output result in the cell left of 2

 

 

CY (expired CLAD)
0 Kudos
Message 3 of 5
(2,991 Views)

 

table-cells-calculation.png

this is a snippet, save the attachement .png and drag+drop it onto a block-diagram

 


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 4 of 5
(2,986 Views)

so many things to choose from ... have fun


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 5 of 5
(2,983 Views)