Currently working on a view thats pulling some data from a automated track and a few of our robots. My question is, is it possible to have mupltiple alarm
status tables displaying different alarms on the same perspective view?
Yes you can have multiple of that component next to each other with different properties, you'd probably use filtering and try to take out some of the toolbar widgets to reduce the sizes:
If you are only looking for certain info from certain alarms, and don't need the whole component, consider using scripting to fetch active filtered alarms and place that info into simpler UI elements: system.alarm.queryStatus | Ignition User Manual