08-23-2006 04:44 AM
08-23-2006 05:13 AM
08-30-2006 12:47 PM
06-05-2007 10:53 AM
06-05-2007 11:50 AM
03-20-2008 10:54 AM
Is this the only approach for this situation? I currently am working with dozens of sequences that virtually every step has a unique VI as it's code module. Is there a method for the step class that will allow me to programmatically reload the modules of steps when the code modules change?
It would be a considerable effort to convert each step to a custom step type and use the post-step action.
thanks,
Quintin
03-20-2008 10:58 AM
03-20-2008 11:05 AM
Thanks Allen,
Right as you replied I was reading one of your other posts (http://forums.ni.com/ni/board/message?board.id=330&view=by_date_ascending&message.id=9864#M9864) that details the process of obtaining the LabVIEWModule object. That should get me where I need to be.
Thanks again,
Quintin
04-01-2008 05:23 PM
04-02-2008 06:50 AM
Yup sure was,
In my application I don't want to auto reload the prototypes, I just want some indication if steps in a sequence need reloaded so I used the IsPrototypeIncompatible property to determine this.
thanks,
Quintin