Skip to content

Close antidoc.vi after execution

I am using CLI for Antidoc for our automation tool, where we don't want to keep antidoc.vi open. I tried accessing this VI from software to close programmatically, But LabVIEW can't detect this VI as open and even can't close this VI with property node (It says this VI is not open). As per my basic understanding, i think as this vi is opened by command-line, LabVIEW can't control it (Not sure that's true).

To address this this issue, it would be great if antidoc.vi closes itself on execution completion.

Something very simple as: antidoc_CLI_proposed_changes

Edited by Ashwini Pandit