On clicking a faulted component dynamically opens a PDF to the page where that component is faulted

Enhance the Ignition Vision/Perspective module to support dynamic fault detection and visualization. When a component faults during unit testing, the system will: Visually indicate the fault (e.g., red border) Allow user interaction (click) Open a PDF/image view showing the faulted component with a red highlight box

is this a feature request? Is this asking for help doing something?

it's a feature request, when a fault occurs on a component, wherever the component is present in the pdf it should be shown in pdf pages(like Compressor_1 component is faulty means then wherever Compressor_1 is present in unit schematics pdf those all components should be highlighted) ...then red background square shape around the component should be highlighted in the pdf page and when the component condition is healthy then normal pdf(schematics flow-that I've as pdf) should popup

Ignition only generates static PDFs via its reporting module. Nothing like what you describe is possible or likely to ever be posssible.

okay @pturmel whether the component and wires can be highlighted in electrical schematics pdf
when given the component names and wire numbers

Additionally, if you're aware of any alternative approaches or workarounds to achieve a similar outcome, I'd be very grateful to hear your suggestions.

I'm confused. It sounds like you're trying to make a pdf (ie portable document format) file into a scada platform..?

Yes, is there any chance to do python scripting in backend of pdf file to show the highlight of the selected components and wires in electrical schematics pdf

I mean, anything is possible I guess, but why? Why not just create Views properly in Vision or Perspective?

From experience, I can tell you that the endeavor is a waste of time.

Noone will keep the pdfs and links up to date as wiring and P&IDs evolve over time.

Operator's will never look at them. Technicians may, but most prefer to work with paper copies at the panels.

It sounds "neat" in theory, but it isn't practical or useful. Spend your time on developing views that annunciate alarms cleanly with pertnient information. Include the drawing page or P&ID id in the alarms. On my scada, I use mouseover on any device to give info about it. That way its unobtrusive 99% of the time, but can be accessed quickly. I also have the means to select any alarm in the journal and retrieve the Ignition tag path and PLC tag location. Those are more helpful than pdfs on a screen that will quickly become outdated and serve little use.

1 Like

The PDF format only allows javascript, and only for limited functionality. Ignition does not support injecting such code into the PDF, and PDF display tools would not have access to live Ignition data, even if you could inject the code.

Use Perspective or Vision for live user interfaces.

1 Like