03-05-2012
10:36 PM
- last edited on
06-12-2024
08:10 AM
by
Content Cleaner
OK, John, I am getting closer. Thanks for the lead to the "this KB" However, I am getting something that does not appear to match the content there. See the attached screen shot where I am trying to create the property channel node. I can create it and select Period-DigitalFilter-Enable, but, the arrows that display are OUTPUT arrows, but, in the "this KB" (arrows right direction) the arrows are input functions. What am I missing here?
Should I be creating input or outputs on the property channel node? The instructions appear to show inputs, but, I cannot see how to configure them as inputs.
Thanks,
Dave
03-06-2012 04:40 PM
Hi Dave,
In LabVIEW, the arrows on the right indicate you are reading from the property, and arrows on the left indicate you are writing to the property.
Since you want to set the value of the property (rather than query the current values), you will need to change the property to Write. You can do this through the right-click menu:
Best Regards,
03-22-2012 10:20 AM
That works! Thanks.