FAQ_DAQNaviAssistantViInLabVIEW
FAQ_DAQNaviAssistantViInLabVIEW
Digital Input
Step1: Configure the VI
Create a DAQNavi Assistant VI.
After you installed SDK, you will find DAQNavi VI in Measurement I/O as below picture.
Page 1
Double click the DAQNavi Assistant Vi, the Wizard will show and you can use it to configure PCIE-1810’s
settings. First, choose DIO function. And select your scenarios with “Static DI”.
Then pick your device which is plugged in your PC. You can also pick DemoDevice to test this function.
You can configure its port direction and choose which port you want to read from. In this example we read
port2. After these are finished you’ll get the summary of your settings then click on Finish.
Page 2
Step2: Configure the system
After finished the settings, right click the data-out pin to create an indicator which would show DI status in
front panel.
If you want to update the status every 100ms, you can also add some flow control tools:
1. Create a while loop.
2. Add a timer which would count to wait 100ms.
3. Add a button to stop while loop.
Page 3
Digital Output
Step1: Configure the VI
Create a DAQNavi Assistant Vi. It is similar as the settings in digital input.
Page 4
Choose which port you want to control with. In this example we would like to control port1.
Here port1 to port2 are connected together physically so you can see that when DO output is changed, DI status
should also be changed.
Page 5
We also provide an error output pin to show the error code when there’s any problem.
For example, if there is no device in your PC, you will receive a error code like below picture.
Page 6
Analogue Input
Step1: Configure the VI
Create a DAQNavi Assistant VI and choose Analog Input function.
Page 7
Set your connection type and value range type.
Set the data-ready event to be generated after how many samples are crabbed.
Page 8
Step2: Configure the system
1. Create a while loop.
2. Add a button to stop while loop.
3. Create a waveform graph to show the data.
4. Connect the stop-pin to the loop condition.
After that, you can see the data show in the graph.
Page 9
Analogue Output
Step1: Configure the VI
Create a DAQNavi Assistant VI and choose Analog Output function.
Page 10
Set its value range.
Page 11
Set samples.
Page 12
Double click on simulate signal VI, you can determine the wave parameters.
Reference:
For more information, please launch the website:
Adam Forum
http://forum.adamcommunity.com/forumdisplay.php?fid=279
Page 13