Reports an error to the top-level Simulation Loop. This function does not have a configuration dialog box. Details Example
| Block Diagram Inputs |
| Parameter | Description |
|---|---|
| error in | Describes the error condition to report to the owning simulation diagram. The default is no error.
|
If the simulation receives an error condition, the simulation halts after the current time step. However, because this function reports the error immediately and because most functions do not run if an error has been reported, the simulation does not run as expected between the time the function reports the error and the end of the current time step.
Refer to the report simulation error VI in the labview\examples\simulation\Getting Started\Utilities directory for an example of using the Report Simulation Error VI.