Compare End of trail navigation bar

Table of Contents

Compare to Error

Compares a signal to a QUARC error code.

Library

QUARC Targets/Logic Operations

Description

Compare to Error

The Compare to Error block compares a signal to a QUARC error code. The error code is compared as a negative value because all QUARC functions and blocks return negative error codes. Note that the error code appears in generated code as the symbolic name, for greater portability and readability. A table of error codes may be found at Error Codes.

Input Ports

This block has a single input port which is the signal to compare to the error code.

Output Ports

This block has a single output port which is non-zero if the comparison is true and false otherwise.

Data Type Support

This block accepts inputs of any data type supported by Simulink, including fixed-point data types. The block output is boolean or uint8 as specified by the Output data type mode parameter.

Parameters and Dialog Box

Compare to Error

Error code

The name of the error code to which to compare the input signal.

Operator

The operator to use for the comparison.

Output data type mode

The data type of the output. Only boolean and uint8 data types are supported, to be consistent with the logical operators that come with Simulink.

Enable zero crossing detection

Check this option to enable zero crossing detection.

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.

See Also

 

navigation bar