DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Processign data bus messages with DIAdem

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

0 Kudos
Message 1 of 2
(3,838 Views)

Call Data.Root.ChannelGroups(1).Channels.Add("Test",DataTypeFloat64,14)

 

It is not neccessary to define the lenght of the array.

0 Kudos
Message 2 of 2
(3,817 Views)