NASA-AMMOS / AIT-GUI

MIT License
24 stars 12 forks source link

MCT Adaptation query issues: Batching <Cubesat issue> #209

Open mudinthewater opened 3 years ago

mudinthewater commented 3 years ago

The OpenMCT Adaptation does not support query by batching. Browsers limit queries to 6 at a time, so any plot or group of plots with 6+ channels will be blocked waiting for previous channel returns. Typical batching parameters look like this:

    domainObject.dict,
    options.strategy,
    options.size,
    options.start,
    options.end,
    options.domain

Each option represents a unique type of query in MCT that may be batched with other queries.

asitang commented 3 years ago

It is an issue with the AIT_integration.js rather than OpenMCT itself.