06-13-2012 05:00 AM - edited 06-13-2012 05:04 AM
Hello
I'm brand new to Diadem (1 day), so my question may be dumb, but I need to decide if I can use the tool for my purpose.
I want to analyze (among other things) the timing and protocol of message streams recorded with a Ethernet or similar bus analyzer.
Is there a way create a suitable channel? Something like channel type = "variable length array of bytes" would do it perfectly, but I don't see how.
Thanks
dko
06-14-2012 09:37 AM
Call Data.Root.ChannelGroups(1).Channels.Add("Test",DataTypeFloat64,14)
It is not neccessary to define the lenght of the array.