Hi There,Is it possible to pull control module references into DV Live via graphics studio?Example: Say PIT100 has its PV being used by FIT100. From the PIT100 control module we can check references to see that "PV" is being used by FIT100 once an external reference is established. I would like to display on the detail (or similar) of PIT100 that its PV is referenced in FIT100. Ideally I would like all modules using PIT100 PV to auto-populate on the detail. Thanks!
It depends on how your configuration is being done. If you are using External References then the answer is maybe (see notes) and If you are using Module Blocks then the answer is no.
Here is example of showing the External Reference Tag: DLPATH.TagName(DLSYS.CondRead('MODULE/EXT_REF_PARAM.$REF.STR', ""))
Notes:
In reply to Matt Stoner: