Example AQL Statements

Getting Asset Information

  'Wind Turbine #1' ASSET

Gets asset information about Wind Turbine #1 - Sample

Getting Property Information

  'Speed - Blade' PROPERTY

Gets property information about Rotation Speed - Sample

Getting Relationship Information

  'Powers' RELATIONSHIP

Gets information about the Powers relationship - Sample

Getting All Asset Values

  'Wind Turbine #1' ASSET ALLPOINTS

Gets a list of point values from Wind Turbine #1 - Sample

Getting All Blade Speed Values

  'Speed - Blade' PROPERTY ALLPOINTS

Gets a list of point values from any asset that has the Blade Speed property - Sample

Getting Specific Property Values from an Asset

  'Wind Turbine #1' ASSET 'Speed - Blade' PROPERTY VALUES

Gets a list of Blade Speed point values from Wind Turbine #1 - Sample

Getting AI Values for an Asset

  'Wind Turbine #1' ASSET AIPOINTS

Gets a list of point values from Wind Turbine #1 that would be useful when making a Machine Learning model - Sample

Continue Reading