04-11-2006 03:21 PM
04-12-2006 08:18 AM
When you open a VI and source control is configured, LabVIEW queries the provider (i.e. Clearcase) to get the status of the file (is it checked out, in, etc) and its hierarchy. So what you are seeing is expected. 95% of the time when network connections and traffic are operating at full steam, you don't notice the communication. But when network traffic is loaded or the connection to the provider's server is lost, you see the behavior of LabVIEW "hanging" waiting for a response from the provider.
There is currently no mechanism to prompt during user operations for new connection information. If the configuration changed, you need to update the settings in the Source Control options page (via Tools>>Source Control>>Configure Source Control).
04-12-2006 08:48 AM
Thanks for the reply.
I am using LabView 7.1 which from what I understand does not have built in support for ClearCase, therefore I do not have source control configured with regards to LabView. What I have done is set up my VI search path to point at the my ClearCase view/vob. Thus what I would expect is that when it tries to find the subVI using that search path which is no longer there, it would prompt me for a new location. Something else I have done was to remove the clearcase view from the VI search path and replace it with a local drive search path. This didn't seem to work either, LabView still hung until I restored my network connection at which point it woke up and started looking for subVIs. Note that while it was "hung" I couldn't even kill the process thru windows task manager, it remained in the process list until the connection was restored at which point it ended. I understand that LabView 8 does support ClearCase as a source control provider. From what you have explained there is no timeout in the wait for response from a source control provider?
04-12-2006 09:26 AM
04-12-2006 10:04 AM
Yeah, I should have stated that I was using 7.1 sorry about that. However, I have since upgraded to 8.0.1, and still have the same problem. Note that I have not configured source control in version 8 either (from your post not sure that it would matter). I had my suspicions about clearcases involvment as well and I have actually gone off already and done what you said to try, that is load the VIs on a machine which doesn't have clearcase installed, and its seem to be OK (I am prompted for the location of the subVIs). I am going to talke to our clearcase admin to get some insight into what might be going on.
Thanks again for the reply.
08-19-2010 04:06 AM
Can you guys throw some light on how to add labview files in Clearcase View?