Show Message on Host Stop with Message navigation bar

Table of Contents

Stop with Error

Stops the model and issues an error message.

Library

QUARC Targets/Sinks/Error Handling

Description

Stop with Error

The Stop with Error block sets the error status of the model when its input is non-zero. A fixed error message string can be provided as the error message, or it can interpret its input as a standard QUARC error code and supply the corresponding error message. If the input is interpreted as an error code then only negative inputs cause the block to issue an error message. The model will stop and return the error message. The model termination code is run so that any cleanup or final outputs are performed.

Input Ports

This block has a single input port. The model is stopped with the error message when this input becomes non-zero or negative, depending on the setting of the Message type parameter.

Output Ports

This block has no output ports.

Data Type Support

The Stop with Error block accepts signals of any of the built-in Simulink data types at its input. Fixed point is not currently supported.

Parameters and Dialog Box

Stop with Error

Message type

The type of error message to issue. If this parameter is set to Fixed error message then it uses the contents of the Error message parameter as the error message. If the Message type parameter is set to Interpret input as error code then it interprets the input as a QUARC error code and issues the corresponding error message.

Error message

The error message to issue when the model stops. The error message is treated as a string. It is not evaluated so Matlab workspace variables cannot be used. This parameter is ignored if the Message type parameter is set to Interpret input as error code.

Targets

Target Name

Compatible*

Model Referencing

Comments

QUARC Win32 Target

Yes

Yes

QUARC Win64 Target

Yes

Yes

QUARC Linux Nvidia Target

Yes

Yes

QUARC Linux QBot Platform Target

Yes

Yes

QUARC Linux QCar 2 Target

Yes

Yes

QUARC Linux QDrone 2 Target

Yes

Yes

QUARC Linux Raspberry Pi 3 Target

Yes

Yes

QUARC Linux Raspberry Pi 4 Target

Yes

Yes

QUARC Linux RT ARMv7 Target

Yes

Yes

QUARC Linux x64 Target

Yes

Yes

QUARC Linux DuoVero Target

Yes

Yes

QUARC Linux DuoVero 2016 Target

Yes

Yes

QUARC Linux Verdex Target

Yes

Yes

QUARC QNX x86 Target

Yes

Yes

Last fully supported in QUARC 2018.

Rapid Simulation (RSIM) Target

Yes

Yes

S-Function Target

No

N/A

Old technology. Use model referencing instead.

Normal simulation

Yes

Yes

* Compatible means that the block can be compiled for the target.

 

navigation bar