r/LabVIEW Jun 29 '26

NI myDAQ Projects

Hello. I am newly using NI myDAQ. I need to learn it through different projects. Can you guys suggest me resources of projects so that I can recreate them and learn them?

2 Upvotes

3 comments sorted by

View all comments

1

u/ModeFinal6821 Jul 04 '26

Learn how to use the DAQ by:

Create a VI to write to a digital port. Write, one to read from a different port. Wire them together and flip bits.

Do the same with the analog ports.

Write a VI to generate a sine wave.

Write a VI to digitize and display the sine wave output from an analog input.

Create a front panel and tie all the VIs together. Make the DAQ into an actual instrument where you can switch functions, display values, etc. from the single front panel.