Sample Script to Retrieve Data from MES Gateway to Local Gateway Using Parameters

Currently working on a setup where we need to pull MES data from a remote MES Gateway into our local Ignition Gateway (which handles visualization and charting). Objective is to fetch specific data (such as equipment states and other related MES information) by passing parameters like:

  • Equipment Path (EqPath)
  • MES Object Type (MESObjType)

I have plan to use this approach to dynamically populate charts and display various state and production-related data within our local gateway's Perspective views.

Can anyone please provide a recommended method or useful links to achieve this? @jesse.records