04-17-2020 01:40 PM
Hello,
a year ago I used successfully for my Custom Device two default RunTime Menu actions: "Actions\Delete.vi" and "Dialogs\Delete Multiple Items.vi" (see screnshots attached).
I found out the paths of this two VI in a Custom Device downloaded from https://github.com/NIVeriStandAdd-Ons, I don't remember its name.
Today I've done a simple test and I've found out that these VI are located probably at C:\Program Files (x86)\National Instruments\VeriStand 2018\Data\NationalInstruments.VeriStand.SystemExplorer.dll\... (see screenshot attached).
Online there isn't a documentation about these default runtime menu action VIs.
Somebody knows some details about this topic or interesting info?
Thank you,
Francesco
04-26-2023 09:48 AM
Hi Francesco,
By any chance, have you found any info about other default actions ?
I have tried to analyze the dll "NationalInstruments.VeriStand.SystemExplorer.dll" using a dll parser without success…
I am trying to automate the VCD XML file generation and was wondering what were the available built-in actions.
Regards,
Raphaël.
05-01-2023 12:48 PM
There isn't a formal list of included actions, however you can find a list of the Action VIs which are used by the built-in System Explorer pages by looking on disk. The schema is slightly different, but the page definitions can be found in `C:\ProgramData\National Instruments\NI VeriStand 2023\System Explorer\System Explorer Definition Files`.
We don't guarantee that the VIs referenced here will continue to ship in the future (for instance we might rename or replace them). That said it's unlikely that we'd break any of them, especially if we're aware they're in use by external custom devices.