OK, I've been struggling with this for several hours...I'm hoping someone will see a glaringly stupid issue...but being new at Diadem scripting I'm lost right now.......
Here is my ChnAlloc call
TimeChannelRef = ChnAlloc("Time", Val(ChnPropGet("[1]/[1]","Length")), 1, DataTypeInt16, "Numeric") 'Allocate channel for Time
Diadem kernel responds with "Cannot generate the required number of channels".
Based on the documentation, it looks like I'm only asking for 1 channel, with "Length" number of elements. A couple lines before this I delete 2 channels from the same default group...so I'm not hitting some ceiling for the number of channels in single group, am I? (Creating this channel will result in 254 channels in one group)
Thanks in advance
Jeff