From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(2,705 Views)

Replace Array Subset

table.png

Message 2 of 5
(2,699 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,692 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,687 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,684 Views)