Michael Aivaliotis Posted April 12, 2004 Report Share Posted April 12, 2004 I'm trying to create a property node and then associate (link) it to a specific terminal or control. I can't seem to figure this out. Anyone have an idea? I'm using the New VI Object function which creates a default property node but I cannot seem to get further than that. Quote Link to comment
Jim Kring Posted April 12, 2004 Author Report Share Posted April 12, 2004 The "Control.Terminal" property is exposed in: ..\National Instruments\MAX\Assistants\LVCGen\LV70\mxwScript_ClusterConnector.vi Use this to get the terminal reference and then wire it to the property node. Quote Link to comment
PJM_labview Posted April 12, 2004 Report Share Posted April 12, 2004 Michael Here is how I do it (In that case it is linked to a Class Specifier Constant) PJM Quote Link to comment
Jim Kring Posted April 12, 2004 Author Report Share Posted April 12, 2004 The "Control.Terminal" property is exposed in:..\National Instruments\MAX\Assistants\LVCGen\LV70\mxwScript_ClusterConnector.vi Use this to get the terminal reference and then wire it to the property node. And, here's the VI. Download File:post-29-1081781067.zip Quote Link to comment
Michael Aivaliotis Posted April 12, 2004 Report Share Posted April 12, 2004 Thanks for the code examples guys, it will help me in other areas, however what I really wanted was to create a (strict) property node to an existing control. This should not be wired to a reference but implicit. I'm afraid this is not possible with what we know, right? Quote Link to comment
m3nth Posted September 18, 2004 Report Share Posted September 18, 2004 The "Control.Terminal" property is exposed in:..\National Instruments\MAX\Assistants\LVCGen\LV70\mxwScript_ClusterConnector.vi Use this to get the terminal reference and then wire it to the property node. 727[/snapback] How were you able to extract the "Control.Terminal" property from the VI you listed? Quote Link to comment
PJM_labview Posted September 18, 2004 Report Share Posted September 18, 2004 How were you able to extract the "Control.Terminal" property from the VI you listed? 1822[/snapback] NI "patched" all these exposed properties in labview 7.1 installation. So you can re install labview 7.0... or download the attached file (original LV 7.0 NI MAX\Assistants\LVCGen\ folder). Download File:post-121-1095545070.zip Quote Link to comment
FLX Posted September 21, 2004 Report Share Posted September 21, 2004 NI "patched" all these exposed properties in labview 7.1 installation. So you can re install labview 7.0... or download the attached file (original LV 7.0 NI MAX\Assistants\LVCGen\ folder). Quote Link to comment
clbst47 Posted February 18, 2005 Report Share Posted February 18, 2005 Thanks for the code examples guys, it will help me in other areas, however what I really wanted was to create a (strict) property node to an existing control. This should not be wired to a reference but implicit. I'm afraid this is not possible with what we know, right? 730[/snapback] Michael: Did you ever figure this out? I would really like to be able to get a strict property node to a control in a VI from within a subVI *without* creating and passing in the control references from the top-level VI... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.