The Field Data Framework for AQUARIUS Time-Series provides an SDK which can be used to develop custom field visit file parsers to work with AQUARIUS Time-Series 2017.4-and-higher.
If you find yourself here because you need to install a plugin on your server, then you should use the System Config page to install the plugin.
Many plugins come pre-installed, and simply need to be enabled using the System Config page.
You can skip reading the remaining sections below, since they are intended for software developers using the framework to developer their own custom field data plugins.
Each release of the framework also includes some tools useful to AQTS customers, without requiring any programming knowledge.
This framework is available as a NuGet package.
PM> Install-Package Aquarius.FieldDataFramework
Adding the Aquarius.FieldDataFramework
as a dependency to your .NET project will install:
FieldDataPluginFramework
assembly, which contains the IFieldDataPlugin
interface every plugin must implement.PluginTester.exe
tool, useful for testing your plugin from within Visual Studio.PluginPackager.exe
tool, used during a build process to package your plugin into a single *.plugin
file for easy deployment.A developer guide is available here.
See the Wiki for answers to common questions.
Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
See Contributing.