07-20-2010 12:57 AM
i created one channel using ChnLinGen(E, GenXBegin, GenXEnd, XNo) It created the channel which is read only from which i am not able to delete values or change channel length. How do i make it a normal channel back again. See attached jpg for the error which got while using the command DataBlDel()
Solved! Go to Solution.
07-20-2010 05:27 AM
Try the ChnValExpand command.
It expands registered or implicit channels into a DIAdem standard channel.
Call ChnValExpand("Time")
07-20-2010 06:41 AM
thanks i worked.