08-03-2024 06:59 AM
Hi, what I need is simply a labview VI that would take analog voltage input and then output it straight away without any modification. I am using PCIe-6363 with a BNC-2110.
I am not very good at labview so I hoped to find something in the examples, but as far as I can tell it doesn't exist, is my best bet to try and stitch together input and output examples?
08-03-2024 10:19 AM
So basically you want a VI that simulates a wire? 😮 What else does it need to do?
08-03-2024 10:55 AM
@hetag wrote:
Hi, what I need is simply a labview VI that would take analog voltage input and then output it straight away without any modification. I am using PCIe-6363 with a BNC-2110.
I am not very good at labview so I hoped to find something in the examples, but as far as I can tell it doesn't exist, is my best bet to try and stitch together input and output examples?
So you want to capture a signal using 6363's AI and just send it out without modification on 6363's AO?
Sure, you can, but there will be a "delay" as there is overhead to read the analog signal, and write back the analog signal to the DAQ.
08-03-2024 11:49 AM
@hetag wrote:
Hi, what I need is simply a labview VI that would take analog voltage input and then output it straight away without any modification. I am using PCIe-6363 with a BNC-2110.
You want to know how LabVIEW deals with hardware such as the PCIe-6363. [I'm not sure precisely what this is, but I'm pretty sure it is a card that plugs into the PC backplane and provides a variety in inputs and outputs, probably including Analog and Digital Inputs and Outputs.]
LabVIEW has a sub-system called DAQmx for handling data acquisition and signal generation hardware such as the PCIe-6363. If you do a Web search for "Learn DAQmx", you will probably find a link to "Learn 10 Functions in NI-DAQmx and Handle 80 Percent of your Data Acquisition Applications".
Here are my suggestions for getting started:
Bob Schor