FactoryTalk Studio Change Default Project Directory

dsait

Member
Join Date
Dec 2016
Location
edmonton
Posts
17
Does anybody know if it is possible to change the default project folder for FactoryTalk Studio ME projects?

Running FactoryTalk Studio ME version 9

I have a NAS hooked up to the network and would like to move the studio projects there as well if it is possible.

Thanks in Advance
D
 
I have this same question but I see the original poster didn't get any replies.

I access all my automation project files through OneDrive so I can open the projects on multiple machines but I can't find a way to do this with FactoryTalk View Machine Edition.

Does anyone know if there's a way to change the location of the projects folder so it can be in a shared and synchronised location such as a OneDrive folder?
 
Found a way to do it with symlinks

I know this is a very very necro of this post, but it's the first result on google for the topic:


You can do this with windows symlinks.



Copy your HMI files to where you want them to live. (Also make a backup)


Open powershell as an admin and move to the parent directory of where you HMI projects were.

Use the command:

New-Item -ItemType symboliclink -Path "HMI projects" -target "\\vmware-host\Shared Folders\*******"

Path will most likely stay "HMI projects" your target should be where you placed your new file. Mine are shared between my two VMs, so I put them in that share. Yours could be a NAS device, network share, whatever.

Enjoy.
 
WOW That's amazing !!

I know this is a very very necro of this post, but it's the first result on google for the topic:


You can do this with windows symlinks.



Copy your HMI files to where you want them to live. (Also make a backup)


Open powershell as an admin and move to the parent directory of where you HMI projects were.

Use the command:

New-Item -ItemType symboliclink -Path "HMI projects" -target "\\vmware-host\Shared Folders\*******"

Path will most likely stay "HMI projects" your target should be where you placed your new file. Mine are shared between my two VMs, so I put them in that share. Yours could be a NAS device, network share, whatever.

Enjoy.

Maveric100 that's perfect solution !
Thanks a lot it works very well
 

Similar Topics

I need to add a pop-up display to an existing PanelView Plus program. However, I'm not understanding what I need to do with the Global Connections...
Replies
2
Views
4,090
I am replacing a PanelView Standard with a PanelView Plus 7. The application is used for our production lines to order supplies from our...
Replies
1
Views
3,248
I've copied a factorytalk gui from another system. The tags all point to the PLC name from the other system. The two PLCs will have a lot of the...
Replies
10
Views
10,440
Hello, I'm new to the forum here, as well as new to all of this FactoryTalk Allen-Bradley stuff. I'm normally a mechanical guy from the solidworks...
Replies
0
Views
12,858
Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
113
Back
Top Bottom