MES User Object

Sepasoft MES Module Suite

Resource Object | MES User Object

This object contains information about users. It can be used to get the user name and role list.


Object Creation

This object is created automatically whenever users are added using the Ignition gateway web page or Ignition User Management component.



Object Properties

This object inherits the AbstractMESObject properties...


Object Functions

This object provides the following functions:


 

getRoleList()

Description

 Gets the roles this MES user takes. It may be admin, operator, etc.

Syntax

getRoleList()

  • Parameters

 None

  • Returns

List<String> role - The list of roles that are assigned to this MES user .

  • Scope

All

 

getUserName()

Description

 Gets the name of the user.

Syntax

getUserName()

  • Parameters

 None

  • Returns

 String name - The name of user.

  • Scope

All

This object inherits the AbstractMESObject functions.


Object Events

Objects have events associated with them that allow for custom scripts to be added whenever the event occurs. Refer to MES Object Events for more information. 

 This object inherits the AbstractMESObject events.

Sepasoft MES Module Suite