02-16-2011 09:01 AM
Is this possible? Or maybe register a LV vi within a CVI callback such as CNVCreateSubscriber
02-17-2011 11:04 AM
I am not sure what your end goal is, but I dno't beleive this is possible. Some potential ways to accomplish what you are looking to do would be to use data sockets from the CVI program to the LV program, have an event structure in the LV program waiting on the change value event of a boolean network shared variable and change the value from the CVI program, or build the LV program into an executable or dll that you call from CVI.
Hopefully one of these will be a workaround to what you are trying to accomplish. Good luck
02-17-2011 11:29 AM - edited 02-17-2011 11:36 AM
Hi,
just two notes concerning the suggestion of using data sockets:
Wolfgang
PS: It might be of interest to NI that the documentation in CVI2010 is outdated: its help still lists all DS functions...