09-16-2018 08:48 PM
09-16-2018 11:15 PM
Timing functions, case structure.
If you'd like more specific answers, ask a more specific quesiton.
09-17-2018 06:04 AM
@akv103 wrote:
How to record the data at every 50ms?
What data? How are you acquiring this data?
09-17-2018 07:08 AM
It always "helps us to help you" if you provide some code (actual VIs are best), as this will answer several "unknowns" -- what Version of LabVIEW are you using, what do you mean by "record the data", where are "the data" coming from (are you "acquiring" it from hardware, simulating a process in software, etc.). It can also give us a hint as to your level of LabVIEW Experience (so we don't start talking about Actor Framework to someone who has never used LabVIEW before ...).
So, what data? Where are you getting this "data"? Is hardware involved? [And the other questions/suggestions mentioned above ...]
Bob Schor
09-17-2018 08:28 AM - edited 09-17-2018 08:29 AM
@akv103 wrote:
How to record the data at every 50ms?
Use hardware.
Paper, pencil and a fast hand.
Sometimes you can get silly responses to vague questions
09-17-2018 10:59 AM - edited 09-17-2018 11:01 AM
Here's some pseudocode to get you started:
As everyone has said, we need a more detailed question to give a more detailed answer.
09-17-2018 08:00 PM
Since I'm having low skill in LABVIEW I couldn't give explain my issue earlier. Here my detail problem:
I want to get the input signal from 2 channels: 1.Position 2.Current (NI9239)
Version used: LABVIEW 2016
Objective: I want to record the signal from both channels using DAQ without sampling rate and record at every 50ms.
09-17-2018 09:17 PM
What exactly do you mean by "without sampling rate"? And what do you have against it?
Acquire data in a loop. Put in a wait function for a 50 msec wait.
09-17-2018 09:30 PM
Hi RavensFan,
When initializing DAQ in LABVIEW I have to provide the sampling rate and the number of samples.
But in my case, I have to collect data without the sampling rate and the number of samples.
09-17-2018 09:58 PM
@akv103 wrote:
Since I'm having low skill in LABVIEW I couldn't give explain my issue earlier. Here my detail problem:
I want to get the input signal from 2 channels: 1.Position 2.Current (NI9239)
Version used: LABVIEW 2016
Objective: I want to record the signal from both channels using DAQ without sampling rate and record at every 50ms.
You may be new to LabVIEW (And this is beginning to sound like a homework assignment that you don't really understand) but, we still need some basic information.
What have you tried so far? Show is your CODE! Where are you stuck?
Help us help you