Hi WBH,
I fear that I do not fully understand your question. If you drag the channels you're interested in from the Data Portal into a table in the new VIEW panel, you will see the data much like it was displayed in the old DATA "Channel Contents" tab. At this point you can double-click on one of the table cells and type in a different value, thus interactively overwriting values of an existing channel.
You can do the same thing programmatically without having to create a VIEW table. In fact, nothing has changed programmatically-- the ChD() and ChDX() functions still work just like they used to. In addition to the DIAdem 8.x style channel number/name addressing
[ ChDX(50, 12) ] or [ ChD(50, "Revs") ]
you now also have the option of addressing cha
nnels by their group name and channel name
[ ChD(50, "Engine Measurements/Revs") ]
Note that the ChDX() command can ONLY take channel numbers, while the ChD() command can take either channel numbers, channel names, or the new Group/Channel names referencing. Also note that the ChDX() function is MUCH faster.
Let me know if that did not answer your question,
Brad Turpin
DIAdem Product Support Engineer
National Instruments