02-15-2007 08:17 AM
02-16-2007 05:19 PM
02-20-2007 08:18 AM
In the application I am trying to write I can not put the sub-vi on the block diagram because I am dynamically calling a different sub-vi with this code multiple times.
Is it possible to use the Get control values function in this method that I am trying?
02-20-2007 08:58 AM
02-20-2007 09:23 AM
02-22-2007 07:33 AM
Hi remenakb,
First of all were you able to get my small example to work. I improved upon the examples and I think now I can see what your trying to do and what troubles you are having. I have attached two programs. One calls the second via VI server, but the Get Ctl property only works when you have stopped and restarted the second (called VI). The Get Ctl property seems to be working as intended, but if you think differently please tell me why.
02-22-2007 08:14 AM
02-23-2007 03:50 PM
Hi remenakb,
I am not sure how that can be done.
Also I am not really sure what the application would be. Normally if you want to choose between subVIs you would just use a simple case structure. Could you build a small concept design of what oyu want to be able to do?