system.mes.getParentGateway

Sepasoft MES Module Suite

system.mes.getParentGateway()

Returns the gateway name of the parent gateway. 

Syntax

system.mes.getParentGateway()

  • Parameters

None

  • Returns

String param - The gateway name of the parent gateway, returned as a unicode-formatted string.

  • Scope

All

Python
#Get the gateway name of the parent gateway 
parentGateway = system.mes.getParentGateway()
print parentGateway

Output

Code
ignition-enterprise



Sepasoft MES Module Suite