Filter alarm in Alarm Status Table based on user

Hi,

I recently completed a project for a client using an Alarm Status Table in Ignition that displays alarms for a specific site. The project is contained within a single page for that site. Now, the client would like to add another site to the HMI on a separate page.

Each site should have a dedicated page, and operators at each site should only be able to view alarms specific to their site. Administrators, however, should be able to view alarms for both sites. Currently, the Alarm Status Table shows alarms for both sites regardless of the page.

Is there a way to configure the Alarm Status Table so that operators can only access alarms relevant to their specific site, while keeping everything within the same project, without creating two separate projects?

Thank you!

Simplest solution would be to create roles in the gateway for each location and admins. Then you could bind the source filter based off of roles of the logged in user.

1 Like