03-31-2013 07:27 AM
Hi,
i am facing trouble in saving my data with time information. i have used client-server VI for data reception using TCP/IP (VI attached). i want the data saved to be in 2D i.e one column contains time and second column contains data. i am intending to use saved data in MATLAB/SIMULINK for analysis. the format which im getting is unreadable in matlab/simulink (picture attached). please someone to help me
03-31-2013 10:09 AM
You do not have any timing information coming through, you need to get that sorted first.
Auto-indexing with a while loop is not a good idea, please read the relavent section in the link provided.
Please look at the attached file for saving waveforms in to tab limited text (it looks like it is a tab limited text file from your screenshot).
03-31-2013 10:09 AM
You do not have any timing information coming through, you need to get that sorted first.
Auto-indexing with a while loop is not a good idea, please read the relavent section in the link provided.
Please look at the attached file for saving waveforms in to tab limited text (it looks like it is a tab limited text file from your screenshot).