LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Simulated Device Behavior

Reading through some forums, it seems like this might be undoable, but here goes.  I'm developing a program for use with a USB-6221 BNC for a group across the country.  I have various tasks that can be initiated from digital inputs, as well as front panel controls.  When I send the unit back, I'd like to be able to support any problems or suggested changes desired.  I've set up a simulated device, with the same tasks as my actual device, but because the DI signals are counting up, the events are being continuously triggered which will not happen during actual application of the program.  Is there a way to set the simulated device, so that I will be able to run the program without the device connected and have all digital inputs set to zero.  If not currently available, what is the likelihood of something like this coming down the pipeline.

 

Thanks,

Sam

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

Hi Dene,

 

 

Instead of Simulating a Hardware, you can use case structure with an option of Development / Test Mode.

In Test Mode u can have Daqmx sub vi's to acquire / output a signal and in Development mode u can have your own lookup table.

 

 

Rgds,

Venky

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