04-16-2018 03:58 AM
Hi
I'm trying to generate a signal from LabVIEW that has been created in MATLAB.
I've tried using the 'Simulate Arbitrary Signal Express' block in LabVIEW, however it only allows me to load .lvm files
Is there any way I can load from a .txt file? Or any way to generate an .lvm file from MATLAB?
Thanks!
04-16-2018 04:05 AM
04-16-2018 06:38 AM
Hi
In doing so I was able to import correctly a .txt file containing the signal from MATLAB, and can view it as an array in LabVIEW.
However, I am unable to successfully export it as a .lvm file
The initial .txt file contains two columns with numbers, which is loaded correctly into LabVIEW, however when attempting to export it as .lvm using 'write to measurement file', it does not export correctly
Any advice?
See the attached screenshots for the code I am using
04-16-2018 06:58 AM