Sepasoft MES Module Suite
system.mes.analysis
The system.mes.analysis scripting functions provide a powerful, programmatic method for dynamically managing custom components within the MES Analysis Engine.
system functions
- deleteMESAnalysisSettings
- registerCustomDataConnection
- createCustomValueCalculator()
- createMESAnalysisSettings
- createCustomValueSource()
- createCustomDataConnection()
- getMESAnalysisSettingsList
- invalidateAnalysisCache
- notifyEquipmentDataChanged
- registerCustomValueSource
- getFilterOptions
- getGroupByOptions
- getOrderByOptions
- getDataPointOptions
- executeAnalysis
- saveMESAnalysisSettings
- getMESAnalysisSettings
- getFilterValues
- registerCustomValueCalculator
- updateCustomValueSources(Collection<CustomValueSource> registerValueSources, Collection<String> unregisterValueSourceNames)
|
Production Equipment Model Initialization Be aware that creating Gateway Scripts that are triggered before the Production Equipment Model is initialized (during a restart for example) could generate errors and allow situations where MES operations are requested before initialization is complete. A common example is Timers that execute Analysis. The error log states that the Equipment Path does not exist. Wrap scripts in isProductionModuleStarted to avoid errors during a restart. |
Sepasoft MES Module Suite