09-23-2010 12:54 AM
I have a program that uses the DAQmx trigger properties to set the digital filter settings for a DAQmx reference trigger. This works fine. I now need to compile because the machine that is connected to the hardware only has a evaluation copy of LabVIEW. When I bring the code to my laptop the reference trigger options are not showing up and the VI is broken. I cannot compile. I am in a real bind because the evaluation period is almost up.
09-24-2010 01:14 PM
Hi Rammer,
What versions of the DAQmx driver do you have on the two different computers?
I have DAQmx 9.1.5 and would have the same results as you. There is not a property for the Digital Filter on the Digital Edge Reference trigger. That is why it is breaking. Notice that the property node has black elements rather than the colored data types. That signifies that it is an invalid property.
Best regards,
09-30-2010 08:08 PM
The machine has 9.2. My laptop had 8.9.5. Seems weird that this property was just added to the driver. I will download the latest driver 9.2.1 and try.
10-01-2010 08:57 AM
The logging feature was added as a new feature in NI-DAQmx 9.0. We are constantly working to add new functionality and features to our NI-DAQmx driver.
10-04-2010 04:38 AM
Strange that it was not seen with 9.1.5. The machine has 9.0.2 the shipping version with 2009 SP 1 and it has it. Will things come and go like that?
10-04-2010 10:08 AM
Properties should never come and go. I believe something different is happening on Bryan's machine.