Versions Compared

Key

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

...

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“

12

...

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'.

...