11-01-2017 02:22 AM
Dear All,
I am using the 2016 version of Dasylab. My current topic is to acquire measruement data of a telemetric memasurement system (Producer KMT telemetry). The data is sent via an IP LAN cable. The data format is TCP as the attached file shows.
My question is if dasylab is able to handle this kind of data.
kind regards,
Stefan
11-01-2017 07:14 AM
Can you set up the ICOM Input module, configure the TCP/IP address and port 1233.
Then click on the ICOM monitor button, and post a screen shot of the display .... if there is not data in the bottom, just tell me that, If there is data, take a screen shot both of the normal display and the hex display.
11-01-2017 07:19 AM
Once you confirm data, you may need to skip over the header data (use 4x to skip 4 bytes), then use w to decode the unsigned integer.
Channel 0: 4x w
Channel 1: w
....
Channel 15: w
The number of channels that you set up is the number of data points that you are reading. If you have more than 16 channels of data, then create a 2nd, SLAVE, ICOM Input module, and configure the remaining channels for just the w.
w is an unsigned integer in Intel byte order. Once the data is acquired, you can scale it using the Scaling or other Math modules.