LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

conflict of path

how to change the path of a file when you recieve warning that there is a conflict of path ?

0 Kudos
Message 1 of 4
(2,100 Views)

What version of LV are you using?

Are you running the VIs within a project?

 

If yes, you can use the project window to resolve those conflicts.

It sounds like the error/warning occurs because of crosslinking.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 4
(2,089 Views)

Hi Norbert,

 

I am using labVIEW 2012 and in a project structure. I want to change the path from where my VIs are loading. How do I do that. For eg: if they are loading from C/users/Labview and I want to change it to C/documents/ signal. what is the procedure?

0 Kudos
Message 3 of 4
(2,087 Views)

If you refer to LV static dependencies, swap to "files" tab and right click the module you want to move. In the context menu, select "Move On Disk".

If you refer to dynamic dependencies, you have to adopt the code. Still, i suggest you to move the source by the step mentioned above.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 4
(2,084 Views)