nageswar Posted August 3, 2011 Report Share Posted August 3, 2011 I am new one to Labview . my requirement is to programmatically generate the subpanel control using labview scripting. i could not do connections between invoke node and subpanel. can any one suugest/guide me for this see the attachment , i want to generate the block diagram programmatically Quote Link to comment
jgcode Posted August 3, 2011 Report Share Posted August 3, 2011 Hi nagewar You should wire ur errors and check the result. Is the path to Open VI Ref valid? If so, you will most likely find that the VI is not in a state that can be inserted into a subpanel. Change the execution order - insert the VI into the subpanel, then try running it. Cheers -JG Quote Link to comment
nageswar Posted August 3, 2011 Author Report Share Posted August 3, 2011 Hi nagewar You should wire ur errors and check the result. Is the path to Open VI Ref valid? If so, you will most likely find that the VI is not in a state that can be inserted into a subpanel. Change the execution order - insert the VI into the subpanel, then try running it. Cheers -JG thank you for your reply. my problem is i able to create all the blocks on BD and inter connected except the input of subpanel(VI Ref) with output of invokenode(reference out). error is 1063 specified terminal not found on the object(invoke node). Quote Link to comment
jgcode Posted August 3, 2011 Report Share Posted August 3, 2011 thank you for your reply. my problem is i able to create all the blocks on BD and inter connected except the input of subpanel(VI Ref) with output of invokenode(reference out). error is 1063 specified terminal not found on the object(invoke node). Sorry, misread your post. What I wrote was wrong anyways, I meant you to say you get an error (#1144) if the VI FP is open and you try inserting the VI. Nevermind 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.