Skip to content

belcher-rok/plant-sample

Repository files navigation

FactoryTalk Vault Quick Start

This repository contains a two sample solutions. Blah blah...

Repository Organization

You are free to organize your repository in any manner you choose with one exception: the .vault folder must exist at the root of the repository.

This example uses folders to group related content as shown below:

.
├─ .vault           # Contains FTVault specific content.
│  └─ vault.yaml    # Describes the structure of this repository to FTVault.
|                   #   See the 'Resource' section for more information.
|
├─ line_abc         # Contains an example solution
│  ├─ src
│  │  ├─ abc.acd    # A LogixDesigner project
│  │  └─ machines   # Contains a FTDS project
│  |     └─ ...
│  ├─ tests
│  |  └─ sim.e3d    # An Emulate3D project
│  ├─ drawing       # Contains an ePlan project
│  |  └─ ...
│  └─ docs.pdf      # Misc files
|
├─ line_xyz         # Contains another example solution
│  └- machine1.acd
│  └- machine2.acd
|
├─ shared           # Contains content shared among the solutions
│  └─ mixer.acd
|
└─ README.md        # This file

Resources

FactoryTalk Vault

Learning git

Graphical interfaces for git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published