DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

clip data

Solved!
Go to solution

 

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

0 Kudos
Message 1 of 3
(3,782 Views)
Solution
Accepted by topic author Newbiee

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. 

Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(3,765 Views)

 

Perry

 

Thanks. I also tried DataBICopy this morning and it worked.

 

Call DataBlCopy("Test46/Steering Angle",intMyResult,finalMyResult,"Test46/Anglecopy",1)

0 Kudos
Message 3 of 3
(3,760 Views)