Hello All,
My company recently got a NI cDAQ-9178 with the NI 9403 module and NI 9923 terminal. I am still learning LabVIEW and I need my program to generate a single low pulse when the pulse wave that is used as a trigger in the PFI0 terminal goes low. It also has to continuously monitor the state of an LED through the NI 9923 terminal. I created a task for both the reading and the writing part. I ran them separately and they work, but when I run them together in the same VI, it gives me
Error -201105
Possible reason(s):
Resource requested by this task has already been reserved by a different task with conflicting settings.
Unreserve any other tasks using this device, or change their settings to be compatible with this task.
I'm not sure how to fix this. The VI is attached. Thanks for any help in advance!