Hi Adam-
It's funny you should post this now because another user just asked me about this.
Right now unfortunately your choices for dealing with the data that comes from this card is to either
a) use the various concat, bit_pick and convert functions to split your data from the 16 bit words directly.
b) use the MakeBlob function to return the message to its original size and then use the Decom function to split out the words you're interested it from the original packet.
MakeBlob will contatenate multiple words into a "blob" ( packet ) and is invokved like so:
MakeBlob( numberOfBitsPerParameter, Param1, Param2, ..., ParamN )
I don't have any direct experience with this card but I looked at the documentation and if you have multiple packet types appearing in the Ethernet link to this card, you will have to specify the filters pretty tightly in order to distinguish one packet from another ( i.e. to make sure your data is separate for each group of parameters you use ).
I am planning on offering automatic support for this card under IadsTpp but I can't really do it until after the 6.6 release, when I support Blob types as a native type. :( That will ease the sting a little but the biggest "work" is still going to be translating the payload into IADS parameters and since the content is unknown to both kSetup and IadsTpp, I'm afraid there's no automated setup I can provide there.
If anybody out there is using this and is looking for automated ways to translate their custom "databases" of packet content into IADS parameters, I invite them to contact me at kathy_at_iads-soft.com ( replace _at_ with @ ).
-Kathy
On Sat Nov 14 22:08 , Adam Chant sent:
--
You received this message because you are subscribed to the Google Groups "IADS" group.
To post to this group, send email to ia...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iads\?hl=.