Sepasoft MES Module Suite
system.mes.synchronizeIgnitionSchedulesForEquipment(equipmentPath)
Checks for changes to Ignition schedules that have been assigned to a particular piece of MES Equipment.
This scripting function checks for changes to schedules on a single piece of equipment. To synchronize schedules on all equipment, use system.mes.synchronizeIgnitionSchedules().
|
This scripting function does not need to be called every time schedules are changed - schedules are synchronized every hour on the hour. This is simply a convenience to accelerate the process, and can be called in the Script Console, or can be triggered with a button. |
Syntax
system.mes.synchronizeIgnitionSchedulesForEquipment(equipmentPath)
- Parameters
String equipmentPath - Equipment path where the user desires to synchronize Ignition schedules
- Returns
Nothing
- Scope
All
Python |
equipmentPath = "[global]\Enterprise\Site\Area\Line 1" system.mes.synchronizeIgnitionSchedulesForEquipment(equipmentPath) |
Sepasoft MES Module Suite