Skip to content

Use this library in case of creating a new TIA Openness tool. It will provide the basic functionality: analyzing command arguments, connecting to TIA, getting the HMI, etc.

License

Notifications You must be signed in to change notification settings

tia-portal-applications/tia-portal-openness-unified-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unified Openness Library

Getting started

Copy the UnifiedOpennessLibrary.dll to your project and add it to your references. Then you will be able to use it. You can find a demo project how to do this in this repository.

The UnifiedOpennessLibrary contains one class called "UnifiedOpennessConnector". It is a disposable object, so use the "using" declarative to make sure it is disposed (this will dispose the TIA Portal object internally).

After initializing the UnifiedOpennessLibrary, you may access the TIA Portal, its project or other useful information.

You will find all features in the dll documentation, just start coding!

The user can find help by passing this parameter to the exe: -h or --help

About

Use this library in case of creating a new TIA Openness tool. It will provide the basic functionality: analyzing command arguments, connecting to TIA, getting the HMI, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages