LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Signal transducing tool on LV

Hello everybody,

I would like to know whether LV is able to be
applied for signal aquisitions with 10 micro
seconds' period or not. This system will be built
using multithread function if what I am just
seeking for is possible.

Additionally, please remember that I am not on
LV programing works right now, but just having
reviews for a certain system with several
solutions including LV applications becase I am
not new to LV.

Does anybody know in detail how little a limit
of processing period is in LV ?
Any help will be greatly appreciated.

Thanks in advance,
Tom
0 Kudos
Message 1 of 3
(2,717 Views)
Hi Tom,
as far as I know this task is not for LabVIEW
but for DAQ board.
Every DAQs have a buffer which allow you to
read and acquire data at the same time.
So if you have a PCI-6070 board or faster
I hope you can solve the problem.

Tom, if you have need to do
something every 10mcs then you
have to think about Operation System.

Best Regards
Mike



Tomoya ITO wrote:

> Hello everybody,
>
> I would like to know whether LV is able to be
> applied for signal aquisitions with 10 micro
> seconds' period or not. This system will be built
> using multithread function if what I am just
> seeking for is possible.
>
> Additionally, please remember that I am not on
> LV programing works right now, but just having
> reviews for a certain system with several
> solutions inc
luding LV applications becase I am
> not new to LV.
>
> Does anybody know in detail how little a limit
> of processing period is in LV ?
> Any help will be greatly appreciated.
>
> Thanks in advance,
> Tom
0 Kudos
Message 2 of 3
(2,717 Views)
LabVIEW and plug in data acquisition cards can easily acquire data with a 10
microsecond period.
with a 100 kHz board, one channel with 10 microsecond period.
with a 1.25 MHz board, 10 channels each with 10 microsecond period.

while you can acquire data at this rate, you will not be able to make a
decision on each point within the 10 microsecond period.
you can collect, scale, display and record the data. You will need to do a
closer analysis of the problem before you would know
if LabVIEW is the right tool. BTW, other high level languages will have the
same issues.

Stu

Tomoya ITO wrote in message
news:3A769B03.D2DD92F@fujitec.com...
> Hello everybody,
>
> I would like to know whether LV is able to be
> applied for signal aquisitions w
ith 10 micro
> seconds' period or not. This system will be built
> using multithread function if what I am just
> seeking for is possible.
>
> Additionally, please remember that I am not on
> LV programing works right now, but just having
> reviews for a certain system with several
> solutions including LV applications becase I am
> not new to LV.
>
> Does anybody know in detail how little a limit
> of processing period is in LV ?
> Any help will be greatly appreciated.
>
> Thanks in advance,
> Tom
>
0 Kudos
Message 3 of 3
(2,717 Views)