XOR

<< Click to Display Table of Contents >>

Navigation:  Function block library > Logic > Logic operations >

XOR

Previous pageReturn to chapter overviewNext page

xor

The Output of the XOR is true if the inputs have different values. See type conversion how numbers are converted to bool.

 

Inputs

Type

Default

Description

Input 1

bool

false


Input 2

bool

false






Outputs




Q

bool


see table below

 

 

Inputs

 

1

2

Q

0

0

0

0

1

1

1

0

1

1

1

0