code
The Cypher query to calculate AGV utilization is: MATCH (w:WORKER)-[]->(a:AGV)-[]->... RETURN a.id, SUM(dur_proc) / dur_active AS util

Authors

Sources

Referenced by nodes (2)