LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to test written code without a card installed?

I am working from a pc that does not have access to the instrument set up.  I have written the code for a pcie-6343, is there anyway to test the software without the card installed?

 

Thanks

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

Hi,

 

You can surely write simulated data to test the algorithm of your code by disabling the hardware portions of your code; and give the main chunk of your code 'expected data' and see how if it gives desired results.

 

If you would like to run your code with the hardware portions enabled,  you could create a 'simulated device' under Measurement and Automation Explorer -> Devices and Interfaces, right click 'Create New' and select simulated device.  The PCIe-6343 can be found under X series.  If you cannot see the specific card, you might need to upgrade your DAQmx drivers.

 

Hope this helps.

 

Cheers,

Ken

Message 2 of 2
(2,227 Views)