VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get List of Alarm Procedures defined in Veristand through LabVIEW

Solved!
Go to solution

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

0 Kudos
Message 1 of 2
(2,648 Views)
Solution
Accepted by topic author Kumar_B

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!

 

 

Message 2 of 2
(2,614 Views)