Skip to main content
Version: 2.6

ANDRON Control Driver

Check Installation of Connectivity before setting up HumanOS.

Plugin Configuration

The plugin configuration file is named settings.json located in <install directory>\Config\HumanOS.UHAL.AndronControl\. It contains all global settings of the plugin.

See Generic Plugin Configuration for more details.

Device Information File

The device information file is used to configure the access to the ANDRON hardware. It contains:

  • Id: unique device id (GUID), which MUST match the device license id.
  • DriverId: 93A7CEDD-5463-41D7-93EF-C04460D0B1B6
  • Address: connection address
  • Data Access
  • Alarm Events

See Device Information Model for more details.

Connection Address

The Addresses for ANDRON Controls are

NameDescriptionExamples
EthernetConnection over ethernet. The connection address must start with \\.\\hmc601-wxp-000; \\192.168.1.1

Example

{
"Name": "ANDRON Device",
"Id": "6f007270-ff97-48f8-b1cf-6e0f20e49366",
"DriverId": "93A7CEDD-5463-41D7-93EF-C04460D0B1B6",
"Address": "\\hmc601-wxp-000"
}