Difference between revisions of "Description of .txt export"

From OROS Wiki
Jump to navigation Jump to search
Line 5: Line 5:
Here is an example of text file for 1 channel and a brief description of its content:
Here is an example of text file for 1 channel and a brief description of its content:


[[File:txt export.PNG|left|300px]]
[[File:txt export.PNG|left|250px]]<br>
<br>


Sampling_frequency 4.09600e+003 Must be one of the sampling frequency available at NVGate<br>


Number_of_tracks 1 Number of Track<br>
Sampling_frequency 4.09600e+003 : Must be one of the sampling frequency available at NVGate<br>


Number_of_points 480000 Number of Point : must be a multiple of 256<br>
Number_of_tracks 1 : Number of Track<br>


Track 1 Track number<br>
Number_of_points 480000 : Number of Point : must be a multiple of 256<br>


Name Input 1 Track Label<br>
Track 1 : Track number<br>


Magnitude Acceleration Magnitude of Track<br>
Name Input 1 : Track Label<br>


Unit g Unit<br>
Magnitude Acceleration : Magnitude of Track<br>


Coef_A 1.01937e-001 Conversion Parameter from Unit to SI Unit :<br>
Unit g : Unit<br>


Coef_B 0.00000e+000 Unit = Coef_A * Unit_SI + Coef_B<br>
Coef_A 1.01937e-001 : Conversion Parameter from Unit to SI Unit :<br>


Type ANALOG Analog Channel<br>
Coef_B 0.00000e+000 : Unit = Coef_A * Unit_SI + Coef_B<br>


RangePeak 2.00000e+001 Range Peak at SI Unit<br>
Type ANALOG : Analog Channel<br>


Coupling AC Coupling<br>
RangePeak 2.00000e+001 : Range Peak at SI Unit<br>
 
Coupling AC : Coupling<br>


END_INFO<br>
END_INFO<br>
Line 41: Line 43:
In addition here is an example for a multi channel signal:
In addition here is an example for a multi channel signal:


[[File:export2txt.PNG]]
[[File:export2txt.PNG\250 px]]

Revision as of 10:33, 27 July 2021

How to convert a signal data from Text to a compatible file for NVGate ?

NVGate allows importing signal from a text file. It’s a very convenient feature to import signal from any source. On the contrary the text file must be setup according to standards NVGate design. The easier way to do is to record a file at NVGate and export it to check its content.

Here is an example of text file for 1 channel and a brief description of its content:

Txt export.PNG




Sampling_frequency 4.09600e+003 : Must be one of the sampling frequency available at NVGate

Number_of_tracks 1 : Number of Track

Number_of_points 480000 : Number of Point : must be a multiple of 256

Track 1 : Track number

Name Input 1 : Track Label

Magnitude Acceleration : Magnitude of Track

Unit g : Unit

Coef_A 1.01937e-001 : Conversion Parameter from Unit to SI Unit :

Coef_B 0.00000e+000 : Unit = Coef_A * Unit_SI + Coef_B

Type ANALOG : Analog Channel

RangePeak 2.00000e+001 : Range Peak at SI Unit

Coupling AC : Coupling

END_INFO

BEGIN_DATA

-0.888088584 Data… as many line as “Number of Point


In addition here is an example for a multi channel signal:

File:Export2txt.PNG\250 px