LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello! I need help witt my student project.

I had to make virtual digital ocilloscope - with:

-Up to 4 channels selection

-Sampling frequency (10 - 100Hz) (for DC signals)

-Number of samples per cycle (100 - 1000 samples)

-Trigger

 

It works with my NI-PCI-6229 card, but now I have to make it work with Advantech PCI-1711 card.

Any help?

0 Kudos
Message 1 of 2
(2,221 Views)

Each and every one of the DAQmx functions will have to be replaced with Advantech functions. It's unlikely that there would be a one to one relationship. You will have to study the Advantech functions in it's library.

 

Your VI is also setup to perform only a single acquisition unless you use the Run Continuous button. Do NOT use this special debug mode for operation. Put a while loop around your code.

0 Kudos
Message 2 of 2
(2,216 Views)