01-30-2013 12:57 PM
I'm trying to bring a test up-to-date, it was originally in 8.6 and I've brought it into 11, also I can't work on it on the system where it runs. (it's heavily utilized)
I've exported and imported the MAX settings from the old system to my system
the VI shows the broken arrow and says the DAQmx write is broken, however if I open the DAQmx write it doesn't show the broken arrow and works fine, no errors.
I tried deleting and reapplying the call to the DAQmx but I get the same error, reads don't have the problem.
I also tried opening a new project, same results, VI with DAQmx write shows the broken arrow, DAQmx doesn't
the original app writes to a NI PCI-6250 which I don't have in the my system, If I do a DAQ Assit the 6250 shows up, which in my mind means the import of the MAX settign has worked, device also shows up in MAX, but the DAQ assit VI is also marked as broken by the VI.
using LabView 2011 SP1 and DAQmx 9.4, win 7 is the OS
anyone have a idea of what I'm doing wrong?
Solved! Go to Solution.
01-30-2013 03:35 PM
Try right-clicking on the DAQmx write VI on the block diagram and select Open Polymorphic VI. This will show you all the instance VIs and flag the ones that are broken.
Mike...
01-30-2013 03:43 PM
Thanks Mike,
Showed which one was failing, it was failing to compile for some reason.
removing it(might bite me later, but thats OK) fixed the issue thank you
-Doug