Quickstart
Installation
To use the Twinpack Package Manager, follow these steps:
- Download the latest installer.
- Select the IDEs, which Twinpack should be installed for.
- Click on "Install".
- Follow the on-screen instructions to complete the installation.
Installation parameters
The Twinpack installer supports for parameters to run a silent installation
/SILENT
can be used to switch the installer into 'silent' mode, where no user interaction is required. With this argument, the following additional arguments can be used to configure the setup/CLI
install command-line utilities in the (default) installation folder (C:\Program Files (x86)\Zeugwerk GmbH\Twinpack
)/TCXAE15
integrate Twinpack into TcXaeShell 32-bit/TCXAE17
integrate Twinpack into TcXaeShell 64-bit/VSIX15:0
integrate Twinpack into 32-bit versions of Visual Studio (e.g. Visual Studio 2017)/VSIX17:0
integrate Twinpack into 32-bit versions of Visual Studio (e.g. Visual Studio 2022)
Using a Package
To install a package, follow these steps:
- Open a TwinCAT solution and navigate to a PLC.
- Right click the References item of your PLC
- Click 'Twinpack Catalog...'
- Browse or search for the desired package.
- Click on the package to view details.
- Click on the "Add" button to install this package and add it to the referenced libraries.
- Wait for the installation process to complete. If you are installing packages from a contributor for the first time and these packages come with a license you will be asked to confirm their license agreement in order to advance.
- Twinpack automatically installs the package, including all depending libraries, on your System and adds it as a reference to your PLC.
- Follow the library documentation or instructions to incorporate its functionality into your project.
Share a Package ...
There are multiple ways to publish a package on Twinpack and you can chose how you want to publish your packages depending on how you want to create releases.
with the Twinpack Registry
The most straight forward way to publish a package, which you release on GitHub anyway, is to use the Twinpack Registry.
- Create a Pull Request in which you add your repository to the
repositories.txt
file, similarily to this commit. - No other action is needed, there is a workflow in the twinpack-registry repository, which automatically uploads all libraries found in the latest release for all repositories on this list.
with a GitHub workflow
If you have a CI/CD environment it can be benefical to you to upload your package by using the Twinpack Commandline interface (see the TwinpackCli
project in Twinpack). For GitHub, we tried to streamline this process as much as possible by providing a GitHub action, which will do this for you, see twinpack-action for details.
Note, if you don't have your own CI/CD environment, this action can be used to implement CI/CD on the Zeugwerk CI/CD environment, unlike Twinpack we can only provide this environment free of charge in a limited amount (at the moment 30 buildactions / month)
manually in your IDE
This is the most straight forward way to publish a package if you want to publish your library directly from your IDE
- Open a TwinCAT solution and navigate to the PLC library you want to share with the community.
- Right click the PLC item and click 'Twinpack' -> 'Publish ...'
- In the dialog, which opens, fill in the information describing your package.
- Distributor (mandatory): The name you enter here will be exclusively associated with your Twinpack Account, and it will serve as a unique identifier for all your upcoming packages.
- Version (mandatory): This is the initial version of your package. Once you publish your package for the first time, you have the flexibility to release newer versions in the future.
- Other fields are optional
- Click publish to make Twinpack
- Check all objects of your library
- Upload the library as a package to the Twinpack server making it available for the community
After the initial upload of your library as a package, you may publish newer versions of your library or you can also modify the current version by right clicking on the PLC item and then on 'Twinpack' -> 'Modify...'. Users of Twinpack will be notified whenever a newer version is available in the Twinpack Catalog.