09-04-2015 09:01 AM - edited 09-04-2015 09:01 AM
09-04-2015 09:06 AM
trying hard 🙂
09-04-2015 09:19 AM
this is what i already got
09-04-2015 09:27 AM
09-10-2015 02:25 AM
sry for the late answer, because much work, made the vi like you told i guess , but nothing appaears at the table to what should i connect it ?
Many thanks in advantage
09-10-2015 02:36 AM
Hi drek,
when you want to replace certain elements in a 2D array you should provide a new value for these elements.
Right now your VI contains two ReplaceArraySubset functions, but you don't wire any new data to these functions. You should wire the value you want to put into the table…
Additionally your table is a control instead of an indicator - quite silly when you want to display values. And you did not wire anything to actually write data into the table control/indicator…
09-10-2015 08:06 AM - edited 09-10-2015 08:06 AM
got this until now, value appears and dissappaers again
09-10-2015 08:35 AM
Hi drek,
value appears and dissappaers again
I'm sorry, but when I open your VI it is broken due to a broken wire missing a datasource. You still haven't wired the ReplaceArraySubset functions correctly!
LabVIEW also complains about missing subVIs…
As long as I cannot run your VI I cannot watch any values (dis)appear!
09-10-2015 09:05 AM - edited 09-10-2015 09:10 AM
gonna make it again gorgot to save it damn 🙂 so must be better
09-10-2015 09:18 AM
What is supposed to happen when Boolean is False? You are currently clearing the array (making it empty). Once that happens, I'm not sure the Replace Array Subset will work (replacing an element that does not exist).