02-08-2010 03:16 AM
Hello everyone,
I have recorded one minute of a machine noise with the sound and vibration assistant. This temporal measure has been saved in a TDMS file. I want to export the TDMS signal to an UFF file. How can I do this?
Thank you!
Best regards
Aitor Aramburu
Solved! Go to Solution.
02-09-2010
02:57 AM
- last edited on
03-25-2024
07:17 PM
by
Content Cleaner
Here you have four examples of reading/writting UFF files from LabVIEW:
In addition, there is a plugging for this file format you can use in DIAdem. I'm not sure if the plugging install support for LabVIEW, but you can try. This is the link:
02-09-2010 05:43 AM
Dear Sendia,
My intention is to use the sound and vibration assistant software instead of labview. Is there any option to read/write the uff files with this software?
Best regards
Aitor
02-09-2010
11:12 AM
- last edited on
03-25-2024
07:17 PM
by
Content Cleaner
Hello aaramburu,
You can call a VI from S&V assistant using the step tipe "Run LabVIEW VI" and change the file format in this VI
... or you can use the step "Save to UUF58" that is build-in S&V assistant:
These are the only two options. You can find and example about UFF58 files in the S&V example directory.
Check this thread for more information:
https://forums.ni.com/t5/LabVIEW/UFF-Specifications/m-p/585032?requireLogin=False
Regards.
02-10-2010 12:26 AM - edited 02-10-2010 12:28 AM
In the Sound and Vibration Assistant, it sounds like you have the machine vibration data saved in a TDMS 'Log' file. If that is the case, then you can switch to the Playback work area. Add Step>>Load/Save Signals>>Save to UFF58. When you drop the step, verify that the desired log is selected as the input to the step. Before running the project, go the playback options tab and select the block size so that all samples will be played back in one iteration (UFF58 format doesn't support streaming). Press the Run button to generate the UFF58 file.
02-10-2010 12:43 AM
02-10-2010 08:15 AM
Thank you!
I have recieved a 30 seconds vibration signal in UFF format. I want to visualize it with the sound and vibration software. The steps I have done are:
Where do I have to load the signal? In "monitor/record" or in "playback"? I'm not be able to visualize the 30 seconds of the vibration.
02-10-2010 08:46 AM
The Steps in the Load/Save Signals menu function in both types of work areas. Use the monitor/record work area so that your timing isn't dependent on any selected log file. After adding the Step: Load from UFF58, select the file you wish to post process, Run (Once) the project, and drag the output of the step to the Display.
You can also process the data with other steps by right-clicking on the "time waveforms" signal and Select Send To. This will show you a palette of all the steps that operate on the time waveforms. For machine vibration data, the following Steps may make sense:
Analysis>>Time-Domain Measurements>>Vibration Level
Analysis>>Frequency-Domain Measurements>>...
Analysis>>Order-Domain Measurements>>... (especially if one of the saved signals is a tachometer signal or has a strong order-related component that can be used as a speed reference)
Hope this helps.