LabVIEW Sound and Vibration API Reference

SVT UFF58 Write Record 6 VI

  • Updated2024-06-18
  • 4 minute(s) read

SVT UFF58 Write Record 6 VI

Owning Palette: UFF58 Advanced VIs

Requires: Sound and Vibration Toolkit

Writes the values of the fields in record 6 of the UFF58 (universal file format) file. Record 6 contains the degree of freedom identification.

Details  

function refnum specifies the reference to a function in the UFF58 file.
DOF identification contains information about the degree of freedom.
function type specifies the function type.

0general or unknown (default)
1time response
2auto spectrum
3cross spectrum
4frequency response function
5transmissibility
6coherence
7auto correlation
8cross correlation
9power spectral density (PSD)
10energy spectral density (ESD)
11probability density function
12spectrum
13cumulative frequency distribution
14peaks valley
15stress/cycles
16strain/cycles
17orbit
18mode indicator function
19force pattern
20partial power
21partial Coherence
22eigenvalue
23eigenvector
24shock response spectrum
25finite impulse response (FIR) filter
26multiple coherence
27order function
function ID number specifies the function identification number.
version number specifies the version number or sequence number.
load case ID number specifies the load case identification number. A value of 0 indicates single point excitation.
response entity name specifies the response entity name. Enter NONE if it this input is unused.
response node specifies the response node.
response direction specifies the direction of the associated response. The numeric value associated with the selected enumeration is written to record 6, field 7.

-1-X Translation
-2-Y Translation
-3-Z Translation
-4-X Rotation
-5-Y Rotation
-6-Z Rotation
0Scalar (default)
1+X Translation
2+Y Translation
3+Z Translation
4+X Rotation
5+Y Rotation
6+Z Rotation
reference entity name specifies the reference entity name. Enter NONE if this input is unused.
reference node specifies the reference node.
reference direction specifies the reference direction.

-1-X Translation
-2-Y Translation
-3-Z Translation
-4-X Rotation
-5-Y Rotation
-6-Z Rotation
0Scalar (default)
1+X Translation
2+Y Translation
3+Z Translation
4+X Rotation
5+Y Rotation
6+Z Rotation
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
dup function refnum returns the same value as the function refnum input. You can wire this output to another VI. You can wire this output to the file refnum input of another UFF58b or UFF58 Advanced VI.
error out contains error information. This output provides standard error out functionality.

SVT UFF58 Write Record 6 Details

You cannot edit a UFF58 file with the UFF58b or UFF58 Advanced VIs after you write and close the file. If you need to edit the contents of an existing UFF58 file after you write and close the file, you can read the information then write modified information to a new UFF58 file.

Note  If you write to the same UFF58 file multiple times without using the SVT UFF58 Close File VI each time, you create new functions in the file every time you write to the UFF58 file. This VI does not append data within a single function.

Log in to get a better experience