====Selector Queries====
This type of Grafana query allows you to use an ARDI selector to get points from the ARDI server.
See the [[selectors:start|selector documentation]] for more information about how selectors work. Examples appear below.
===Example Selectors===
My Machine.Temperature
//The Temperature property of My Machine//
My Machine}:Vibration
//The vibration amount of any item inside My Machine//
@Pump.Current
//The amount of power (current) being used by pumps across the system.//
.Temperature - Target.Temperature - Actual
//All assets with both a Target and Actual temperature//.
===See Also===
[[Current Point]] \\
[[Point]] \\
[[Query]]