Skip to content

Instantly share code, notes, and snippets.

@neerajnagi
Last active September 13, 2016 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neerajnagi/5593ddf80dbc84024c3b81d3353f9dd6 to your computer and use it in GitHub Desktop.
Save neerajnagi/5593ddf80dbc84024c3b81d3353f9dd6 to your computer and use it in GitHub Desktop.
Gauge Router
[
  ["Custom.*", "Blower",
    ["Blower Vibration CUSTOM"]
  ],
  ["VPDB.*", "Blower", 
    ["Blower Vibration VPDB","Filter Status VPDB", "Oil Check VPDB", "Oil Overfill Indicator VPDB", "Belt Tension VPDB"]
  ],
  ["SVP.*", "Blower", 
    ["Blower Vibration SVP","Filter Status SVP", "Oil Check SVP", "Oil Overfill Indicator SVP", "Belt Tension SVP"]
  ]
]

####1) match model and subassembly and get the function list ####2) eval all of them with common JSON and pass the result under that subassembly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment