
sts123
Members-
Posts
27 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by sts123
-
I have this .vi that uses a multiple tasks, and recordings are saved into separate files for each tasks. Each task is meant to be recorded with different acquisition rates. From data postprocessing I realized that each task data are not time-synced. Is there any quick solution to fix this issue with my .vi? RR_Trigs_1.vi
-
You were right. How I could check if the there is not samples missing in-between splitting? This is my exporting vi: to_Asci_3_range_2.vi
-
Converting data file from TDMS to TXT - time format and headers.
sts123 replied to sts123's topic in LabVIEW General
It does not throw the names as expected. to_Asci_3_range_2.vi -
At the moment, when the tdms i split, every individual fiel has time stamp reset to 0 at the start. Is is possible to do it the way that each file has time stamps that are continuing without disruption right from the beginning?
-
Converting data file from TDMS to TXT - time format and headers.
sts123 replied to sts123's topic in LabVIEW General
Any thoughts how can I add header to the file, that are the same name as channels names in the Task? -
I've done it like this. Not sure if this is efficient and can avoid missing samples during split. I am using high sampling rates. RR_Spliting_2.vi
-
Converting data file from TDMS to TXT - time format and headers.
sts123 replied to sts123's topic in LabVIEW General
This worked as intended. Many thanks. -
Converting data file from TDMS to TXT - time format and headers.
sts123 replied to sts123's topic in LabVIEW General
Not sure what that is. Can you please guide me? -
Converting data file from TDMS to TXT - time format and headers.
sts123 replied to sts123's topic in LabVIEW General
I tired using Format into string, but then the result text file includes time stamp 4 times for each line of data, instead of doing just once. -
I have this .vi that converts the .TDMS to ASCII. However at the moment the time format is "00:00.000001 5.2041 0.2388 -0.0004 0.9106" for each line. How can I make it in seconds in scientific format so the data will show as "1e-6 5.2041 0.2388 -0.0004 0.9106"? Also how can the headers be added into the ASCII file? to_Asci_2.vi
-
Software Trigger with Case Structure and Signal Value Input
sts123 replied to sts123's topic in LabVIEW General
They use the same channels. OK, thanks. Good to know I cannot run two task with same channels simultaneously. -
Software Trigger with Case Structure and Signal Value Input
sts123 replied to sts123's topic in LabVIEW General
Thanks for the .vi. Seem like the notifier is being passed to the new loop, as new .tdms file is created, but the loop inside the case structure is not being executed, hence the data is not being written into that file. The count stays at 0. -
Software Trigger with Case Structure and Signal Value Input
sts123 replied to sts123's topic in LabVIEW General
Not sure if I understand... I want the loop when meets condition not to stop but carried on. At the moment there is an "OR" block that is connected to the LED and to the stop loop. -
Software Trigger with Case Structure and Signal Value Input
sts123 replied to sts123's topic in LabVIEW General
Would it be possible, not to stop the recording of the low sampling rate, while the high sampling rate is also recording after the trigger? -
Software Trigger with Case Structure and Signal Value Input
sts123 replied to sts123's topic in LabVIEW General
This is great. Many thanks for your help. All makes sense. -
Software Trigger with Case Structure and Signal Value Input
sts123 replied to sts123's topic in LabVIEW General
Not sure if this is the right way of doing it. R_R_9_MTDS_Split_Rec_trig.vi -
Software Trigger with Case Structure and Signal Value Input
sts123 posted a topic in LabVIEW General
Hi I want to create a logic to trigger an event with Case Structure block with Greater Than block, where the "x" value for the Greater Than is input coming from one of the channels value. I used Get Waveform Components to extract the "Y" value from waveform and wanted to use this as an input into the "x" for Greater thank block, however Case Structure does not accept this type. Any thoughts? -
So effectively I want to create a variables with file path and samples number.
-
In task there is the option to split the file by spanning multiple files over the given number of samples. Any chance I can do this with the LabVIEW code, so I have control over the file names and samples per file? R_R_9_MTDS_2.vi
-
Sampling in TDMS file doesn't match the sampling rate set
sts123 replied to sts123's topic in LabVIEW General
a -
Hi, I have this .vi project where I acquire data from the NI-Module and save it to TDMS. The acquisition rate for the TDMS is in the Resample Waveform block. However when I examine the TDMS in excel it does not match the expected number of samples recorded based on the chosen acquisition rate. I also tested it without the Resample Waveform block, when the rate is directly set in the Task, the TDMS again does not match the expected rate. Any thoughts? Regards R_R_9_single_channel_1.vi