Digital NOT

Description

This object is being used to form a 'Digital NOT' for a message in an app.


App Builder Object


Source Code

function execute() { return [!inPorts[1].value]; }

Truth Table

In

Out

In

Out

0

1

1

0


In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Trigger

Trigger

This port is being used to trigger the object.

2

In

Digital

This port is being used to receive the digital message for the 'Digital NOT'. The trigger option on this port is disabled by default.


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Out

Digital

This port is being used to send out the result message of the 'Digital NOT' conversion once the object executes.

 


Properties

Name

Description

Name

Description

Object Name

The name of the object on the canvas.

Show Code View

The switch to turn on code view for the Code Object.

Duplicate code into custom Code Object