LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

step function

Is there a step function in Labview module? I couldnt find it.
 
SAL
0 Kudos
Message 1 of 3
(2,322 Views)
There's a simulate signal express VI that you can use to simulate a square wave. 

Express->Input->Simulate Signal
0 Kudos
Message 2 of 3
(2,311 Views)
There are single-stepping buttons on the toolbar, but you should be aware that because of the
inherent parallel nature of LV code, it may be harder to follow. You can also place breakpoints (on your tools palette) and play the program in "slow motion" (Highlight Execution).
 
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).

___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,298 Views)