VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Start Stimulus Profile from LabVIEW

Solved!
Go to solution

Hello,

 

I've created 4 stimulus profiles with the editor and now I want to be able to start them with LabVIEW.

Unfortunately most vis on the palette work with sequences instead of profiles. My profiles are configured with parameter assignments and logging as well as sequence calls. Is there any way to run entire profiles instead of sequences?

 

0 Kudos
Message 1 of 3
(6,341 Views)
Solution
Accepted by topic author frankkremer

There is indeed. There is not a set of VIs to use, but you can call into the NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll assembly to access functions and callbacks for running a stimulus profile.

 

First I would start by looking at the following example VI for help getting started:

 

<LabVIEW>\examples\NI VeriStand\API\Execution API\Sequences\Stimulus Profile Control Tool\Stimulus Profile Control Tool.vi

 

It may be a little more complicated than you need, but it should have all the relevant pieces there.

Jarrod S.
National Instruments
Message 2 of 3
(6,335 Views)

Thank you!

 

If anyone wants to do the same thing, this worked sufficiently for me:

 

 

StartProfiled.png

Message 3 of 3
(6,319 Views)