06-28-2021 01:07 PM
Hello! I am picking up this project from a previous student, and I wanted to start by replacing DAQ Assistants with basic DAQ functions, as well as implementing a producer-consumer architecture. I was successful at the latter and replacing the DAQ Assistant for reading, but I was having trouble with replacing the Write functions. I read through the documentation, but for some reason what I am trying is not working. I am well aware that the overall layout and use of sub VIs are clunky, but I will also work on that. This is my first time posting, so please feel free to let me know if I am missing anything in terms of etiquette or if any additional details are needed.
06-28-2021 02:14 PM
Hi ayhassan,
@ayhassan126 wrote:
I was having trouble with replacing the Write functions. I read through the documentation, but for some reason what I am trying is not working.
Right-click the DAQAssistent and choose "Open frontpanel" (or other options like "Generate DAQmx code")…
It also helps to read the DAQmx basics article!