system.mes.synchronizeIgnitionSchedules

Sepasoft MES Module Suite

system.mes.synchronizeIgnitionSchedules()

Checks for changes to Ignition schedules that have been assigned to MES Equipment.

This scripting function checks for changes to schedules on all equipment. To synchronize only the schedules that pertain to a single piece of equipment, use system.mes.synchronizeIgnitionSchedulesForEquipment(equipmentPath).

Information

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.synchronizeIgnitionSchedules()

  • Parameters

None

  • Returns

Nothing

  • Scope

All

Python
system.mes.synchronizeIgnitionSchedules()

Sepasoft MES Module Suite