10-12-2020 10:23 PM
Hi all
I want to get snippet property to set my code,why can't find in Labview2016 or somewhere in,thanks!!
Solved! Go to Solution.
10-13-2020 06:22 AM
Notice that the property nodes are red. That means you are using properties that are deprecated and you shouldn't use them anymore. The FP.Open and FP.Close are now methods that you access with invoke nodes. Same for centering the VI. The origin is actually a Pane property, so you have to get the reference of the from the panel reference.
10-14-2020 12:43 AM
Hi crossrulz
It works,thanks a lot for your help.