Skip to content

ZEISS-PiWeb/PiWeb-Import-Sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZEISS PiWeb-Import-Sdk

Build on develop License Nuget

The PiWeb-Import-Sdk is the basic framework for creating your own import plugins for the PiWeb Auto Importer. By creating plugins, it is possible to automate the data import of your own custom file formats or even import data from other sources like REST-APIs or databases.

What is the PiWeb Auto Importer?

The PiWeb Auto Importer is an application of the ZEISS PiWeb software. PiWeb applications enable the management, provision and evaluation of measurement data typically encountered in the field of industrial measurement technology.

The measurement data to manage, however, is provided by sources like measuring machines. To make such measurement data available for evaluation in PiWeb applications, it needs to be imported from its source into the PiWeb data backend. Most commonly measuring machines output their measurements as files in the file system. In this case, the Auto Importer can be used to automate the import and backup of such measurement files as soon as they appear. It provides a configuration UI and can be setup to run either as an application in the background or even fully automated as a Windows service.

Why write an import plugin?

While the Auto Importer has built-in support for most common file formats of measurement data, it does not know how to handle more customer specific file formats. Plugins can be used to add seamless support for such custom formats while still leaving the tasks of file detection, file backup and windows service management to the Auto Importer.

Another use case for writing plugins is importing data from sources other than files such as rest services or databases.

How to write an import plugin?

Getting started is as easy as creating a new C# project in your favorite IDE, adding a plugin manifest and linking the Zeiss.PiWeb.Import.Sdk NuGet. To make this even easier, we provide a project template you can use as a starting point. More detailed information about this can be found in our import plugin documentation.

Learn more

  • More information about the ZEISS PiWeb software can be found on the PiWeb homepage.
  • Our import plugin documentation explains how to write plugins.
  • The PiWeb domain model explains how data is structured in the backend. Import plugins create import data structured like this.
  • The PiWeb-API is an open source implementation of the REST-API provided by the data backend. It may be used within import plugins if direct access to the backend is required.

About

An SDK that allows creating plugins for customized data import to PiWeb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages