Sepasoft MES Module Suite
system.mes.synchronizeMESPersonnel()
Read users from the Ignition user source profile and synchronize with the MESPerson objects. This happens automatically on an hourly basis.
Note: In an Enterprise setting, use system.mes.synchronizeMESPersonnelForRemoteGateways() to force a sync of all parent and child gateways.
Syntax
system.mes.synchronizeMESPersonnel()
Parameters
None
Returns
Nothing
Scope
All
Code Example
Python |
#This code read the users from source profile and synchronize it with MESPerson objects system.mes.synchronizeMESPersonnel() |
Sepasoft MES Module Suite