Sepasoft MES Module Suite
Description
This function is used when a customer writes directly to the database and wants analysis to become aware of the changes. When this is called, the MES analysis engine will check for new data from the last time stamp in the cache to the current time.
Syntax
system.mes.analysis.notifyEquipmentDataChanged(equipmentPath)
- Parameters
String equipmentPath - The required path to the equipment that cache will check for new data.
- Returns
Nothing
- Scope
All
Code Examples
Code Snippet
Code |
eqPath='[global]\Nuts Unlimited\Folsom\Mixing\Mixing Line 1' system.mes.analysis.notifyEquipmentDataChanged(eqPath) |
Sepasoft MES Module Suite