Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(error) = empty / no message sent to

Actions

Initialize

Index

Value (In Port)

Read

Write

Value (Out Port)

Length

1. Initialize

Trigger

(error)

(error)

(error)

(error)

(error)

(error)

2. Write

(error)

1

“Test“

(error)

Trigger

(error)

(error)

3. Read

(error)

1

(error)

Trigger

(error)

“Test“

1

...

In Ports

Position

Name

Message Type

Description

1

Initialize

Trigger

This port is being used to initialize the 'Array' Object.

2

Index

Number

This port is being used to set the index for the read or write port action.

3

Value

String

This port is being used to receive a message containing the value, which is supposed to be written to the 'Array'.

4

Read

Trigger

This port is being used to trigger the read functionality and look for a value at the defined index of the 'Array'.

5

Write

Trigger

This port is being used to trigger the write of the value specified at the index into the 'Array'.

...

Out Ports

Position

Name

Message Type

Description

1

Value

String

This port is being used to send out the message including the value read out of the 'Array' defined by the received index message.

2

Length

Number

This port is being used to send out the length of the current 'Array'.

...

Properties

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

Image Modified