04-26-2006 01:34 PM
04-27-2006 05:12 AM
i ask your help 😄 it's very important
tnx
04-27-2006 10:19 AM
04-27-2006 05:59 PM
nononono nothing about this 🙂
all about my board and functions are ok on my work 😉
my question is about this: i "READ" (it is a command) some values from a struct (some analog values from a board) and i insert them into a table and this step is ok too.
Suppose that i want to change some values directly into my table and than send these new values to board (WRITE command).
My question is: how can i change manually my values into my table and than locate exactly that value in order to tell to WRITE command what it must send to board? (i repeat the question is only about table, i know all about board and command)
Thanks
04-28-2006 04:19 AM
Hi,
why don't you take a look to the examples that you can find under 'Fundamentals->Arrays and Clusters' in the Example finder of Labview?
There you can find some exmples of how is possible manipulate tables and arrays. To select one particular element in the array you can use the function 'Index Array' that you find in the Array palette and you can use the function 'Insert into Array' to insert an element in the array specified. After all these elaborations you can write the data performing the output generation with your device.
Let me know if this solves the problem.
Kind reguards,
MarcoL
NI Italy
04-28-2006 08:23 AM
04-28-2006 12:49 PM
Yes the case is this, but is there a property node that givves me the locations of the elements that i've modified?
thanks
04-28-2006 01:37 PM