Creating a Basic Stimulus Profile
- Updated2025-10-27
- 2 minute(s) read
Configure a stimulus profile to execute a real-time sequence.
- In the Stimulus Profile Editor, click the Start Page tab.
- Click New Stimulus Profile.
- Save the stimulus profile as Engine Demo Basics tutorial.nivsstimprof in the <Common Data>\VeriStand Projects\Engine Demo\Stimulus Profiles\Basic Engine Demo directory.
-
Add a step to launch the VeriStand Editor.
- In the Steps palette, expand Other and drag Command Shell into Setup.
-
In the Property Browser, specify the full path to
VeriStand.exe as the
Filename.
Note You can add arguments in the Property Browser for this step to specify the VeriStand project, system definition file, and VeriStand gateway IP address to connect to.
When the stimulus profile runs, this step opens the VeriStand Editor or Workspace so you can watch the stimulus profile execute. -
In the Steps palette, expand Real-Time
Sequences and drag Real-Time Sequence
Call into Main.
The Real-Time Sequence Call calls the real-time sequence you specify in the Property Browser.
-
Select the Real-Time Sequence Call step in the stimulus
profile code to specify the real-time sequence to call.
The Property Browser displays several properties you can use to configure the step. Each step in a stimulus profile contains properties. These properties are editable attributes that determine how the step executes.
-
In the Property Browser, browse the File
Path to the real-time sequence you created.
The Parameters section of the Property Browser displays the parameters in the called real-time sequence as well the channels assigned to them. If you use the parameters to read or write system definition channels, you must assign those channels to the parameters in the stimulus profile. When you add a real-time sequence call, the stimulus profiles uses the default assignment for each parameter.
- Click the Target Name pull-down and select Controller to execute the real-time sequence on the Controller target.
- Click the Pass Fail pull-down and select AlwaysPass.
- Save the stimulus profile.
The stimulus profile code will look like the following image.

Related Information
- Creating a Basic Real-Time Sequence
Create a real-time sequence that starts, stalls, and stops the engine demo.
- VeriStand Directories and Aliases
VeriStand uses directories and aliases for project files, models, and custom devices.
- Communicating with the VeriStand Editor Using Stimulus Profile Arguments
Send commands to the VeriStand Editor through a stimulus profile to specify a VeriStand project, a system definition, VeriStand Gateway IP address, or connect to a target from the system definition.
- Running a Stimulus Profile
Compile and run the stimulus profile to see the real-time sequence interact with the Engine Demo.