09-22-2017 07:20 AM
Hi,
I am using LabVIEW 2017 & Veristand 2017. In Veristand sdf file I defined some alarm procedures. I want to read the list of procedures from Veristand & display into LabVIEW. Please guide me to achieve it.
Thanks & Regards,
Kumar.B
Solved! Go to Solution.
09-22-2017 01:47 PM
Hi Kumar,
You can use the VeriStand System Definition .NET API to get information about your stimulus profile. You can read more about that API here: http://zone.ni.com/reference/en-XX/help/372846G-01/vsnetapis/lv_sysdef_overview/.
I put together a quick VI snippet that illustrates how you might take a system definition path and return an array of procedure command names. There are several other property nodes and invoke nodes that would allow you to expand upon the snippet to get all the information you desire.
Hopefully that helps!