i3X Settings
The following options are available:
Default History Settings
This lets you adjust the normal 'grain' and 'mode' of your historical queries. For example, you may set the system to automatically give approx 1-second resolution data, or 2000 samples of data.
You can also choose between interpolated data (the default), or raw data. If you choose raw data, the resolution settings are ignored.
Default Value Behaviour
By default, ARDI will provide a very minimal amount of information when you ask for property values. For example, asking for a temperature will return '25.53352'.
The includeMetadata parameter will tell ARDI to include significantly more information, covering data type and presentation. For example,
{ "type": "decimal", "value": 25.53352, "units": " Deg C", "min": -20, "max": 45, "places": 2 }
This can be toggled on permanently using the include presentation values option.
Note that this option does not effect subscriptions. Even with this option turned on, subscribing to the live temperature will only return the raw temperature in the value - none of the metadata will be included.