All configuration data and parameters within a NETx BMS Core Server project are stored within a workspace. A workspace consists of various configuration files that are read during the start up procedure of the server. These files are all stored within the following directory:
<Install Directory>\NETxAutomation\NETx.Voyager.Server.2.0.UD\Workspaces
Within this directory, each NETx BMS Core Server project and each workspace has its own sub directory where all corresponding configuration and definition files are stored. The name of this directory is identical to the name of the workspace:
<Install Directory>\NETxAutomation\NETx.Voyager.Server.2.0.UD\Workspaces\<Workspacename>
Each workspace directory has the several sub directories that are home for the different workspace files.
Configuration data files contain general configuration parameters that change the behavior of the server functionality (e.g. IP address of the used network interface, . . . ). These configuration data files are stored in:
<WorkspaceDirectory>\ConfigFiles
Datapoint configuration files are used to specify the different datapoints from the field level that shall be accessed by the server. The configuration of the field devices that handle these datapoints is also defined here. The corresponding configuration files are stored in:
<WorkspaceDirectory>\DataFiles
To add additional control functionality to the server, events can be defined. The required configuration files for the events are located within the following directory:
<WorkspaceDirectory>\EventFiles
Logging information that is generated by the server during runtime is located in:
<WorkspaceDirectory>\LogFiles
NETx BMS Client projects are stored within container files which use the file extension ".vxf". These NETx BMS Client files are stored within the following directory:
<WorkspaceDirectory>\ProjectFiles
In cases where the provided event definition mechanisms are not sufficient enough to add more control functionality, LUA scripts can be implemented and executed within the server's environment. These LUA scripts are located in:
<WorkspaceDirectory>\ScriptFiles
General
Content
Integrations