Fault Tree Analysis

I want to crate a fault tree analysis in ignition using perspective how i can impliment can sombody guide me.

refrence fro fault tree

+1 I need something similar too.

Assuming the faults correspond to tags alarms, I'd make a template view that takes a tag path and gets the relevant data for this tag: name, description, current alarms... And display it in whatever format you need.
Then make a view with instances of the template for each tag you need to monitor, and use the pipes drawing tool to link them.
You can return a status from the templates, so you can bind the pipes to that status to change their colors.

That's assuming the monitored tags list is not dynamic. If it is, it's going to be a bit more difficult.

I might suggest that you could use the linked module with the flow diagram visualisation for this.

2 Likes

Price: $1000

Yep, super cheap option to get that functionality plus a whole heap more. Beats wasting easily triple that in man hours trying to hack something together.

2 Likes

The funny part is, this is the same react library we use in the module that you shown here. So, the result will be exactly the same. You only need to recreate the nodes as embedded view here and define handles on the nodes and draw the lines.

2 Likes