[DefaultCom] DefaultBaudrate=9600 DefaultParity=0 DefaultStopBits=1 DefaultDataBits=8 [General] SyncMode=0 //Sync on terminator SyncCount=1 //Sync lenght SyncString=10 //Sync character is linefeed DataRate=5 //Maximum expected data rate 5 Hz TimeOut=5.0 //Maximum time out is 5 seconds NumberOfMessages=1 //Number of messages difined in this file ReAssemble=0 //handle the package as is, don't try to re-assemble [Msg(0)] MessageType=9 //Decoding methode formula MsgMode=0 //Input message ID=\x01\x00\x19\x07 //Message ID IDStart=0 //start at char 0 IDLength=4 //Id lenght 4 chacters NewElement=1 //This message forwards the data block to the comps. NumDataEntries=2 NormData(0).Entry=0 NormData(0).Formula=BinValue(GetSubStr(var0,28,4),4) // HDG NormData(1).Entry=2 NormData(1).Formula=ExpandTime( ((BinValue(GetSubStr(var0,48,4),3)*3600)+(BinValue(GetSubStr(var0,52,4),3)*60)+(BinValue(GetSubStr(var0,56,4),4)) )*1000)