07-18-2019 03:21 AM
07-18-2019 03:48 AM
Dear Sir
I am sorry for that. As I attached the figure, I just think that it is very simple so I did not attach the VI program here
Below is the VI program and the .lvm data as my excitation signal. Please help me or give me suggestion
Thank you very much
07-18-2019 04:17 AM
07-18-2019 08:15 PM - edited 07-18-2019 08:17 PM
Thank you very much
But which option did you choose in the "Configure Convert from Dynamic Data" block? I chose "1D array of scalars-automatic" but I did not get the result I need. Could u kindly attach the code here? I use LV2014 version now
07-18-2019 10:06 PM
After adding "Configure Convert from Dynamic Data" block and Write Measurement Data Express VI, I checked the data obtain for each iteration. I realized that the data I got is from 0 second to 5 second for each iteration. But the one I want is time is continuously go as 0 second to infinity and only Y value can be repeatedly obtained from the original data. Is there any method to do this?
07-19-2019 12:24 AM
Hi duyngoc,
I realized that the data I got is from 0 second to 5 second for each iteration.
Yes, the data in your file lasts for 5s.
But the one I want is time is continuously go as 0 second to infinity and only Y value can be repeatedly obtained from the original data.
This is what my last snippet does: repeat those Y data obtained from original data…
07-19-2019 02:33 AM
How can I repeat only Y column data obtained from my original data?
07-19-2019 02:35 AM
07-19-2019 02:48 AM
I used the loop as shown in the above but I dont know how to set the condition in the Read Measurement Data block and Configure Convert from Dynamic data block. Could you let me know how to choose the option in there?
07-19-2019 02:51 AM