08-16-2010 02:53 AM
I am designing an interface and would like to add some buttons to call some subVIs.
However, when I used property node and invoke node, the labview show errors. It displaies that "property node, node not supported in current target". The similar error exists for invoke node. I chose the two nodes from the function in mobile porject mode.
I would like to ask why it can not be used in mobile project but it exists in funciton.
I used Labview 2009.
Thank you!
08-16-2010 03:25 PM
Can you post your code so we can take a look at what you are doing?
08-16-2010 08:23 PM
Have you checked the documentation? There are some properties and methods that are simply not available with certain targets, especially with a mobile target. For example, there are several controls that are not supported by the mobile module, so it's not that far-fetched to think that certain properties and method would simply not be supported.