06-15-2011 06:30 PM
I am trying to extract data from a channel and write it into another channel. I have used ChFind on a different channel to find if a specific condition met, so using the row numbers I want to extract data from a channel and write it into another channel
Solved! Go to Solution.
06-16-2011 06:07 PM
Hi Newbiee,
I think that I have found a function that will do what you want. You can use the DataBlInsert function. It will do exactly what you want. The diadem help on line has instructions on how to use it. Here is the link for it.
http://zone.ni.com/reference/en-XX/help/370859H-01/comoff/datablinsert/
I hope that this helps.
Regards,
Perry S.
06-16-2011 06:15 PM
Perry
Thanks. I also tried DataBICopy this morning and it worked.
Call DataBlCopy("Test46/Steering Angle",intMyResult,finalMyResult,"Test46/Anglecopy",1)